Lines Matching refs:effEnd
1276 int effEnd; in celt_encode_with_ec() local
1439 effEnd = st->end; in celt_encode_with_ec()
1440 if (effEnd > mode->effEBands) in celt_encode_with_ec()
1441 effEnd = mode->effEBands; in celt_encode_with_ec()
1539 compute_band_energies(mode, freq, bandE, effEnd, C, M); in celt_encode_with_ec()
1540 amp2Log2(mode, effEnd, st->end, bandE, bandLogE2, C); in celt_encode_with_ec()
1548 compute_band_energies(mode, freq, bandE, effEnd, C, M); in celt_encode_with_ec()
1558 amp2Log2(mode, effEnd, st->end, bandE, bandLogE, C); in celt_encode_with_ec()
1674 compute_band_energies(mode, freq, bandE, effEnd, C, M); in celt_encode_with_ec()
1675 amp2Log2(mode, effEnd, st->end, bandE, bandLogE, C); in celt_encode_with_ec()
1689 normalise_bands(mode, freq, X, bandE, effEnd, C, M); in celt_encode_with_ec()
1705 …tf_select = tf_analysis(mode, effEnd, isTransient, tf_res, lambda, X, N, LM, &tf_sum, tf_estimate,… in celt_encode_with_ec()
1706 for (i=effEnd;i<st->end;i++) in celt_encode_with_ec()
1707 tf_res[i] = tf_res[effEnd-1]; in celt_encode_with_ec()
1716 quant_coarse_energy(mode, st->start, st->end, effEnd, bandLogE, in celt_encode_with_ec()
1753 &st->tapset_decision, pf_on&&!shortBlocks, effEnd, C, M); in celt_encode_with_ec()
2002 denormalise_bands(mode, X, freq, oldBandE, st->start, effEnd, C, M); in celt_encode_with_ec()