Searched refs:guideVectors (Results 1 – 2 of 2) sorted by relevance
/external/aac/libSBRenc/src/ |
D | mh_det.cpp | 682 GUIDE_VECTORS guideVectors, in detection() argument 696 thresTemp = (guideVectors.guideVectorDiff[i] != FL2FXCONST_DBL(0.0f)) in detection() 697 …? fixMax(fMult(mhThresh.decayGuideDiff,guideVectors.guideVectorDiff[i]), mhThresh.thresHoldDiffGui… in detection() 710 if(guideVectors.guideVectorDiff[i] != FL2FXCONST_DBL(0.0f)){ in detection() 711 guideVectors.guideVectorOrig[i] = mhThresh.thresHoldToneGuide; in detection() 726 …thresOrig = fixMax(fMult(guideVectors.guideVectorOrig[i], mhThresh.decayGuideOrig), mhThresh.thres… in detection() 729 if(guideVectors.guideVectorOrig[i] != FL2FXCONST_DBL(0.0f)){ in detection() 799 GUIDE_VECTORS *guideVectors, in detectionWithPrediction() argument 820 …FDKmemcpy(guideVectors[start].guideVectorDiff,guideVectors[0].guideVectorDiff,nSfb*sizeof(FIXP_DBL… in detectionWithPrediction() 821 …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
|