Home
last modified time | relevance | path

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

/external/aac/libSBRenc/src/
Dmh_det.cpp705 FIXP_DBL thresTemp,thresOrig; in detection() local
743thresOrig = fixMax(fMult(guideVectors.guideVectorOrig[i], mhThresh.decayGuideOrig), mhThresh.thres… in detection()
744 thresOrig = fixMin(thresOrig, mhThresh.thresHoldTone); in detection()
748 if(quotaBuffer[j] > thresOrig){ in detection()
760 thresOrig = mhThresh.thresHoldTone; in detection()
769 …if(quotaBuffer[j] > thresOrig && (sfmSbr[i] > mhThresh.sfmThresSbr && sfmOrig[i] < mhThresh.sfmThr… in detection()