Home
last modified time | relevance | path

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

/external/aac/libSBRenc/src/
Dmh_det.cpp356 FIXP_DBL valLD64,maxValLD64,maxValAboveLD64; in removeLowPassDetection() local
380 maxValAboveLD64 = FL2FXCONST_DBL(-1.0f); in removeLowPassDetection()
389 if(valLD64 > maxValAboveLD64){ in removeLowPassDetection()
390 maxValAboveLD64 = valLD64; in removeLowPassDetection()
398 if(valLD64 > maxValAboveLD64){ in removeLowPassDetection()
399 maxValAboveLD64 = valLD64; in removeLowPassDetection()
405 if(maxValLD64 > mhThresh.derivThresMaxLD64 && maxValAboveLD64 < mhThresh.derivThresAboveLD64){ in removeLowPassDetection()