FFmpeg
|
Data Fields | |
MPA_DECODE_HEADER uint8_t | last_buf [LAST_BUF_SIZE] |
int | last_buf_size |
int | extrasize |
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 More... | |
int | dither_state |
int | err_recognition |
AVCodecContext * | avctx |
MPADSPContext | mpadsp |
void(* | butterflies_float )(float *av_restrict v1, float *av_restrict v2, int len) |
AVFrame * | frame |
uint32_t | crc |
Definition at line 74 of file mpegaudiodec_template.c.
MPA_DECODE_HEADER uint8_t MPADecodeContext::last_buf[LAST_BUF_SIZE] |
Definition at line 76 of file mpegaudiodec_template.c.
int MPADecodeContext::last_buf_size |
Definition at line 77 of file mpegaudiodec_template.c.
int MPADecodeContext::extrasize |
Definition at line 78 of file mpegaudiodec_template.c.
uint32_t MPADecodeContext::free_format_next_header |
Definition at line 80 of file mpegaudiodec_template.c.
GetBitContext MPADecodeContext::gb |
Definition at line 81 of file mpegaudiodec_template.c.
GetBitContext MPADecodeContext::in_gb |
Definition at line 82 of file mpegaudiodec_template.c.
MPA_INT MPADecodeContext::synth_buf[MPA_MAX_CHANNELS][512 *2] |
Definition at line 83 of file mpegaudiodec_template.c.
int MPADecodeContext::synth_buf_offset[MPA_MAX_CHANNELS] |
Definition at line 84 of file mpegaudiodec_template.c.
int MPADecodeContext::sb_samples[MPA_MAX_CHANNELS][36][SBLIMIT] |
Definition at line 85 of file mpegaudiodec_template.c.
INTFLOAT MPADecodeContext::mdct_buf[MPA_MAX_CHANNELS][SBLIMIT *18] |
Definition at line 86 of file mpegaudiodec_template.c.
GranuleDef MPADecodeContext::granules[2][2] |
Definition at line 87 of file mpegaudiodec_template.c.
int MPADecodeContext::adu_mode |
0 for standard mp3, 1 for adu formatted mp3
Definition at line 88 of file mpegaudiodec_template.c.
int MPADecodeContext::dither_state |
Definition at line 89 of file mpegaudiodec_template.c.
int MPADecodeContext::err_recognition |
Definition at line 90 of file mpegaudiodec_template.c.
AVCodecContext* MPADecodeContext::avctx |
Definition at line 91 of file mpegaudiodec_template.c.
MPADSPContext MPADecodeContext::mpadsp |
Definition at line 92 of file mpegaudiodec_template.c.
Definition at line 93 of file mpegaudiodec_template.c.
AVFrame* MPADecodeContext::frame |
Definition at line 94 of file mpegaudiodec_template.c.
uint32_t MPADecodeContext::crc |
Definition at line 95 of file mpegaudiodec_template.c.