Home
last modified time | relevance | path

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

/external/aac/libSBRenc/src/
Dmh_det.cpp530 UCHAR **detectionVectors, in transientCleanUp() argument
545 pAddHarmSfb[i] = pAddHarmSfb[i] || detectionVectors[est][i]; in transientCleanUp()
605 detectionVectors[est][i+1] = 0; in transientCleanUp()
613 detectionVectors[est][i] = 0; in transientCleanUp()
624 detectionVectors[est][i+1] = 0; in transientCleanUp()
633 detectionVectors[est][i] = 0; in transientCleanUp()
645 detectionVectors, in transientCleanUp()
814 UCHAR **detectionVectors, in detectionWithPrediction() argument
861 FDKmemcpy(guideVectors[est].guideVectorDetected,detectionVectors[est-1],nSfb*sizeof(UCHAR)); in detectionWithPrediction()
864 FDKmemclear(detectionVectors[est], nSfb*sizeof(UCHAR)); in detectionWithPrediction()
[all …]
Dmh_det.h146 UCHAR *detectionVectors[MAX_NO_OF_ESTIMATES]; member