Lines Matching refs:nrgLow
354 FIXP_DBL nrgLow,nrgHigh; in removeLowPassDetection() local
361 nrgLow = pNrgVector[i]; in removeLowPassDetection()
364 if(nrgLow != FL2FXCONST_DBL(0.0f) && nrgLow > nrgHigh){ in removeLowPassDetection()
365 nrgLowLD64 = CalcLdData(nrgLow>>1); in removeLowPassDetection()
366 nrgDiffLD64 = CalcLdData((nrgLow>>1)-(nrgHigh>>1)); in removeLowPassDetection()
382 nrgLow = pNrgVector[i]; in removeLowPassDetection()
385 if(nrgLow != FL2FXCONST_DBL(0.0f) && nrgLow > nrgHigh){ in removeLowPassDetection()
386 nrgLowLD64 = CalcLdData(nrgLow>>1); in removeLowPassDetection()
387 nrgDiffLD64 = CalcLdData((nrgLow>>1)-(nrgHigh>>1)); in removeLowPassDetection()
394 if(nrgHigh != FL2FXCONST_DBL(0.0f) && nrgHigh > nrgLow){ in removeLowPassDetection()
396 nrgDiffLD64 = CalcLdData((nrgHigh>>1)-(nrgLow>>1)); in removeLowPassDetection()