Searched refs:detectionVectors (Results 1 – 2 of 2) sorted by relevance
530 UCHAR **detectionVectors, in transientCleanUp() argument545 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() argument861 FDKmemcpy(guideVectors[est].guideVectorDetected,detectionVectors[est-1],nSfb*sizeof(UCHAR)); in detectionWithPrediction()864 FDKmemclear(detectionVectors[est], nSfb*sizeof(UCHAR)); in detectionWithPrediction()[all …]
146 UCHAR *detectionVectors[MAX_NO_OF_ESTIMATES]; member