• Home
  • Raw
  • Download

Lines Matching refs:bandLogE

755       const opus_val16 *bandLogE, int end, int LM, int C, int N0,  in alloc_trim_analysis()  argument
817 diff += bandLogE[i+c*m->nbEBands]*(opus_int32)(2+2*i-end); in alloc_trim_analysis()
889 static opus_val16 dynalloc_analysis(const opus_val16 *bandLogE, const opus_val16 *bandLogE2, in dynalloc_analysis() argument
917 maxDepth = MAX16(maxDepth, bandLogE[c*nbEBands+i]-noise_floor[i]); in dynalloc_analysis()
947 …follower[i] = HALF16(MAX16(0, bandLogE[i]-follower[i]) + MAX16(0, bandLogE[nbEBands+i]-follower[nb… in dynalloc_analysis()
952 follower[i] = MAX16(0, bandLogE[i]-follower[i]); in dynalloc_analysis()
1257 VARDECL(opus_val16, bandLogE); in celt_encode_with_ec()
1532 ALLOC(bandLogE,nbEBands*CC, opus_val16); in celt_encode_with_ec()
1558 amp2Log2(mode, effEnd, st->end, bandE, bandLogE, C); in celt_encode_with_ec()
1645 follow = MAX16(follow-QCONST16(1.f, DB_SHIFT), bandLogE[i]-offset); in celt_encode_with_ec()
1647 follow = MAX16(follow, bandLogE[i+nbEBands]-offset); in celt_encode_with_ec()
1662 bandLogE2[i] = bandLogE[i]; in celt_encode_with_ec()
1669 if (patch_transient_decision(bandLogE, oldBandE, nbEBands, st->end, C)) in celt_encode_with_ec()
1675 amp2Log2(mode, effEnd, st->end, bandE, bandLogE, C); in celt_encode_with_ec()
1716 quant_coarse_energy(mode, st->start, st->end, effEnd, bandLogE, in celt_encode_with_ec()
1763 maxDepth = dynalloc_analysis(bandLogE, bandLogE2, nbEBands, st->start, st->end, C, offsets, in celt_encode_with_ec()
1830 alloc_trim = alloc_trim_analysis(mode, X, bandLogE, in celt_encode_with_ec()