Lines Matching refs:effEnd
1440 int effEnd; in celt_encode_with_ec() local
1612 effEnd = end; in celt_encode_with_ec()
1613 if (effEnd > mode->effEBands) in celt_encode_with_ec()
1614 effEnd = mode->effEBands; in celt_encode_with_ec()
1720 compute_band_energies(mode, freq, bandE, effEnd, C, LM, st->arch); in celt_encode_with_ec()
1721 amp2Log2(mode, effEnd, end, bandE, bandLogE2, C); in celt_encode_with_ec()
1732 compute_band_energies(mode, freq, bandE, effEnd, C, LM, st->arch); in celt_encode_with_ec()
1742 amp2Log2(mode, effEnd, end, bandE, bandLogE, C); in celt_encode_with_ec()
1856 compute_band_energies(mode, freq, bandE, effEnd, C, LM, st->arch); in celt_encode_with_ec()
1857 amp2Log2(mode, effEnd, end, bandE, bandLogE, C); in celt_encode_with_ec()
1871 normalise_bands(mode, freq, X, bandE, effEnd, C, M); in celt_encode_with_ec()
1889 …tf_select = tf_analysis(mode, effEnd, isTransient, tf_res, lambda, X, N, LM, tf_estimate, tf_chan,… in celt_encode_with_ec()
1890 for (i=effEnd;i<end;i++) in celt_encode_with_ec()
1891 tf_res[i] = tf_res[effEnd-1]; in celt_encode_with_ec()
1926 quant_coarse_energy(mode, start, end, effEnd, bandLogE, in celt_encode_with_ec()
1971 &st->tapset_decision, pf_on&&!shortBlocks, effEnd, C, M, spread_weight); in celt_encode_with_ec()
2254 celt_synthesis(mode, X, out_mem, oldBandE, start, effEnd, in celt_encode_with_ec()