Home | History | Annotate | Download | only in celt

Lines Matching defs:eBands

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