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()
692 static void detection(FIXP_DBL *quotaBuffer, in detection() argument
748 if(quotaBuffer[j] > thresOrig){ in detection()
750 newGuideVectors.guideVectorOrig[i] = quotaBuffer[j]; in detection()
769 …if(quotaBuffer[j] > thresOrig && (sfmSbr[i] > mhThresh.sfmThresSbr && sfmOrig[i] < mhThresh.sfmThr… in detection()
771 newGuideVectors.guideVectorOrig[i] = quotaBuffer[j]; in detection()
780 …if(quotaBuffer[ll] > mhThresh.thresHoldTone && (pDiffVecScfb[i+1] < mhThresh.invThresHoldTone || p… in detection()
782 newGuideVectors.guideVectorOrig[i] = quotaBuffer[ll]; in detection()
786 … if(quotaBuffer[ll] > mhThresh.thresHoldTone && pDiffVecScfb[i+1] < mhThresh.invThresHoldTone){ in detection()
788 newGuideVectors.guideVectorOrig[i] = quotaBuffer[ll]; in detection()
807 static void detectionWithPrediction(FIXP_DBL **quotaBuffer, in detectionWithPrediction() argument
871 detection(quotaBuffer[est], in detectionWithPrediction()
887 detection(quotaBuffer[est], in detectionWithPrediction()
902 transientCleanUp(quotaBuffer, in detectionWithPrediction()