Home
last modified time | relevance | path

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

/external/aac/libSBRenc/src/
Dmh_det.cpp528 UCHAR **detectionVectors, UCHAR *pAddHarmSfb, in transientCleanUp() argument
537 pAddHarmSfb[i] = pAddHarmSfb[i] || detectionVectors[est][i]; in transientCleanUp()
593 detectionVectors[est][i + 1] = 0; in transientCleanUp()
600 detectionVectors[est][i] = 0; in transientCleanUp()
612 detectionVectors[est][i + 1] = 0; in transientCleanUp()
621 detectionVectors[est][i] = 0; in transientCleanUp()
632 removeLowPassDetection(pAddHarmSfb, detectionVectors, start, stop, nSfb, in transientCleanUp()
786 UCHAR **detectionVectors, UCHAR *pPrevAddHarmSfb, in detectionWithPrediction() argument
825 detectionVectors[est - 1], nSfb * sizeof(UCHAR)); in detectionWithPrediction()
828 FDKmemclear(detectionVectors[est], nSfb * sizeof(UCHAR)); in detectionWithPrediction()
[all …]
Dmh_det.h171 UCHAR *detectionVectors[MAX_NO_OF_ESTIMATES]; member