Lines Matching refs:valLD64
356 FIXP_DBL valLD64,maxValLD64,maxValAboveLD64; in removeLowPassDetection() local
367 valLD64 = nrgDiffLD64-nrgLowLD64; in removeLowPassDetection()
368 if(valLD64 > maxValLD64){ in removeLowPassDetection()
370 maxValLD64 = valLD64; in removeLowPassDetection()
388 valLD64 = nrgDiffLD64-nrgLowLD64; in removeLowPassDetection()
389 if(valLD64 > maxValAboveLD64){ in removeLowPassDetection()
390 maxValAboveLD64 = valLD64; in removeLowPassDetection()
397 valLD64 = nrgDiffLD64-nrgHighLD64; in removeLowPassDetection()
398 if(valLD64 > maxValAboveLD64){ in removeLowPassDetection()
399 maxValAboveLD64 = valLD64; in removeLowPassDetection()
412 valLD64 = nrgDiffLD64-nrgLD64; in removeLowPassDetection()
413 if(valLD64 < mhThresh.derivThresBelowLD64) { in removeLowPassDetection()