• Home
  • Raw
  • Download

Lines Matching refs:detectionVectors

530                              UCHAR **detectionVectors,  in transientCleanUp()  argument
545 pAddHarmSfb[i] = pAddHarmSfb[i] || detectionVectors[est][i]; in transientCleanUp()
605 detectionVectors[est][i+1] = 0; in transientCleanUp()
613 detectionVectors[est][i] = 0; in transientCleanUp()
624 detectionVectors[est][i+1] = 0; in transientCleanUp()
633 detectionVectors[est][i] = 0; in transientCleanUp()
645 detectionVectors, in transientCleanUp()
814 UCHAR **detectionVectors, in detectionWithPrediction() argument
861 FDKmemcpy(guideVectors[est].guideVectorDetected,detectionVectors[est-1],nSfb*sizeof(UCHAR)); in detectionWithPrediction()
864 FDKmemclear(detectionVectors[est], nSfb*sizeof(UCHAR)); in detectionWithPrediction()
874 detectionVectors[est], in detectionWithPrediction()
890 detectionVectors[est], in detectionWithPrediction()
904 detectionVectors, in detectionWithPrediction()
1093 UCHAR ** detectionVectors = h_sbrMHDet->detectionVectors; in FDKsbrEnc_SbrMissingHarmonicsDetectorQmf() local
1167 detectionVectors, in FDKsbrEnc_SbrMissingHarmonicsDetectorQmf()
1219 UCHAR* detectionVectors = GetRam_Sbr_detectionVectors(chan); in FDKsbrEnc_CreateSbrMissingHarmonicsDetector() local
1232 hs->detectionVectors[i] = detectionVectors + (i*MAX_FREQ_COEFFS); in FDKsbrEnc_CreateSbrMissingHarmonicsDetector()
1317 FDKmemclear (hs->detectionVectors[i],sizeof(UCHAR)*MAX_FREQ_COEFFS); in FDKsbrEnc_InitSbrMissingHarmonicsDetector()
1353 FreeRam_Sbr_detectionVectors(&hs->detectionVectors[0]); in FDKsbrEnc_DeleteSbrMissingHarmonicsDetector()