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()
797 UCHAR **detectionVectors, in detectionWithPrediction() argument
841 FDKmemcpy(guideVectors[est].guideVectorDetected,detectionVectors[est-1],nSfb*sizeof(UCHAR)); in detectionWithPrediction()
844 FDKmemclear(detectionVectors[est], nSfb*sizeof(UCHAR)); in detectionWithPrediction()
854 detectionVectors[est], in detectionWithPrediction()
870 detectionVectors[est], in detectionWithPrediction()
884 detectionVectors, in detectionWithPrediction()
1073 UCHAR ** detectionVectors = h_sbrMHDet->detectionVectors; in FDKsbrEnc_SbrMissingHarmonicsDetectorQmf() local
1147 detectionVectors, in FDKsbrEnc_SbrMissingHarmonicsDetectorQmf()
1199 UCHAR* detectionVectors = GetRam_Sbr_detectionVectors(chan); in FDKsbrEnc_CreateSbrMissingHarmonicsDetector() local
1212 hs->detectionVectors[i] = detectionVectors + (i*MAX_FREQ_COEFFS); in FDKsbrEnc_CreateSbrMissingHarmonicsDetector()
1297 FDKmemclear (hs->detectionVectors[i],sizeof(UCHAR)*MAX_FREQ_COEFFS); in FDKsbrEnc_InitSbrMissingHarmonicsDetector()
1333 FreeRam_Sbr_detectionVectors(&hs->detectionVectors[0]); in FDKsbrEnc_DeleteSbrMissingHarmonicsDetector()