Lines Matching refs:effEnd
370 opus_val16 *oldBandE, int start, int effEnd, int C, int CC, in celt_synthesis() argument
406 denormalise_bands(mode, X, freq, oldBandE, start, effEnd, M, in celt_synthesis()
420 denormalise_bands(mode, X, freq, oldBandE, start, effEnd, M, in celt_synthesis()
423 denormalise_bands(mode, X+N, freq2, oldBandE+nbEBands, start, effEnd, M, in celt_synthesis()
432 denormalise_bands(mode, X+c*N, freq, oldBandE+c*nbEBands, start, effEnd, M, in celt_synthesis()
548 int effEnd; in celt_decode_lost() local
551 effEnd = IMAX(start, IMIN(end, mode->effEBands)); in celt_decode_lost()
575 for (i=start;i<effEnd;i++) in celt_decode_lost()
592 …celt_synthesis(mode, X, out_syn, oldBandE, start, effEnd, C, C, 0, LM, st->downsample, 0, st->arch… in celt_decode_lost()
851 int effEnd; local
932 effEnd = end;
933 if (effEnd > mode->effEBands)
934 effEnd = mode->effEBands;
1113 celt_synthesis(mode, X, out_syn, oldBandE, start, effEnd,