Home
last modified time | relevance | path

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

/external/aac/libSBRenc/src/
Dmh_det.cpp677 FIXP_DBL thresTemp, thresOrig; in detection() local
684 thresTemp = (guideVectors.guideVectorDiff[i] != FL2FXCONST_DBL(0.0f)) in detection()
690 thresTemp = fMin(thresTemp, mhThresh.thresHoldDiff); in detection()
692 if (pDiffVecScfb[i] > thresTemp) { in detection()