Searched refs:guideVectors (Results 1 – 2 of 2) sorted by relevance
/external/aac/libSBRenc/src/ |
D | mh_det.cpp | 674 GUIDE_VECTORS guideVectors, GUIDE_VECTORS newGuideVectors, in detection() argument 684 thresTemp = (guideVectors.guideVectorDiff[i] != FL2FXCONST_DBL(0.0f)) in detection() 686 guideVectors.guideVectorDiff[i]), in detection() 699 if (guideVectors.guideVectorDiff[i] != FL2FXCONST_DBL(0.0f)) { in detection() 700 guideVectors.guideVectorOrig[i] = mhThresh.thresHoldToneGuide; in detection() 716 fixMax(fMult(guideVectors.guideVectorOrig[i], mhThresh.decayGuideOrig), in detection() 720 if (guideVectors.guideVectorOrig[i] != FL2FXCONST_DBL(0.0f)) { in detection() 787 GUIDE_VECTORS *guideVectors, INT noEstPerFrame, INT detectionStart, in detectionWithPrediction() argument 804 FDKmemcpy(guideVectors[start].guideVectorDiff, in detectionWithPrediction() 805 guideVectors[0].guideVectorDiff, nSfb * sizeof(FIXP_DBL)); in detectionWithPrediction() [all …]
|
D | mh_det.h | 176 GUIDE_VECTORS guideVectors[MAX_NO_OF_ESTIMATES]; member
|