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

/external/aac/libSBRenc/src/
H A Dmh_det.cpp341 static void removeLowPassDetection(UCHAR *RESTRICT pAddHarmSfb, argument
431 if(pAddHarmSfb[i]){
432 pAddHarmSfb[i] = 0;
531 UCHAR *pAddHarmSfb,
545 pAddHarmSfb[i] = pAddHarmSfb[i] || detectionVectors[est][i];
559 if(pAddHarmSfb[i] && pAddHarmSfb[i+1]) {
603 pAddHarmSfb[i+1] = 0;
611 pAddHarmSfb[
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
807 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
966 calculateCompVector(UCHAR *pAddHarmSfb, FIXP_DBL **pTonalityMatrix, INT ** pSignMatrix, UCHAR *pEnvComp, INT nSfb, const UCHAR *freqBandTable, INT totNoEst, INT maxComp, UCHAR *pPrevEnvComp, INT newDetectionAllowed) argument
[all...]

Completed in 31 milliseconds