Home | History | Annotate | Download | only in celt

Lines Matching refs:effEnd

381       int effEnd;
384 effEnd = IMAX(start, IMIN(end, mode->effEBands));
407 for (i=start;i<effEnd;i++)
424 denormalise_bands(mode, X, freq, plcLogE, start, effEnd, C, 1<<LM);
427 int bound = eBands[effEnd]<<LM;
680 int effEnd;
756 effEnd = st->end;
757 if (effEnd > mode->effEBands)
758 effEnd = mode->effEBands;
924 denormalise_bands(mode, X, freq, oldBandE, st->start, effEnd, C, M);
931 int bound = M*eBands[effEnd];