Searched defs:detectionVectors (Results 1 - 2 of 2) sorted by relevance

/external/aac/libSBRenc/src/
H A Dmh_det.h146 UCHAR *detectionVectors[MAX_NO_OF_ESTIMATES]; member in struct:__anon249
H A Dmh_det.cpp530 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[es
528 transientCleanUp(FIXP_DBL **quotaBuffer, INT nSfb, UCHAR **detectionVectors, UCHAR *pAddHarmSfb, UCHAR *pPrevAddHarmSfb, INT ** signBuffer, const UCHAR *pFreqBandTable, INT start, INT stop, INT newDetectionAllowed, FIXP_DBL *pNrgVector, THRES_HOLDS mhThresh) argument
790 detectionWithPrediction(FIXP_DBL **quotaBuffer, FIXP_DBL **pDiffVecScfb, INT ** signBuffer, INT nSfb, const UCHAR* pFreqBandTable, FIXP_DBL **sfmOrig, FIXP_DBL **sfmSbr, UCHAR **detectionVectors, UCHAR *pPrevAddHarmSfb, GUIDE_VECTORS *guideVectors, INT noEstPerFrame, INT detectionStart, INT totNoEst, INT newDetectionAllowed, INT *pAddHarmFlag, UCHAR *pAddHarmSfb, FIXP_DBL *pNrgVector, const DETECTOR_PARAMETERS_MH *mhParams) argument
1073 UCHAR ** detectionVectors = h_sbrMHDet->detectionVectors; local
1199 UCHAR* detectionVectors = GetRam_Sbr_detectionVectors(chan); local
[all...]

Completed in 74 milliseconds