Home
last modified time | relevance | path

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

/external/aac/libSBRenc/src/
Dmh_det.h99 FIXP_DBL thresHoldTone; /*!< threshold for tonality for a sine */ member
Dmh_det.cpp744 thresOrig = fixMin(thresOrig, mhThresh.thresHoldTone); in detection()
760 thresOrig = mhThresh.thresHoldTone; in detection()
780 …if(quotaBuffer[ll] > mhThresh.thresHoldTone && (pDiffVecScfb[i+1] < mhThresh.invThresHoldTone || p… in detection()
786 … if(quotaBuffer[ll] > mhThresh.thresHoldTone && pDiffVecScfb[i+1] < mhThresh.invThresHoldTone){ in detection()