HomeSort by relevance Sort by last modified time
    Searched full:detectionvectors (Results 1 - 2 of 2) sorted by null

  /external/aac/libSBRenc/src/
mh_det.cpp 530 UCHAR **detectionVectors,
545 pAddHarmSfb[i] = pAddHarmSfb[i] || detectionVectors[est][i];
605 detectionVectors[est][i+1] = 0;
613 detectionVectors[est][i] = 0;
624 detectionVectors[est][i+1] = 0;
633 detectionVectors[est][i] = 0;
645 detectionVectors,
797 UCHAR **detectionVectors,
841 FDKmemcpy(guideVectors[est].guideVectorDetected,detectionVectors[est-1],nSfb*sizeof(UCHAR));
844 FDKmemclear(detectionVectors[est], nSfb*sizeof(UCHAR))
    [all...]
mh_det.h 146 UCHAR *detectionVectors[MAX_NO_OF_ESTIMATES];

Completed in 900 milliseconds