Home
last modified time | relevance | path

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

/external/aac/libSBRenc/src/
Dmh_det.cpp696 thresTemp = (guideVectors.guideVectorDiff[i] != FL2FXCONST_DBL(0.0f)) in detection()
697 …? fixMax(fMult(mhThresh.decayGuideDiff,guideVectors.guideVectorDiff[i]), mhThresh.thresHoldDiffGui… in detection()
704 newGuideVectors.guideVectorDiff[i] = pDiffVecScfb[i]; in detection()
710 if(guideVectors.guideVectorDiff[i] != FL2FXCONST_DBL(0.0f)){ in detection()
820 …FDKmemcpy(guideVectors[start].guideVectorDiff,guideVectors[0].guideVectorDiff,nSfb*sizeof(FIXP_DBL… in detectionWithPrediction()
847 FDKmemclear(guideVectors[est+1].guideVectorDiff,nSfb*sizeof(FIXP_DBL)); in detectionWithPrediction()
863 FDKmemclear(guideVectors[est].guideVectorDiff,nSfb*sizeof(FIXP_DBL)); in detectionWithPrediction()
910 guideVectors[0].guideVectorDiff[i] = FL2FXCONST_DBL(0.0f); in detectionWithPrediction()
917 if(guideVectors[est].guideVectorDiff[i] != FL2FXCONST_DBL(0.0f)){ in detectionWithPrediction()
918 guideVectors[0].guideVectorDiff[i] = guideVectors[est].guideVectorDiff[i]; in detectionWithPrediction()
[all …]
Dmh_det.h121 FIXP_DBL *guideVectorDiff; member