Lines Matching refs:eBands

570    ALLOC(tmp, (m->eBands[len]-m->eBands[len-1])<<LM, celt_norm);  in tf_analysis()
571 ALLOC(tmp_1, (m->eBands[len]-m->eBands[len-1])<<LM, celt_norm); in tf_analysis()
582 N = (m->eBands[i+1]-m->eBands[i])<<LM; in tf_analysis()
584 narrow = (m->eBands[i+1]-m->eBands[i])==1; in tf_analysis()
586 tmp[j] = X[tf_chan*N0 + j+(m->eBands[i]<<LM)]; in tf_analysis()
774 for (j=m->eBands[i]<<LM;j<m->eBands[i+1]<<LM;j++) in alloc_trim_analysis()
785 for (j=m->eBands[i]<<LM;j<m->eBands[i+1]<<LM;j++) in alloc_trim_analysis()
868 for (j=m->eBands[i]<<LM;j<m->eBands[i+1]<<LM;j++) in stereo_analysis()
885 return MULT16_32_Q15((m->eBands[13]<<(LM+1))+thetas, sumMS) in stereo_analysis()
886 > MULT16_32_Q15(m->eBands[13]<<(LM+1), sumLR); in stereo_analysis()
891 int isTransient, int vbr, int constrained_vbr, const opus_int16 *eBands, int LM, in dynalloc_analysis() argument
975 width = C*(eBands[i+1]-eBands[i])<<LM; in dynalloc_analysis()
1145 const opus_int16 *eBands; in compute_vbr() local
1148 eBands = mode->eBands; in compute_vbr()
1151 coded_bins = eBands[coded_bands]<<LM; in compute_vbr()
1153 coded_bins += eBands[IMIN(intensity, coded_bands)]<<LM; in compute_vbr()
1169 coded_stereo_dof = (eBands[coded_stereo_bands]<<LM)-coded_stereo_bands; in compute_vbr()
1211 bins = eBands[nbEBands-2]<<LM; in compute_vbr()
1304 const opus_int16 *eBands; in celt_encode_with_ec() local
1318 eBands = mode->eBands; in celt_encode_with_ec()
1582 mask_avg += MULT16_16(mask, eBands[i+1]-eBands[i]); in celt_encode_with_ec()
1583 count += eBands[i+1]-eBands[i]; in celt_encode_with_ec()
1594 for (midband=0;eBands[midband+1] < eBands[mask_end]/2;midband++); in celt_encode_with_ec()
1765 eBands, LM, effectiveBytes, &tot_boost, st->lfe, surround_dynalloc); in celt_encode_with_ec()
1782 width = C*(eBands[i+1]-eBands[i])<<LM; in celt_encode_with_ec()