Home
last modified time | relevance | path

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

/external/aac/libSBRenc/src/
Dmh_det.cpp360 FIXP_DBL valLD64, maxValLD64, maxValAboveLD64; in removeLowPassDetection() local
363 maxValLD64 = FL2FXCONST_DBL(-1.0f); in removeLowPassDetection()
372 if (valLD64 > maxValLD64) { in removeLowPassDetection()
374 maxValLD64 = valLD64; in removeLowPassDetection()
376 if (maxValLD64 > mhThresh.derivThresMaxLD64) { in removeLowPassDetection()
408 if (maxValLD64 > mhThresh.derivThresMaxLD64 && in removeLowPassDetection()