Home | History | Annotate | Download | only in celt

Lines Matching defs:eBands

572    ALLOC(tmp, (m->eBands[len]-m->eBands[len-1])<<LM, celt_norm);
573 ALLOC(tmp_1, (m->eBands[len]-m->eBands[len-1])<<LM, celt_norm);
584 N = (m->eBands[i+1]-m->eBands[i])<<LM;
586 narrow = (m->eBands[i+1]-m->eBands[i])==1;
587 OPUS_COPY(tmp, &X[tf_chan*N0 + (m->eBands[i]<<LM)], N);
591 tmp[j] = ADD16(SHR16(tmp[j], 1),SHR16(X[N0+j+(m->eBands[i]<<LM)], 1));*/
773 partial = celt_inner_prod(&X[m->eBands[i]<<LM], &X[N0+(m->eBands[i]<<LM)],
774 (m->eBands[i+1]-m->eBands[i])<<LM, arch);
783 partial = celt_inner_prod(&X[m->eBands[i]<<LM], &X[N0+(m->eBands[i]<<LM)],
784 (m->eBands[i+1]-m->eBands[i])<<LM, arch);
849 for (j=m->eBands[i]<<LM;j<m->eBands[i+1]<<LM;j++)
866 return MULT16_32_Q15((m->eBands[13]<<(LM+1))+thetas, sumMS)
867 > MULT16_32_Q15(m->eBands[13]<<(LM+1), sumLR);
932 int isTransient, int vbr, int constrained_vbr, const opus_int16 *eBands, int LM,
1033 width = C*(eBands[i+1]-eBands[i])<<LM;
1205 const opus_int16 *eBands;
1208 eBands = mode->eBands;
1211 coded_bins = eBands[coded_bands]<<LM;
1213 coded_bins += eBands[IMIN(intensity, coded_bands)]<<LM;
1229 coded_stereo_dof = (eBands[coded_stereo_bands]<<LM)-coded_stereo_bands;
1274 bins = eBands[nbEBands-2]<<LM;
1372 const opus_int16 *eBands;
1386 eBands = mode->eBands;
1655 mask_avg += MULT16_16(mask, eBands[i+1]-eBands[i]);
1656 count += eBands[i+1]-eBands[i];
1668 for (midband=0;eBands[midband+1] < eBands[mask_end]/2;midband++);
1837 eBands, LM, effectiveBytes, &tot_boost, st->lfe, surround_dynalloc);
1854 width = C*(eBands[i+1]-eBands[i])<<LM;