Lines Matching refs:quotaBuffer
528 static void transientCleanUp(FIXP_DBL **quotaBuffer, in transientCleanUp() argument
569 maxVal1 = quotaBuffer[start][li]; in transientCleanUp()
572 if(quotaBuffer[est][j] > maxVal1){ in transientCleanUp()
573 maxVal1 = quotaBuffer[est][j]; in transientCleanUp()
586 maxVal2 = quotaBuffer[start][li]; in transientCleanUp()
589 if(quotaBuffer[est][j] > maxVal2){ in transientCleanUp()
590 maxVal2 = quotaBuffer[est][j]; in transientCleanUp()
675 static void detection(FIXP_DBL *quotaBuffer, in detection() argument
731 if(quotaBuffer[j] > thresOrig){ in detection()
733 newGuideVectors.guideVectorOrig[i] = quotaBuffer[j]; in detection()
752 …if(quotaBuffer[j] > thresOrig && (sfmSbr[i] > mhThresh.sfmThresSbr && sfmOrig[i] < mhThresh.sfmThr… in detection()
754 newGuideVectors.guideVectorOrig[i] = quotaBuffer[j]; in detection()
763 …if(quotaBuffer[ll] > mhThresh.thresHoldTone && (pDiffVecScfb[i+1] < mhThresh.invThresHoldTone || p… in detection()
765 newGuideVectors.guideVectorOrig[i] = quotaBuffer[ll]; in detection()
769 … if(quotaBuffer[ll] > mhThresh.thresHoldTone && pDiffVecScfb[i+1] < mhThresh.invThresHoldTone){ in detection()
771 newGuideVectors.guideVectorOrig[i] = quotaBuffer[ll]; in detection()
790 static void detectionWithPrediction(FIXP_DBL **quotaBuffer, in detectionWithPrediction() argument
851 detection(quotaBuffer[est], in detectionWithPrediction()
867 detection(quotaBuffer[est], in detectionWithPrediction()
882 transientCleanUp(quotaBuffer, in detectionWithPrediction()