MPA_MAX_CHANNELS 51 libavcodec/mpc.c OUT_INT samples[MPA_MAX_CHANNELS * MPA_FRAME_SIZE], *samples_ptr; MPA_MAX_CHANNELS 68 libavcodec/mpc.h DECLARE_ALIGNED_16(MPA_INT, synth_buf[MPA_MAX_CHANNELS][512*2]); MPA_MAX_CHANNELS 69 libavcodec/mpc.h int synth_buf_offset[MPA_MAX_CHANNELS]; MPA_MAX_CHANNELS 70 libavcodec/mpc.h DECLARE_ALIGNED_16(int32_t, sb_samples[MPA_MAX_CHANNELS][36][SBLIMIT]); MPA_MAX_CHANNELS 117 libavcodec/mpegaudio.h DECLARE_ALIGNED_16(MPA_INT, synth_buf[MPA_MAX_CHANNELS][512 * 2]); MPA_MAX_CHANNELS 118 libavcodec/mpegaudio.h int synth_buf_offset[MPA_MAX_CHANNELS]; MPA_MAX_CHANNELS 119 libavcodec/mpegaudio.h DECLARE_ALIGNED_16(int32_t, sb_samples[MPA_MAX_CHANNELS][36][SBLIMIT]); MPA_MAX_CHANNELS 120 libavcodec/mpegaudio.h int32_t mdct_buf[MPA_MAX_CHANNELS][SBLIMIT * 18]; /* previous samples, for layer 3 MDCT */ MPA_MAX_CHANNELS 1122 libavcodec/mpegaudiodec.c uint8_t allocation[MPA_MAX_CHANNELS][SBLIMIT]; MPA_MAX_CHANNELS 1123 libavcodec/mpegaudiodec.c uint8_t scale_factors[MPA_MAX_CHANNELS][SBLIMIT]; MPA_MAX_CHANNELS 1190 libavcodec/mpegaudiodec.c unsigned char bit_alloc[MPA_MAX_CHANNELS][SBLIMIT]; MPA_MAX_CHANNELS 1191 libavcodec/mpegaudiodec.c unsigned char scale_code[MPA_MAX_CHANNELS][SBLIMIT]; MPA_MAX_CHANNELS 1192 libavcodec/mpegaudiodec.c unsigned char scale_factors[MPA_MAX_CHANNELS][SBLIMIT][3], *sf; MPA_MAX_CHANNELS 2473 libavcodec/mpegaudiodec.c OUT_INT decoded_buf[MPA_FRAME_SIZE * MPA_MAX_CHANNELS]; MPA_MAX_CHANNELS 2477 libavcodec/mpegaudiodec.c if(*data_size < MPA_FRAME_SIZE * MPA_MAX_CHANNELS * s->frames * sizeof(OUT_INT)) MPA_MAX_CHANNELS 51 libavcodec/mpegaudioenc.c short samples_buf[MPA_MAX_CHANNELS][SAMPLES_BUF_SIZE]; /* buffer for filter */ MPA_MAX_CHANNELS 52 libavcodec/mpegaudioenc.c int samples_offset[MPA_MAX_CHANNELS]; /* offset in samples_buf */ MPA_MAX_CHANNELS 53 libavcodec/mpegaudioenc.c int sb_samples[MPA_MAX_CHANNELS][3][12][SBLIMIT]; MPA_MAX_CHANNELS 54 libavcodec/mpegaudioenc.c unsigned char scale_factors[MPA_MAX_CHANNELS][SBLIMIT][3]; /* scale factors */ MPA_MAX_CHANNELS 56 libavcodec/mpegaudioenc.c unsigned char scale_code[MPA_MAX_CHANNELS][SBLIMIT]; MPA_MAX_CHANNELS 509 libavcodec/mpegaudioenc.c short smr1[MPA_MAX_CHANNELS][SBLIMIT], MPA_MAX_CHANNELS 510 libavcodec/mpegaudioenc.c unsigned char bit_alloc[MPA_MAX_CHANNELS][SBLIMIT], MPA_MAX_CHANNELS 515 libavcodec/mpegaudioenc.c short smr[MPA_MAX_CHANNELS][SBLIMIT]; MPA_MAX_CHANNELS 516 libavcodec/mpegaudioenc.c unsigned char subband_status[MPA_MAX_CHANNELS][SBLIMIT]; MPA_MAX_CHANNELS 614 libavcodec/mpegaudioenc.c unsigned char bit_alloc[MPA_MAX_CHANNELS][SBLIMIT], MPA_MAX_CHANNELS 762 libavcodec/mpegaudioenc.c short smr[MPA_MAX_CHANNELS][SBLIMIT]; MPA_MAX_CHANNELS 763 libavcodec/mpegaudioenc.c unsigned char bit_alloc[MPA_MAX_CHANNELS][SBLIMIT]; MPA_MAX_CHANNELS 126 libavcodec/qdm2.c DECLARE_ALIGNED_16(QDM2Complex, complex[MPA_MAX_CHANNELS][256]); MPA_MAX_CHANNELS 176 libavcodec/qdm2.c DECLARE_ALIGNED_16(MPA_INT, synth_buf[MPA_MAX_CHANNELS][512*2]); MPA_MAX_CHANNELS 177 libavcodec/qdm2.c int synth_buf_offset[MPA_MAX_CHANNELS]; MPA_MAX_CHANNELS 178 libavcodec/qdm2.c DECLARE_ALIGNED_16(int32_t, sb_samples[MPA_MAX_CHANNELS][128][SBLIMIT]); MPA_MAX_CHANNELS 181 libavcodec/qdm2.c float tone_level[MPA_MAX_CHANNELS][30][64]; MPA_MAX_CHANNELS 182 libavcodec/qdm2.c int8_t coding_method[MPA_MAX_CHANNELS][30][64]; MPA_MAX_CHANNELS 183 libavcodec/qdm2.c int8_t quantized_coeffs[MPA_MAX_CHANNELS][10][8]; MPA_MAX_CHANNELS 184 libavcodec/qdm2.c int8_t tone_level_idx_base[MPA_MAX_CHANNELS][30][8]; MPA_MAX_CHANNELS 185 libavcodec/qdm2.c int8_t tone_level_idx_hi1[MPA_MAX_CHANNELS][3][8][8]; MPA_MAX_CHANNELS 186 libavcodec/qdm2.c int8_t tone_level_idx_mid[MPA_MAX_CHANNELS][26][8]; MPA_MAX_CHANNELS 187 libavcodec/qdm2.c int8_t tone_level_idx_hi2[MPA_MAX_CHANNELS][26]; MPA_MAX_CHANNELS 188 libavcodec/qdm2.c int8_t tone_level_idx[MPA_MAX_CHANNELS][30][64]; MPA_MAX_CHANNELS 189 libavcodec/qdm2.c int8_t tone_level_idx_temp[MPA_MAX_CHANNELS][30][64]; MPA_MAX_CHANNELS 948 libavcodec/qdm2.c float tmp[10][MPA_MAX_CHANNELS]; MPA_MAX_CHANNELS 1637 libavcodec/qdm2.c OUT_INT samples[MPA_MAX_CHANNELS * MPA_FRAME_SIZE]; MPA_MAX_CHANNELS 1835 libavcodec/qdm2.c if (s->channels > MPA_MAX_CHANNELS)