• Home
  • Raw
  • Download

Lines Matching refs:pAddHarmSfb

341 static void removeLowPassDetection(UCHAR *RESTRICT pAddHarmSfb,  in removeLowPassDetection()  argument
431 if(pAddHarmSfb[i]){ in removeLowPassDetection()
432 pAddHarmSfb[i] = 0; in removeLowPassDetection()
531 UCHAR *pAddHarmSfb, in transientCleanUp() argument
545 pAddHarmSfb[i] = pAddHarmSfb[i] || detectionVectors[est][i]; in transientCleanUp()
559 if(pAddHarmSfb[i] && pAddHarmSfb[i+1]) { in transientCleanUp()
603 pAddHarmSfb[i+1] = 0; in transientCleanUp()
611 pAddHarmSfb[i] = 0; in transientCleanUp()
622 pAddHarmSfb[i+1] = 0; in transientCleanUp()
631 pAddHarmSfb[i] = 0; in transientCleanUp()
644 removeLowPassDetection(pAddHarmSfb, in transientCleanUp()
659 if(pAddHarmSfb[i] - pPrevAddHarmSfb[i] > 0) in transientCleanUp()
660 pAddHarmSfb[i] = 0; in transientCleanUp()
822 UCHAR *pAddHarmSfb, in detectionWithPrediction() argument
829 FDKmemclear(pAddHarmSfb,nSfb*sizeof(UCHAR)); in detectionWithPrediction()
905 pAddHarmSfb, in detectionWithPrediction()
919 if(pAddHarmSfb[i]){ in detectionWithPrediction()
925 FDKmemcpy(pPrevAddHarmSfb, pAddHarmSfb, nSfb*sizeof(UCHAR)); in detectionWithPrediction()
926 FDKmemcpy(guideVectors[0].guideVectorDetected,pAddHarmSfb,nSfb*sizeof(INT)); in detectionWithPrediction()
933 if(pAddHarmSfb[i] == 1){ in detectionWithPrediction()
966 static void calculateCompVector(UCHAR *pAddHarmSfb, in calculateCompVector() argument
987 if(pAddHarmSfb[scfBand]){ /* A missing sine was detected */ in calculateCompVector()
1014 if(!pAddHarmSfb[scfBand - 1]) { /* No detection below*/ in calculateCompVector()
1036 if(!pAddHarmSfb[scfBand + 1]) { in calculateCompVector()