Searched refs:valLD64 (Results 1 – 1 of 1) sorted by relevance
356 FIXP_DBL valLD64,maxValLD64,maxValAboveLD64; in removeLowPassDetection() local367 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()[all …]