Home
last modified time | relevance | path

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

/dports/multimedia/handbrake/fdk-aac-2.0.1/libSBRenc/src/
H A Dmh_det.cpp358 FIXP_DBL nrgLow, nrgHigh; in removeLowPassDetection() local
365 nrgLow = pNrgVector[i]; in removeLowPassDetection()
368 if (nrgLow != FL2FXCONST_DBL(0.0f) && nrgLow > nrgHigh) { in removeLowPassDetection()
369 nrgLowLD64 = CalcLdData(nrgLow >> 1); in removeLowPassDetection()
370 nrgDiffLD64 = CalcLdData((nrgLow >> 1) - (nrgHigh >> 1)); in removeLowPassDetection()
386 nrgLow = pNrgVector[i]; in removeLowPassDetection()
389 if (nrgLow != FL2FXCONST_DBL(0.0f) && nrgLow > nrgHigh) { in removeLowPassDetection()
390 nrgLowLD64 = CalcLdData(nrgLow >> 1); in removeLowPassDetection()
391 nrgDiffLD64 = CalcLdData((nrgLow >> 1) - (nrgHigh >> 1)); in removeLowPassDetection()
397 if (nrgHigh != FL2FXCONST_DBL(0.0f) && nrgHigh > nrgLow) { in removeLowPassDetection()
[all …]
/dports/audio/fdk-aac/fdk-aac-2.0.2/libSBRenc/src/
H A Dmh_det.cpp358 FIXP_DBL nrgLow, nrgHigh; in removeLowPassDetection() local
365 nrgLow = pNrgVector[i]; in removeLowPassDetection()
368 if (nrgLow != FL2FXCONST_DBL(0.0f) && nrgLow > nrgHigh) { in removeLowPassDetection()
369 nrgLowLD64 = CalcLdData(nrgLow >> 1); in removeLowPassDetection()
370 nrgDiffLD64 = CalcLdData((nrgLow >> 1) - (nrgHigh >> 1)); in removeLowPassDetection()
386 nrgLow = pNrgVector[i]; in removeLowPassDetection()
389 if (nrgLow != FL2FXCONST_DBL(0.0f) && nrgLow > nrgHigh) { in removeLowPassDetection()
390 nrgLowLD64 = CalcLdData(nrgLow >> 1); in removeLowPassDetection()
391 nrgDiffLD64 = CalcLdData((nrgLow >> 1) - (nrgHigh >> 1)); in removeLowPassDetection()
397 if (nrgHigh != FL2FXCONST_DBL(0.0f) && nrgHigh > nrgLow) { in removeLowPassDetection()
[all …]