Home
last modified time | relevance | path

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

/external/aac/libSBRenc/src/
Dmh_det.cpp358 FIXP_DBL nrgLow, nrgHigh; in removeLowPassDetection() local
366 nrgHigh = pNrgVector[i + 2]; in removeLowPassDetection()
368 if (nrgLow != FL2FXCONST_DBL(0.0f) && nrgLow > nrgHigh) { in removeLowPassDetection()
370 nrgDiffLD64 = CalcLdData((nrgLow >> 1) - (nrgHigh >> 1)); in removeLowPassDetection()
387 nrgHigh = pNrgVector[i + 2]; in removeLowPassDetection()
389 if (nrgLow != FL2FXCONST_DBL(0.0f) && nrgLow > nrgHigh) { in removeLowPassDetection()
391 nrgDiffLD64 = CalcLdData((nrgLow >> 1) - (nrgHigh >> 1)); in removeLowPassDetection()
397 if (nrgHigh != FL2FXCONST_DBL(0.0f) && nrgHigh > nrgLow) { in removeLowPassDetection()
398 nrgHighLD64 = CalcLdData(nrgHigh >> 1); in removeLowPassDetection()
399 nrgDiffLD64 = CalcLdData((nrgHigh >> 1) - (nrgLow >> 1)); in removeLowPassDetection()