Lines Matching refs:mhThresh
348 THRES_HOLDS mhThresh) in removeLowPassDetection() argument
372 if(maxValLD64 > mhThresh.derivThresMaxLD64) { in removeLowPassDetection()
405 if(maxValLD64 > mhThresh.derivThresMaxLD64 && maxValAboveLD64 < mhThresh.derivThresAboveLD64){ in removeLowPassDetection()
413 if(valLD64 < mhThresh.derivThresBelowLD64) { in removeLowPassDetection()
539 THRES_HOLDS mhThresh) in transientCleanUp() argument
651 mhThresh); in transientCleanUp()
701 THRES_HOLDS mhThresh) in detection() argument
714 …? fMax(fMult(mhThresh.decayGuideDiff,guideVectors.guideVectorDiff[i]), mhThresh.thresHoldDiffGuide) in detection()
715 : mhThresh.thresHoldDiff; in detection()
717 thresTemp = fMin(thresTemp, mhThresh.thresHoldDiff); in detection()
728 guideVectors.guideVectorOrig[i] = mhThresh.thresHoldToneGuide; in detection()
743 …thresOrig = fixMax(fMult(guideVectors.guideVectorOrig[i], mhThresh.decayGuideOrig), mhThresh.thres… in detection()
744 thresOrig = fixMin(thresOrig, mhThresh.thresHoldTone); in detection()
760 thresOrig = mhThresh.thresHoldTone; in detection()
769 …if(quotaBuffer[j] > thresOrig && (sfmSbr[i] > mhThresh.sfmThresSbr && sfmOrig[i] < mhThresh.sfmThr… 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()