Data Fields | |
AVCodecContext * | avctx |
GetBitContext | gb |
int | context_initialized |
int | samplesize |
int | numchannels |
int | bytespersample |
int32_t * | predicterror_buffer [MAX_CHANNELS] |
int32_t * | outputsamples_buffer [MAX_CHANNELS] |
uint32_t | setinfo_max_samples_per_frame |
uint8_t | setinfo_7a |
uint8_t | setinfo_sample_size |
uint8_t | setinfo_rice_historymult |
uint8_t | setinfo_rice_initialhistory |
uint8_t | setinfo_rice_kmodifier |
uint8_t | setinfo_7f |
uint16_t | setinfo_80 |
uint32_t | setinfo_82 |
uint32_t | setinfo_86 |
uint32_t | setinfo_8a_rate |
Definition at line 63 of file alac.c.
Definition at line 65 of file alac.c.
Referenced by alac_decode_frame(), alac_decode_init(), and alac_set_info().
Definition at line 66 of file alac.c.
Referenced by alac_decode_frame(), and bastardized_rice_decompress().
int32_t* ALACContext::predicterror_buffer[MAX_CHANNELS] |
Definition at line 76 of file alac.c.
Referenced by alac_decode_close(), alac_decode_frame(), and allocate_buffers().
int32_t* ALACContext::outputsamples_buffer[MAX_CHANNELS] |
Definition at line 78 of file alac.c.
Referenced by alac_decode_close(), alac_decode_frame(), and allocate_buffers().
Definition at line 81 of file alac.c.
Referenced by alac_decode_frame(), alac_set_info(), and allocate_buffers().
uint16_t ALACContext::setinfo_80 |
uint32_t ALACContext::setinfo_82 |
uint32_t ALACContext::setinfo_86 |
uint32_t ALACContext::setinfo_8a_rate |