Lines Matching refs:MPA_MAX_CHANNELS
56 short samples_buf[MPA_MAX_CHANNELS][SAMPLES_BUF_SIZE]; /* buffer for filter */
57 int samples_offset[MPA_MAX_CHANNELS]; /* offset in samples_buf */
58 int sb_samples[MPA_MAX_CHANNELS][3][12][SBLIMIT];
59 unsigned char scale_factors[MPA_MAX_CHANNELS][SBLIMIT][3]; /* scale factors */
61 unsigned char scale_code[MPA_MAX_CHANNELS][SBLIMIT];
510 short smr1[MPA_MAX_CHANNELS][SBLIMIT], in compute_bit_allocation()
511 unsigned char bit_alloc[MPA_MAX_CHANNELS][SBLIMIT], in compute_bit_allocation()
516 short smr[MPA_MAX_CHANNELS][SBLIMIT]; in compute_bit_allocation()
517 unsigned char subband_status[MPA_MAX_CHANNELS][SBLIMIT]; in compute_bit_allocation()
606 unsigned char bit_alloc[MPA_MAX_CHANNELS][SBLIMIT], in encode_frame()
749 short smr[MPA_MAX_CHANNELS][SBLIMIT]; in MPA_encode_frame()
750 unsigned char bit_alloc[MPA_MAX_CHANNELS][SBLIMIT]; in MPA_encode_frame()