Data Fields | |
MPA_DECODE_HEADER uint8_t | last_buf [2 *BACKSTEP_SIZE+EXTRABYTES] |
int | last_buf_size |
uint32_t | free_format_next_header |
GetBitContext | gb |
GetBitContext | in_gb |
MPA_INT | synth_buf [MPA_MAX_CHANNELS][512 *2] |
int | synth_buf_offset [MPA_MAX_CHANNELS] |
int | sb_samples [MPA_MAX_CHANNELS][36][SBLIMIT] |
INTFLOAT | mdct_buf [MPA_MAX_CHANNELS][SBLIMIT *18] |
GranuleDef | granules [2][2] |
int | adu_mode |
0 for standard mp3, 1 for adu formatted mp3 | |
int | dither_state |
int | error_recognition |
AVCodecContext * | avctx |
MPADSPContext | mpadsp |
Definition at line 64 of file mpegaudiodec.c.
0 for standard mp3, 1 for adu formatted mp3
Definition at line 80 of file mpegaudiodec.c.
Referenced by decode_init(), and mp_decode_layer3().
Definition at line 83 of file mpegaudiodec.c.
Referenced by decode_init(), huffman_decode(), mp_decode_frame(), mp_decode_layer2(), and mp_decode_layer3().
Definition at line 69 of file mpegaudiodec.c.
Definition at line 70 of file mpegaudiodec.c.
Referenced by huffman_decode(), mp_decode_frame(), mp_decode_layer1(), mp_decode_layer2(), mp_decode_layer3(), and switch_buffer().
Definition at line 71 of file mpegaudiodec.c.
Referenced by mp_decode_frame(), mp_decode_layer3(), and switch_buffer().
MPA_DECODE_HEADER uint8_t MPADecodeContext::last_buf[2 *BACKSTEP_SIZE+EXTRABYTES] |
Definition at line 66 of file mpegaudiodec.c.
Referenced by mp_decode_frame(), and mp_decode_layer3().
Definition at line 67 of file mpegaudiodec.c.
Referenced by flush(), mp_decode_frame(), and mp_decode_layer3().
INTFLOAT MPADecodeContext::mdct_buf[MPA_MAX_CHANNELS][SBLIMIT *18] |
int MPADecodeContext::sb_samples[MPA_MAX_CHANNELS][36][SBLIMIT] |
Definition at line 74 of file mpegaudiodec.c.
Referenced by mp_decode_frame(), mp_decode_layer1(), mp_decode_layer2(), and mp_decode_layer3().
MPA_INT MPADecodeContext::synth_buf[MPA_MAX_CHANNELS][512 *2] |
int MPADecodeContext::synth_buf_offset[MPA_MAX_CHANNELS] |