Searched refs:guideVectors (Results 1 – 2 of 2) sorted by relevance
/external/aac/libSBRenc/src/ |
D | mh_det.cpp | 699 GUIDE_VECTORS guideVectors, in detection() argument 713 thresTemp = (guideVectors.guideVectorDiff[i] != FL2FXCONST_DBL(0.0f)) in detection() 714 …? fMax(fMult(mhThresh.decayGuideDiff,guideVectors.guideVectorDiff[i]), mhThresh.thresHoldDiffGuide) in detection() 727 if(guideVectors.guideVectorDiff[i] != FL2FXCONST_DBL(0.0f)){ in detection() 728 guideVectors.guideVectorOrig[i] = mhThresh.thresHoldToneGuide; in detection() 743 …thresOrig = fixMax(fMult(guideVectors.guideVectorOrig[i], mhThresh.decayGuideOrig), mhThresh.thres… in detection() 746 if(guideVectors.guideVectorOrig[i] != FL2FXCONST_DBL(0.0f)){ in detection() 816 GUIDE_VECTORS *guideVectors, in detectionWithPrediction() argument 840 …FDKmemcpy(guideVectors[start].guideVectorDiff,guideVectors[0].guideVectorDiff,nSfb*sizeof(FIXP_DBL… in detectionWithPrediction() 841 …FDKmemcpy(guideVectors[start].guideVectorOrig,guideVectors[0].guideVectorOrig,nSfb*sizeof(FIXP_DBL… in detectionWithPrediction() [all …]
|
D | mh_det.h | 151 GUIDE_VECTORS guideVectors[MAX_NO_OF_ESTIMATES]; member
|