FFmpeg
|
Data Fields | |
AVCodecContext * | avctx |
GetBitContext | gb |
int | min_framesize |
int | max_framesize |
unsigned | channels |
int32_t * | decoded [MAX_CHANNELS] |
int32_t * | decoded_base [MAX_CHANNELS] |
int32_t * | offset [MAX_CHANNELS] |
int * | coeffs |
uint8_t * | bitstream |
int | bitstream_size |
int | bitstream_index |
unsigned int | allocated_bitstream_size |
int | header_size |
uint8_t | header [OUT_BUFFER_SIZE] |
int | version |
int | cur_chan |
int | bitshift |
int | nmean |
int | internal_ftype |
int | nwrap |
int | blocksize |
int | bitindex |
int32_t | lpcqoffset |
int | got_header |
int | got_quit_command |
int | swap |
BswapDSPContext | bdsp |
AVCodecContext* ShortenContext::avctx |
GetBitContext ShortenContext::gb |
int32_t* ShortenContext::decoded[MAX_CHANNELS] |
int32_t* ShortenContext::decoded_base[MAX_CHANNELS] |
int32_t* ShortenContext::offset[MAX_CHANNELS] |
uint8_t ShortenContext::header[OUT_BUFFER_SIZE] |
BswapDSPContext ShortenContext::bdsp |