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 |
int32_t | sample_buf [MAX_CHANNELS][DEFAULT_FRAME_SIZE] |
int32_t | predictor_buf [DEFAULT_FRAME_SIZE] |
int | interlacing_shift |
int | interlacing_leftweight |
PutBitContext | pbctx |
RiceContext | rc |
AlacLPCContext | lpc [MAX_CHANNELS] |
LPCContext | lpc_ctx |
AVCodecContext * | avctx |
Definition at line 61 of file alacenc.c.
Definition at line 77 of file alacenc.c.
Referenced by alac_encode_init(), init_sample_buffers(), write_frame(), and write_frame_header().
Definition at line 64 of file alacenc.c.
Referenced by alac_encode_frame(), alac_encode_init(), and calc_predictor_params().
current frame size
Definition at line 62 of file alacenc.c.
Referenced by alac_encode_frame(), alac_encode_init(), alac_entropy_coder(), alac_linear_predictor(), alac_stereo_decorrelation(), calc_predictor_params(), init_sample_buffers(), write_frame(), and write_frame_header().
Definition at line 72 of file alacenc.c.
Referenced by alac_stereo_decorrelation(), and write_frame().
Definition at line 71 of file alacenc.c.
Referenced by alac_stereo_decorrelation(), and write_frame().
AlacLPCContext AlacEncodeContext::lpc[MAX_CHANNELS] |
Definition at line 75 of file alacenc.c.
Referenced by alac_linear_predictor(), calc_predictor_params(), and write_frame().
Definition at line 76 of file alacenc.c.
Referenced by alac_encode_close(), alac_encode_init(), and calc_predictor_params().
Definition at line 66 of file alacenc.c.
Referenced by alac_encode_init(), and calc_predictor_params().
Definition at line 65 of file alacenc.c.
Referenced by alac_encode_init(), and calc_predictor_params().
Definition at line 73 of file alacenc.c.
Referenced by encode_scalar(), write_frame(), and write_frame_header().
int32_t AlacEncodeContext::predictor_buf[DEFAULT_FRAME_SIZE] |
Definition at line 70 of file alacenc.c.
Referenced by alac_entropy_coder(), alac_linear_predictor(), and write_frame().
Definition at line 74 of file alacenc.c.
Referenced by alac_encode_init(), alac_entropy_coder(), encode_scalar(), and write_frame().
int32_t AlacEncodeContext::sample_buf[MAX_CHANNELS][DEFAULT_FRAME_SIZE] |
Definition at line 69 of file alacenc.c.
Referenced by alac_linear_predictor(), alac_stereo_decorrelation(), calc_predictor_params(), and init_sample_buffers().
current frame verbatim mode flag
Definition at line 63 of file alacenc.c.
Referenced by alac_encode_frame(), write_frame(), and write_frame_header().
Definition at line 68 of file alacenc.c.
Referenced by alac_encode_init(), alac_entropy_coder(), and alac_linear_predictor().