Home
last modified time | relevance | path

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

/external/aac/libSBRenc/src/
Dmh_det.cpp684 thresTemp = (guideVectors.guideVectorDiff[i] != FL2FXCONST_DBL(0.0f)) in detection()
686 guideVectors.guideVectorDiff[i]), in detection()
694 newGuideVectors.guideVectorDiff[i] = pDiffVecScfb[i]; in detection()
699 if (guideVectors.guideVectorDiff[i] != FL2FXCONST_DBL(0.0f)) { in detection()
804 FDKmemcpy(guideVectors[start].guideVectorDiff, in detectionWithPrediction()
805 guideVectors[0].guideVectorDiff, nSfb * sizeof(FIXP_DBL)); in detectionWithPrediction()
831 FDKmemclear(guideVectors[est + 1].guideVectorDiff, in detectionWithPrediction()
843 FDKmemclear(guideVectors[est].guideVectorDiff, nSfb * sizeof(FIXP_DBL)); in detectionWithPrediction()
873 guideVectors[0].guideVectorDiff[i] = FL2FXCONST_DBL(0.0f); in detectionWithPrediction()
880 if (guideVectors[est].guideVectorDiff[i] != FL2FXCONST_DBL(0.0f)) { in detectionWithPrediction()
[all …]
Dmh_det.h148 FIXP_DBL *guideVectorDiff; member