Home
last modified time | relevance | path

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

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