Home
last modified time | relevance | path

Searched refs:WetEnerX (Results 1 – 1 of 1) sorted by relevance

/external/aac/libSACdec/src/
Dsac_stp.cpp349 FIXP_DBL WetEnerX, damp, tmp; in subbandTPApply() local
452 WetEnerX = FL2FXCONST_DBL(0.0f); in subbandTPApply()
456 WetEnerX += fMultDiv2(tmp, pBP[n]); in subbandTPApply()
458 WET_ENER_WEIGHT(WetEnerX); in subbandTPApply()
460 WetEnerX = WetEnerX << (nrgScale); in subbandTPApply()
463 fMult(ONE_MINUS_STP_LPF_COEFF1__FDK, WetEnerX); in subbandTPApply()
465 if (WetEnerX == FL2FXCONST_DBL(0.0f)) { in subbandTPApply()
469 fixMax((CalcLdData(WetEnerX) - hStpDec->oldWetEnerLD64[ch]), in subbandTPApply()