Home
last modified time | relevance | path

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

/external/aac/libSBRenc/src/
Dmh_det.cpp356 FIXP_DBL valLD64,maxValLD64,maxValAboveLD64; in removeLowPassDetection() local
359 maxValLD64 = FL2FXCONST_DBL(-1.0f); in removeLowPassDetection()
368 if(valLD64 > maxValLD64){ in removeLowPassDetection()
370 maxValLD64 = valLD64; in removeLowPassDetection()
372 if(maxValLD64 > mhThresh.derivThresMaxLD64) { in removeLowPassDetection()
405 if(maxValLD64 > mhThresh.derivThresMaxLD64 && maxValAboveLD64 < mhThresh.derivThresAboveLD64){ in removeLowPassDetection()