• Home
  • Raw
  • Download

Lines Matching refs:mhThresh

352                                    THRES_HOLDS mhThresh)  in removeLowPassDetection()  argument
376 if (maxValLD64 > mhThresh.derivThresMaxLD64) { in removeLowPassDetection()
408 if (maxValLD64 > mhThresh.derivThresMaxLD64 && in removeLowPassDetection()
409 maxValAboveLD64 < mhThresh.derivThresAboveLD64) { in removeLowPassDetection()
419 if (valLD64 < mhThresh.derivThresBelowLD64) { in removeLowPassDetection()
532 THRES_HOLDS mhThresh) { in transientCleanUp() argument
633 pFreqBandTable, pNrgVector, mhThresh); in transientCleanUp()
675 THRES_HOLDS mhThresh) { in detection() argument
685 ? fMax(fMult(mhThresh.decayGuideDiff, in detection()
687 mhThresh.thresHoldDiffGuide) in detection()
688 : mhThresh.thresHoldDiff; in detection()
690 thresTemp = fMin(thresTemp, mhThresh.thresHoldDiff); in detection()
700 guideVectors.guideVectorOrig[i] = mhThresh.thresHoldToneGuide; in detection()
716 fixMax(fMult(guideVectors.guideVectorOrig[i], mhThresh.decayGuideOrig), in detection()
717 mhThresh.thresHoldToneGuide); in detection()
718 thresOrig = fixMin(thresOrig, mhThresh.thresHoldTone); in detection()
734 thresOrig = mhThresh.thresHoldTone; in detection()
744 (sfmSbr[i] > mhThresh.sfmThresSbr && in detection()
745 sfmOrig[i] < mhThresh.sfmThresOrig)) { in detection()
755 if (quotaBuffer[ll] > mhThresh.thresHoldTone && in detection()
756 (pDiffVecScfb[i + 1] < mhThresh.invThresHoldTone || in detection()
757 pDiffVecScfb[i - 1] < mhThresh.invThresHoldTone)) { in detection()
762 if (quotaBuffer[ll] > mhThresh.thresHoldTone && in detection()
763 pDiffVecScfb[i + 1] < mhThresh.invThresHoldTone) { in detection()