Home
last modified time | relevance | path

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

/external/aac/libSBRenc/src/
Dmh_det.cpp671 static void detection(FIXP_DBL *quotaBuffer, FIXP_DBL *pDiffVecScfb, INT nSfb, in detection() argument
692 if (pDiffVecScfb[i] > thresTemp) { in detection()
694 newGuideVectors.guideVectorDiff[i] = pDiffVecScfb[i]; in detection()
756 (pDiffVecScfb[i + 1] < mhThresh.invThresHoldTone || in detection()
757 pDiffVecScfb[i - 1] < mhThresh.invThresHoldTone)) { in detection()
763 pDiffVecScfb[i + 1] < mhThresh.invThresHoldTone) { in detection()
784 FIXP_DBL **quotaBuffer, FIXP_DBL **pDiffVecScfb, INT **signBuffer, INT nSfb, in detectionWithPrediction() argument
838 detection(quotaBuffer[est], pDiffVecScfb[est], nSfb, in detectionWithPrediction()
847 detection(quotaBuffer[est], pDiffVecScfb[est], nSfb, in detectionWithPrediction()