• Home
  • Raw
  • Download

Lines Matching refs:detectionVectors

528                              UCHAR **detectionVectors, UCHAR *pAddHarmSfb,  in transientCleanUp()  argument
537 pAddHarmSfb[i] = pAddHarmSfb[i] || detectionVectors[est][i]; in transientCleanUp()
593 detectionVectors[est][i + 1] = 0; in transientCleanUp()
600 detectionVectors[est][i] = 0; in transientCleanUp()
612 detectionVectors[est][i + 1] = 0; in transientCleanUp()
621 detectionVectors[est][i] = 0; in transientCleanUp()
632 removeLowPassDetection(pAddHarmSfb, detectionVectors, start, stop, nSfb, in transientCleanUp()
786 UCHAR **detectionVectors, UCHAR *pPrevAddHarmSfb, in detectionWithPrediction() argument
825 detectionVectors[est - 1], nSfb * sizeof(UCHAR)); in detectionWithPrediction()
828 FDKmemclear(detectionVectors[est], nSfb * sizeof(UCHAR)); in detectionWithPrediction()
839 detectionVectors[est], pFreqBandTable, sfmOrig[est], in detectionWithPrediction()
848 detectionVectors[est], pFreqBandTable, sfmOrig[est], in detectionWithPrediction()
855 transientCleanUp(quotaBuffer, nSfb, detectionVectors, pAddHarmSfb, in detectionWithPrediction()
1026 UCHAR **detectionVectors = h_sbrMHDet->detectionVectors; in FDKsbrEnc_SbrMissingHarmonicsDetectorQmf() local
1084 freqBandTable, sfmOrig, sfmSbr, detectionVectors, in FDKsbrEnc_SbrMissingHarmonicsDetectorQmf()
1123 UCHAR *detectionVectors = GetRam_Sbr_detectionVectors(chan); in FDKsbrEnc_CreateSbrMissingHarmonicsDetector() local
1133 if ((NULL == detectionVectors) || (NULL == guideVectorDetected) || in FDKsbrEnc_CreateSbrMissingHarmonicsDetector()
1144 hs->detectionVectors[i] = detectionVectors + (i * MAX_FREQ_COEFFS); in FDKsbrEnc_CreateSbrMissingHarmonicsDetector()
1154 hs->detectionVectors[0] = detectionVectors; in FDKsbrEnc_CreateSbrMissingHarmonicsDetector()
1229 FDKmemclear(hs->detectionVectors[i], sizeof(UCHAR) * MAX_FREQ_COEFFS); in FDKsbrEnc_InitSbrMissingHarmonicsDetector()
1265 FreeRam_Sbr_detectionVectors(&hs->detectionVectors[0]); in FDKsbrEnc_DeleteSbrMissingHarmonicsDetector()