| FFmpeg
    | 
| Data Fields | |
| int | frame_size | 
| current frame size | |
| int | verbatim | 
| current frame verbatim mode flag | |
| int | compression_level | 
| int | min_prediction_order | 
| int | max_prediction_order | 
| int | max_coded_frame_size | 
| int | write_sample_size | 
| int | extra_bits | 
| int32_t | sample_buf [2][DEFAULT_FRAME_SIZE] | 
| int32_t | predictor_buf [DEFAULT_FRAME_SIZE] | 
| int | interlacing_shift | 
| int | interlacing_leftweight | 
| PutBitContext | pbctx | 
| RiceContext | rc | 
| AlacLPCContext | lpc [2] | 
| LPCContext | lpc_ctx | 
| AVCodecContext * | avctx | 
| int AlacEncodeContext::frame_size | 
current frame size
Definition at line 60 of file alacenc.c.
Referenced by alac_encode_frame(), alac_encode_init(), alac_entropy_coder(), alac_linear_predictor(), alac_stereo_decorrelation(), calc_predictor_params(), write_element(), and write_element_header().
| int AlacEncodeContext::verbatim | 
current frame verbatim mode flag
Definition at line 61 of file alacenc.c.
Referenced by alac_encode_frame(), write_element(), and write_element_header().
| int AlacEncodeContext::compression_level | 
Definition at line 62 of file alacenc.c.
Referenced by alac_encode_frame(), alac_encode_init(), and calc_predictor_params().
| int AlacEncodeContext::min_prediction_order | 
Definition at line 63 of file alacenc.c.
Referenced by alac_encode_init(), and calc_predictor_params().
| int AlacEncodeContext::max_prediction_order | 
Definition at line 64 of file alacenc.c.
Referenced by alac_encode_init(), and calc_predictor_params().
| int AlacEncodeContext::max_coded_frame_size | 
Definition at line 65 of file alacenc.c.
Referenced by alac_encode_frame(), and alac_encode_init().
| int AlacEncodeContext::write_sample_size | 
Definition at line 66 of file alacenc.c.
Referenced by alac_entropy_coder(), alac_linear_predictor(), and write_element().
| int AlacEncodeContext::extra_bits | 
Definition at line 67 of file alacenc.c.
Referenced by alac_encode_frame(), alac_encode_init(), write_element(), and write_element_header().
| int32_t AlacEncodeContext::sample_buf[2][DEFAULT_FRAME_SIZE] | 
Definition at line 68 of file alacenc.c.
Referenced by alac_linear_predictor(), alac_stereo_decorrelation(), calc_predictor_params(), and write_element().
| int32_t AlacEncodeContext::predictor_buf[DEFAULT_FRAME_SIZE] | 
Definition at line 69 of file alacenc.c.
Referenced by alac_entropy_coder(), alac_linear_predictor(), and write_element().
| int AlacEncodeContext::interlacing_shift | 
Definition at line 70 of file alacenc.c.
Referenced by alac_stereo_decorrelation(), and write_element().
| int AlacEncodeContext::interlacing_leftweight | 
Definition at line 71 of file alacenc.c.
Referenced by alac_stereo_decorrelation(), and write_element().
| PutBitContext AlacEncodeContext::pbctx | 
Definition at line 72 of file alacenc.c.
Referenced by encode_scalar(), write_element(), write_element_header(), and write_frame().
| RiceContext AlacEncodeContext::rc | 
Definition at line 73 of file alacenc.c.
Referenced by alac_encode_init(), alac_entropy_coder(), encode_scalar(), and write_element().
| AlacLPCContext AlacEncodeContext::lpc[2] | 
Definition at line 74 of file alacenc.c.
Referenced by alac_linear_predictor(), calc_predictor_params(), and write_element().
| LPCContext AlacEncodeContext::lpc_ctx | 
Definition at line 75 of file alacenc.c.
Referenced by alac_encode_close(), alac_encode_init(), and calc_predictor_params().
| AVCodecContext* AlacEncodeContext::avctx | 
Definition at line 76 of file alacenc.c.
Referenced by alac_encode_init(), init_sample_buffers(), write_element(), and write_frame().
 1.8.2
 1.8.2