• Home
  • Raw
  • Download

Lines Matching refs:pAddHarmSfb

347 static void removeLowPassDetection(UCHAR *RESTRICT pAddHarmSfb,  in removeLowPassDetection()  argument
437 if (pAddHarmSfb[i]) { in removeLowPassDetection()
438 pAddHarmSfb[i] = 0; in removeLowPassDetection()
528 UCHAR **detectionVectors, UCHAR *pAddHarmSfb, in transientCleanUp() argument
537 pAddHarmSfb[i] = pAddHarmSfb[i] || detectionVectors[est][i]; in transientCleanUp()
548 if (pAddHarmSfb[i] && pAddHarmSfb[i + 1]) { in transientCleanUp()
591 pAddHarmSfb[i + 1] = 0; in transientCleanUp()
598 pAddHarmSfb[i] = 0; in transientCleanUp()
610 pAddHarmSfb[i + 1] = 0; in transientCleanUp()
619 pAddHarmSfb[i] = 0; in transientCleanUp()
632 removeLowPassDetection(pAddHarmSfb, detectionVectors, start, stop, nSfb, in transientCleanUp()
640 if (pAddHarmSfb[i] - pPrevAddHarmSfb[i] > 0) pAddHarmSfb[i] = 0; in transientCleanUp()
789 UCHAR *pAddHarmSfb, FIXP_DBL *pNrgVector, in detectionWithPrediction() argument
794 FDKmemclear(pAddHarmSfb, nSfb * sizeof(UCHAR)); in detectionWithPrediction()
855 transientCleanUp(quotaBuffer, nSfb, detectionVectors, pAddHarmSfb, in detectionWithPrediction()
862 if (pAddHarmSfb[i]) { in detectionWithPrediction()
868 FDKmemcpy(pPrevAddHarmSfb, pAddHarmSfb, nSfb * sizeof(UCHAR)); in detectionWithPrediction()
869 FDKmemcpy(guideVectors[0].guideVectorDetected, pAddHarmSfb, in detectionWithPrediction()
876 if (pAddHarmSfb[i] == 1) { in detectionWithPrediction()
909 static void calculateCompVector(UCHAR *pAddHarmSfb, FIXP_DBL **pTonalityMatrix, in calculateCompVector() argument
922 if (pAddHarmSfb[scfBand]) { /* A missing sine was detected */ in calculateCompVector()
949 if (!pAddHarmSfb[scfBand - 1]) { /* No detection below*/ in calculateCompVector()
975 if (!pAddHarmSfb[scfBand + 1]) { in calculateCompVector()