ALACContext Struct Reference


Data Fields

AVCodecContextavctx
GetBitContext gb
int numchannels
int bytespersample
int32_t * predicterror_buffer [MAX_CHANNELS]
int32_t * outputsamples_buffer [MAX_CHANNELS]
int32_t * wasted_bits_buffer [MAX_CHANNELS]
uint32_t setinfo_max_samples_per_frame
uint8_t setinfo_sample_size
uint8_t setinfo_rice_historymult
uint8_t setinfo_rice_initialhistory
uint8_t setinfo_rice_kmodifier
int wasted_bits

Detailed Description

Definition at line 64 of file alac.c.


Field Documentation

Definition at line 66 of file alac.c.

Referenced by alac_decode_init(), alac_set_info(), and bastardized_rice_decompress().

Definition at line 70 of file alac.c.

Referenced by alac_decode_frame().

Definition at line 67 of file alac.c.

Referenced by alac_decode_frame(), and bastardized_rice_decompress().

Definition at line 69 of file alac.c.

Referenced by alac_decode_frame(), and alac_decode_init().

int32_t* ALACContext::outputsamples_buffer[MAX_CHANNELS]

Definition at line 75 of file alac.c.

Referenced by alac_decode_close(), alac_decode_frame(), and allocate_buffers().

int32_t* ALACContext::predicterror_buffer[MAX_CHANNELS]

Definition at line 73 of file alac.c.

Referenced by alac_decode_close(), alac_decode_frame(), and allocate_buffers().

Definition at line 80 of file alac.c.

Referenced by alac_decode_frame(), alac_set_info(), and allocate_buffers().

Definition at line 82 of file alac.c.

Referenced by alac_decode_frame(), and alac_set_info().

Definition at line 83 of file alac.c.

Referenced by alac_decode_frame(), and alac_set_info().

Definition at line 84 of file alac.c.

Referenced by alac_decode_frame(), and alac_set_info().

Definition at line 81 of file alac.c.

Referenced by alac_decode_frame(), and alac_set_info().

Definition at line 87 of file alac.c.

Referenced by alac_decode_frame().

int32_t* ALACContext::wasted_bits_buffer[MAX_CHANNELS]

Definition at line 77 of file alac.c.

Referenced by alac_decode_close(), alac_decode_frame(), and allocate_buffers().


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

Generated on Fri Oct 26 02:39:51 2012 for FFmpeg by  doxygen 1.5.8