|
|
@ -147,9 +147,6 @@ typedef struct MPADecodeContext { |
|
|
|
DECLARE_ALIGNED(16, INTFLOAT, sb_samples)[MPA_MAX_CHANNELS][36][SBLIMIT]; |
|
|
|
DECLARE_ALIGNED(16, INTFLOAT, sb_samples)[MPA_MAX_CHANNELS][36][SBLIMIT]; |
|
|
|
INTFLOAT mdct_buf[MPA_MAX_CHANNELS][SBLIMIT * 18]; /* previous samples, for layer 3 MDCT */ |
|
|
|
INTFLOAT mdct_buf[MPA_MAX_CHANNELS][SBLIMIT * 18]; /* previous samples, for layer 3 MDCT */ |
|
|
|
GranuleDef granules[2][2]; /* Used in Layer 3 */ |
|
|
|
GranuleDef granules[2][2]; /* Used in Layer 3 */ |
|
|
|
#ifdef DEBUG |
|
|
|
|
|
|
|
int frame_count; |
|
|
|
|
|
|
|
#endif |
|
|
|
|
|
|
|
int adu_mode; ///< 0 for standard mp3, 1 for adu formatted mp3
|
|
|
|
int adu_mode; ///< 0 for standard mp3, 1 for adu formatted mp3
|
|
|
|
int dither_state; |
|
|
|
int dither_state; |
|
|
|
int error_recognition; |
|
|
|
int error_recognition; |
|
|
|