Lines Matching refs:SBLIMIT
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];
377 unsigned char scale_code[SBLIMIT], in compute_scale_factors() argument
378 unsigned char scale_factors[SBLIMIT][3], in compute_scale_factors()
379 int sb_samples[3][12][SBLIMIT], in compute_scale_factors() argument
392 p += SBLIMIT; in compute_scale_factors()
492 static void psycho_acoustic_model(MpegAudioContext *s, short smr[SBLIMIT]) in psycho_acoustic_model() argument
510 short smr1[MPA_MAX_CHANNELS][SBLIMIT], in compute_bit_allocation() argument
511 unsigned char bit_alloc[MPA_MAX_CHANNELS][SBLIMIT], in compute_bit_allocation() argument
516 short smr[MPA_MAX_CHANNELS][SBLIMIT]; in compute_bit_allocation()
517 unsigned char subband_status[MPA_MAX_CHANNELS][SBLIMIT]; in compute_bit_allocation()
520 memcpy(smr, smr1, s->nb_channels * sizeof(short) * SBLIMIT); in compute_bit_allocation()
521 memset(subband_status, SB_NOTALLOCATED, s->nb_channels * SBLIMIT); in compute_bit_allocation()
522 memset(bit_alloc, 0, s->nb_channels * SBLIMIT); in compute_bit_allocation()
606 unsigned char bit_alloc[MPA_MAX_CHANNELS][SBLIMIT], in encode_frame() argument
749 short smr[MPA_MAX_CHANNELS][SBLIMIT]; in MPA_encode_frame()
750 unsigned char bit_alloc[MPA_MAX_CHANNELS][SBLIMIT]; in MPA_encode_frame()