Lines Matching refs:SBLIMIT
59 int sb_samples[MPA_MAX_CHANNELS][3][12][SBLIMIT];
60 unsigned char scale_factors[MPA_MAX_CHANNELS][SBLIMIT][3]; /* scale factors */
62 unsigned char scale_code[MPA_MAX_CHANNELS][SBLIMIT];
378 unsigned char scale_code[SBLIMIT],
379 unsigned char scale_factors[SBLIMIT][3],
380 int sb_samples[3][12][SBLIMIT],
393 p += SBLIMIT;
493 static void psycho_acoustic_model(MpegAudioContext *s, short smr[SBLIMIT])
511 short smr1[MPA_MAX_CHANNELS][SBLIMIT],
512 unsigned char bit_alloc[MPA_MAX_CHANNELS][SBLIMIT],
517 short smr[MPA_MAX_CHANNELS][SBLIMIT];
518 unsigned char subband_status[MPA_MAX_CHANNELS][SBLIMIT];
521 memcpy(smr, smr1, s->nb_channels * sizeof(short) * SBLIMIT);
522 memset(subband_status, SB_NOTALLOCATED, s->nb_channels * SBLIMIT);
523 memset(bit_alloc, 0, s->nb_channels * SBLIMIT);
607 unsigned char bit_alloc[MPA_MAX_CHANNELS][SBLIMIT],
747 short smr[MPA_MAX_CHANNELS][SBLIMIT];
748 unsigned char bit_alloc[MPA_MAX_CHANNELS][SBLIMIT];