Home
last modified time | relevance | path

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

/external/aac/libSBRenc/src/
Dmh_det.cpp713 thresTemp = (guideVectors.guideVectorDiff[i] != FL2FXCONST_DBL(0.0f)) in detection()
714 …? fMax(fMult(mhThresh.decayGuideDiff,guideVectors.guideVectorDiff[i]), mhThresh.thresHoldDiffGuide) in detection()
721 newGuideVectors.guideVectorDiff[i] = pDiffVecScfb[i]; in detection()
727 if(guideVectors.guideVectorDiff[i] != FL2FXCONST_DBL(0.0f)){ in detection()
840 …FDKmemcpy(guideVectors[start].guideVectorDiff,guideVectors[0].guideVectorDiff,nSfb*sizeof(FIXP_DBL… in detectionWithPrediction()
867 FDKmemclear(guideVectors[est+1].guideVectorDiff,nSfb*sizeof(FIXP_DBL)); in detectionWithPrediction()
883 FDKmemclear(guideVectors[est].guideVectorDiff,nSfb*sizeof(FIXP_DBL)); in detectionWithPrediction()
930 guideVectors[0].guideVectorDiff[i] = FL2FXCONST_DBL(0.0f); in detectionWithPrediction()
937 if(guideVectors[est].guideVectorDiff[i] != FL2FXCONST_DBL(0.0f)){ in detectionWithPrediction()
938 guideVectors[0].guideVectorDiff[i] = guideVectors[est].guideVectorDiff[i]; in detectionWithPrediction()
[all …]
Dmh_det.h121 FIXP_DBL *guideVectorDiff; member