Home | History | Annotate | Download | only in celt

Lines Matching full:ebands

600    ALLOC(tmp, (m->eBands[len]-m->eBands[len-1])<<LM, celt_norm);
601 ALLOC(tmp_1, (m->eBands[len]-m->eBands[len-1])<<LM, celt_norm);
611 N = (m->eBands[i+1]-m->eBands[i])<<LM;
613 narrow = (m->eBands[i+1]-m->eBands[i])==1;
614 OPUS_COPY(tmp, &X[tf_chan*N0 + (m->eBands[i]<<LM)], N);
618 tmp[j] = ADD16(SHR16(tmp[j], 1),SHR16(X[N0+j+(m->eBands[i]<<LM)], 1));*/
807 partial = celt_inner_prod(&X[m->eBands[i]<<LM], &X[N0+(m->eBands[i]<<LM)],
808 (m->eBands[i+1]-m->eBands[i])<<LM, arch);
817 partial = celt_inner_prod(&X[m->eBands[i]<<LM], &X[N0+(m->eBands[i]<<LM)],
818 (m->eBands[i+1]-m->eBands[i])<<LM, arch);
883 for (j=m->eBands[i]<<LM;j<m->eBands[i+1]<<LM;j++)
900 return MULT16_32_Q15((m->eBands[13]<<(LM+1))+thetas, sumMS)
901 > MULT16_32_Q15(m->eBands[13]<<(LM+1), sumLR);
966 int isTransient, int vbr, int constrained_vbr, const opus_int16 *eBands, int LM,
1079 width = C*(eBands[i+1]-eBands[i])<<LM;
1251 const opus_int16 *eBands;
1254 eBands = mode->eBands;
1257 coded_bins = eBands[coded_bands]<<LM;
1259 coded_bins += eBands[IMIN(intensity, coded_bands)]<<LM;
1275 coded_stereo_dof = (eBands[coded_stereo_bands]<<LM)-coded_stereo_bands;
1319 bins = eBands[nbEBands-2]<<LM;
1407 const opus_int16 *eBands;
1423 eBands = mode->eBands;
1700 mask_avg += MULT16_16(mask, eBands[i+1]-eBands[i]);
1701 count += eBands[i+1]-eBands[i];
1713 for (midband=0;eBands[midband+1] < eBands[mask_end]/2;midband++);
1908 eBands, LM, effectiveBytes, &tot_boost, st->lfe, surround_dynalloc, &st->analysis);
1925 width = C*(eBands[i+1]-eBands[i])<<LM;