Home | History | Annotate | Download | only in doc

Lines Matching full:ebands

298           eBands[i+c*m->nbEBands] = PSHR32(celt_exp2(lg),4);
325 - if (resynth && M*eBands[i]-N >= M*eBands[start] && \
327 + if (resynth && (M*eBands[i]-N >= M*eBands[start] || \
335 + n1 = M*(eBands[start+1]-eBands[start]);
336 + n2 = M*(eBands[start+2]-eBands[start+1]);
337 + offset = M*eBands[start];
360 while(M*eBands[--fold_start] > effective_lowband);
362 - while(M*eBands[++fold_end] < effective_lowband+N);
363 + while(++fold_end < i && M*eBands[fold_end] < \