Lines Matching refs:guideVectorDiff
684 thresTemp = (guideVectors.guideVectorDiff[i] != FL2FXCONST_DBL(0.0f)) in detection()
686 guideVectors.guideVectorDiff[i]), in detection()
694 newGuideVectors.guideVectorDiff[i] = pDiffVecScfb[i]; in detection()
699 if (guideVectors.guideVectorDiff[i] != FL2FXCONST_DBL(0.0f)) { in detection()
804 FDKmemcpy(guideVectors[start].guideVectorDiff, in detectionWithPrediction()
805 guideVectors[0].guideVectorDiff, nSfb * sizeof(FIXP_DBL)); in detectionWithPrediction()
831 FDKmemclear(guideVectors[est + 1].guideVectorDiff, in detectionWithPrediction()
843 FDKmemclear(guideVectors[est].guideVectorDiff, nSfb * sizeof(FIXP_DBL)); in detectionWithPrediction()
873 guideVectors[0].guideVectorDiff[i] = FL2FXCONST_DBL(0.0f); in detectionWithPrediction()
880 if (guideVectors[est].guideVectorDiff[i] != FL2FXCONST_DBL(0.0f)) { in detectionWithPrediction()
881 guideVectors[0].guideVectorDiff[i] = in detectionWithPrediction()
882 guideVectors[est].guideVectorDiff[i]; in detectionWithPrediction()
1125 FIXP_DBL *guideVectorDiff = GetRam_Sbr_guideVectorDiff(chan); in FDKsbrEnc_CreateSbrMissingHarmonicsDetector() local
1134 (NULL == guideVectorDiff) || (NULL == guideVectorOrig) || in FDKsbrEnc_CreateSbrMissingHarmonicsDetector()
1140 hs->guideVectors[i].guideVectorDiff = in FDKsbrEnc_CreateSbrMissingHarmonicsDetector()
1141 guideVectorDiff + (i * MAX_FREQ_COEFFS); in FDKsbrEnc_CreateSbrMissingHarmonicsDetector()
1152 hs->guideVectors[0].guideVectorDiff = guideVectorDiff; in FDKsbrEnc_CreateSbrMissingHarmonicsDetector()
1225 FDKmemclear(hs->guideVectors[i].guideVectorDiff, in FDKsbrEnc_InitSbrMissingHarmonicsDetector()
1267 FreeRam_Sbr_guideVectorDiff(&hs->guideVectors[0].guideVectorDiff); in FDKsbrEnc_DeleteSbrMissingHarmonicsDetector()
1314 hSbrMissingHarmonicsDetector->guideVectors[0].guideVectorDiff, in FDKsbrEnc_ResetSbrMissingHarmonicsDetector()
1319 hSbrMissingHarmonicsDetector->guideVectors[0].guideVectorDiff[i] = in FDKsbrEnc_ResetSbrMissingHarmonicsDetector()
1325 .guideVectorDiff[i + (nSfb - nSfbPrev)] = tempGuide[i]; in FDKsbrEnc_ResetSbrMissingHarmonicsDetector()
1329 hSbrMissingHarmonicsDetector->guideVectors[0].guideVectorDiff[i] = in FDKsbrEnc_ResetSbrMissingHarmonicsDetector()