Data Fields | |
AVCodecContext * | avctx |
GetBitContext | gb |
int | min_framesize |
int | max_framesize |
int | channels |
int32_t * | decoded [MAX_CHANNELS] |
int32_t * | offset [MAX_CHANNELS] |
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 |
Definition at line 77 of file shorten.c.
unsigned int ShortenContext::allocated_bitstream_size |
Definition at line 78 of file shorten.c.
Referenced by allocate_buffers(), init_offset(), shorten_decode_frame(), and shorten_decode_init().
uint8_t* ShortenContext::bitstream |
Definition at line 86 of file shorten.c.
Referenced by shorten_decode_close(), and shorten_decode_frame().
Definition at line 98 of file shorten.c.
Referenced by allocate_buffers(), decode_subframe_lpc(), fix_bitshift(), and shorten_decode_frame().
Definition at line 82 of file shorten.c.
Referenced by allocate_buffers(), init_offset(), shorten_decode_close(), and shorten_decode_frame().
int32_t* ShortenContext::decoded[MAX_CHANNELS] |
Definition at line 84 of file shorten.c.
Referenced by allocate_buffers(), decode_subframe_lpc(), shorten_decode_close(), and shorten_decode_frame().
Definition at line 79 of file shorten.c.
Referenced by decode_subframe_lpc(), get_uint(), and shorten_decode_frame().
uint8_t ShortenContext::header[OUT_BUFFER_SIZE] |
int32_t ShortenContext::lpcqoffset |
Definition at line 100 of file shorten.c.
Referenced by decode_subframe_lpc(), and shorten_decode_frame().
Definition at line 95 of file shorten.c.
Referenced by allocate_buffers(), init_offset(), and shorten_decode_frame().
Definition at line 97 of file shorten.c.
Referenced by allocate_buffers(), shorten_decode_close(), and shorten_decode_frame().
int32_t* ShortenContext::offset[MAX_CHANNELS] |
Definition at line 85 of file shorten.c.
Referenced by allocate_buffers(), init_offset(), shorten_decode_close(), and shorten_decode_frame().