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   80 libavcodec/mpegaudiodec_template.c     DECLARE_ALIGNED(32, MPA_INT, synth_buf)[MPA_MAX_CHANNELS][512 * 2];
MPA_MAX_CHANNELS   81 libavcodec/mpegaudiodec_template.c     int synth_buf_offset[MPA_MAX_CHANNELS];
MPA_MAX_CHANNELS   82 libavcodec/mpegaudiodec_template.c     DECLARE_ALIGNED(32, INTFLOAT, sb_samples)[MPA_MAX_CHANNELS][36][SBLIMIT];
MPA_MAX_CHANNELS   83 libavcodec/mpegaudiodec_template.c     INTFLOAT mdct_buf[MPA_MAX_CHANNELS][SBLIMIT * 18]; /* previous samples, for layer 3 MDCT */
MPA_MAX_CHANNELS  507 libavcodec/mpegaudiodec_template.c     uint8_t allocation[MPA_MAX_CHANNELS][SBLIMIT];
MPA_MAX_CHANNELS  508 libavcodec/mpegaudiodec_template.c     uint8_t scale_factors[MPA_MAX_CHANNELS][SBLIMIT];
MPA_MAX_CHANNELS  574 libavcodec/mpegaudiodec_template.c     unsigned char bit_alloc[MPA_MAX_CHANNELS][SBLIMIT];
MPA_MAX_CHANNELS  575 libavcodec/mpegaudiodec_template.c     unsigned char scale_code[MPA_MAX_CHANNELS][SBLIMIT];
MPA_MAX_CHANNELS  576 libavcodec/mpegaudiodec_template.c     unsigned char scale_factors[MPA_MAX_CHANNELS][SBLIMIT][3], *sf;
MPA_MAX_CHANNELS   56 libavcodec/mpegaudioenc_template.c     short samples_buf[MPA_MAX_CHANNELS][SAMPLES_BUF_SIZE]; /* buffer for filter */
MPA_MAX_CHANNELS   57 libavcodec/mpegaudioenc_template.c     int samples_offset[MPA_MAX_CHANNELS];       /* offset in samples_buf */
MPA_MAX_CHANNELS   58 libavcodec/mpegaudioenc_template.c     int sb_samples[MPA_MAX_CHANNELS][3][12][SBLIMIT];
MPA_MAX_CHANNELS   59 libavcodec/mpegaudioenc_template.c     unsigned char scale_factors[MPA_MAX_CHANNELS][SBLIMIT][3]; /* scale factors */
MPA_MAX_CHANNELS   61 libavcodec/mpegaudioenc_template.c     unsigned char scale_code[MPA_MAX_CHANNELS][SBLIMIT];
MPA_MAX_CHANNELS  510 libavcodec/mpegaudioenc_template.c                                    short smr1[MPA_MAX_CHANNELS][SBLIMIT],
MPA_MAX_CHANNELS  511 libavcodec/mpegaudioenc_template.c                                    unsigned char bit_alloc[MPA_MAX_CHANNELS][SBLIMIT],
MPA_MAX_CHANNELS  516 libavcodec/mpegaudioenc_template.c     short smr[MPA_MAX_CHANNELS][SBLIMIT];
MPA_MAX_CHANNELS  517 libavcodec/mpegaudioenc_template.c     unsigned char subband_status[MPA_MAX_CHANNELS][SBLIMIT];
MPA_MAX_CHANNELS  606 libavcodec/mpegaudioenc_template.c                          unsigned char bit_alloc[MPA_MAX_CHANNELS][SBLIMIT],
MPA_MAX_CHANNELS  749 libavcodec/mpegaudioenc_template.c     short smr[MPA_MAX_CHANNELS][SBLIMIT];
MPA_MAX_CHANNELS  750 libavcodec/mpegaudioenc_template.c     unsigned char bit_alloc[MPA_MAX_CHANNELS][SBLIMIT];
MPA_MAX_CHANNELS  122 libavcodec/qdm2.c     DECLARE_ALIGNED(32, QDM2Complex, complex)[MPA_MAX_CHANNELS][256];
MPA_MAX_CHANNELS  168 libavcodec/qdm2.c     float output_buffer[QDM2_MAX_FRAME_SIZE * MPA_MAX_CHANNELS * 2];
MPA_MAX_CHANNELS  172 libavcodec/qdm2.c     DECLARE_ALIGNED(32, float, synth_buf)[MPA_MAX_CHANNELS][512*2];
MPA_MAX_CHANNELS  173 libavcodec/qdm2.c     int synth_buf_offset[MPA_MAX_CHANNELS];
MPA_MAX_CHANNELS  174 libavcodec/qdm2.c     DECLARE_ALIGNED(32, float, sb_samples)[MPA_MAX_CHANNELS][128][SBLIMIT];
MPA_MAX_CHANNELS  175 libavcodec/qdm2.c     DECLARE_ALIGNED(32, float, samples)[MPA_MAX_CHANNELS * MPA_FRAME_SIZE];
MPA_MAX_CHANNELS  178 libavcodec/qdm2.c     float tone_level[MPA_MAX_CHANNELS][30][64];
MPA_MAX_CHANNELS  179 libavcodec/qdm2.c     int8_t coding_method[MPA_MAX_CHANNELS][30][64];
MPA_MAX_CHANNELS  180 libavcodec/qdm2.c     int8_t quantized_coeffs[MPA_MAX_CHANNELS][10][8];
MPA_MAX_CHANNELS  181 libavcodec/qdm2.c     int8_t tone_level_idx_base[MPA_MAX_CHANNELS][30][8];
MPA_MAX_CHANNELS  182 libavcodec/qdm2.c     int8_t tone_level_idx_hi1[MPA_MAX_CHANNELS][3][8][8];
MPA_MAX_CHANNELS  183 libavcodec/qdm2.c     int8_t tone_level_idx_mid[MPA_MAX_CHANNELS][26][8];
MPA_MAX_CHANNELS  184 libavcodec/qdm2.c     int8_t tone_level_idx_hi2[MPA_MAX_CHANNELS][26];
MPA_MAX_CHANNELS  185 libavcodec/qdm2.c     int8_t tone_level_idx[MPA_MAX_CHANNELS][30][64];
MPA_MAX_CHANNELS  186 libavcodec/qdm2.c     int8_t tone_level_idx_temp[MPA_MAX_CHANNELS][30][64];
MPA_MAX_CHANNELS 1698 libavcodec/qdm2.c     if (s->channels <= 0 || s->channels > MPA_MAX_CHANNELS) {