MPADecodeContext Struct Reference

#include <mpegaudio.h>


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]
int32_t sb_samples [MPA_MAX_CHANNELS][36][SBLIMIT]
int32_t mdct_buf [MPA_MAX_CHANNELS][SBLIMIT *18]
GranuleDef granules [2][2]
void(* compute_antialias )(struct MPADecodeContext *s, struct GranuleDef *g)
int adu_mode
 0 for standard mp3, 1 for adu formatted mp3
int dither_state
int error_recognition
AVCodecContextavctx


Detailed Description

Definition at line 127 of file mpegaudio.h.


Field Documentation

0 for standard mp3, 1 for adu formatted mp3

Definition at line 144 of file mpegaudio.h.

Referenced by decode_init(), and mp_decode_layer3().

Referenced by decode_init(), and mp_decode_layer3().

Definition at line 145 of file mpegaudio.h.

Referenced by mp_decode_frame().

Definition at line 146 of file mpegaudio.h.

Referenced by decode_init(), and huffman_decode().

Definition at line 132 of file mpegaudio.h.

Definition at line 139 of file mpegaudio.h.

Referenced by mp_decode_layer3().

Definition at line 134 of file mpegaudio.h.

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 129 of file mpegaudio.h.

Referenced by mp_decode_frame(), and mp_decode_layer3().

Definition at line 130 of file mpegaudio.h.

Referenced by flush(), mp_decode_frame(), and mp_decode_layer3().

int32_t MPADecodeContext::mdct_buf[MPA_MAX_CHANNELS][SBLIMIT *18]

Definition at line 138 of file mpegaudio.h.

Referenced by mp_decode_layer3().

int32_t MPADecodeContext::sb_samples[MPA_MAX_CHANNELS][36][SBLIMIT]

Definition at line 137 of file mpegaudio.h.

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]

Definition at line 135 of file mpegaudio.h.

Referenced by flush(), and mp_decode_frame().

int MPADecodeContext::synth_buf_offset[MPA_MAX_CHANNELS]

Definition at line 136 of file mpegaudio.h.

Referenced by mp_decode_frame().


The documentation for this struct was generated from the following file:

Generated on Fri Oct 26 02:36:57 2012 for FFmpeg by  doxygen 1.5.8