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 64 of file alacenc.c.

Referenced by alac_encode_frame(), and alac_encode_init().

int32_t AlacEncodeContext::predictor_buf[DEFAULT_FRAME_SIZE]

Definition at line 67 of file alacenc.c.

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

int32_t AlacEncodeContext::sample_buf[MAX_CHANNELS][DEFAULT_FRAME_SIZE]

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