AlacEncodeContext Struct Reference


Data Fields

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
AVCodecContextavctx

Detailed Description

Definition at line 60 of file alacenc.c.


Field Documentation

Definition at line 61 of file alacenc.c.

Referenced by alac_encode_frame(), alac_encode_init(), and calc_predictor_params().

Definition at line 69 of file alacenc.c.

Referenced by alac_stereo_decorrelation(), and write_compressed_frame().

Definition at line 68 of file alacenc.c.

Referenced by alac_stereo_decorrelation(), and write_compressed_frame().

Definition at line 72 of file alacenc.c.

Referenced by alac_linear_predictor(), calc_predictor_params(), and write_compressed_frame().

Definition at line 73 of file alacenc.c.

Referenced by alac_encode_close(), alac_encode_init(), and calc_predictor_params().

Definition at line 64 of file alacenc.c.

Referenced by alac_encode_frame(), and alac_encode_init().

Definition at line 63 of file alacenc.c.

Referenced by alac_encode_init(), and calc_predictor_params().

Definition at line 62 of file alacenc.c.

Referenced by alac_encode_init(), and calc_predictor_params().

int32_t AlacEncodeContext::predictor_buf[DEFAULT_FRAME_SIZE]

Definition at line 67 of file alacenc.c.

Referenced by alac_entropy_coder(), and alac_linear_predictor().

int32_t AlacEncodeContext::sample_buf[MAX_CHANNELS][DEFAULT_FRAME_SIZE]

Definition at line 65 of file alacenc.c.

Referenced by alac_encode_init(), alac_entropy_coder(), and alac_linear_predictor().


The documentation for this struct was generated from the following file:

Generated on Fri Oct 26 02:38:22 2012 for FFmpeg by  doxygen 1.5.8