Lines Matching refs:guideVectorDiff

713     thresTemp = (guideVectors.guideVectorDiff[i] != FL2FXCONST_DBL(0.0f))  in detection()
714 …? fMax(fMult(mhThresh.decayGuideDiff,guideVectors.guideVectorDiff[i]), mhThresh.thresHoldDiffGuide) in detection()
721 newGuideVectors.guideVectorDiff[i] = pDiffVecScfb[i]; in detection()
727 if(guideVectors.guideVectorDiff[i] != FL2FXCONST_DBL(0.0f)){ in detection()
840 …FDKmemcpy(guideVectors[start].guideVectorDiff,guideVectors[0].guideVectorDiff,nSfb*sizeof(FIXP_DBL… in detectionWithPrediction()
867 FDKmemclear(guideVectors[est+1].guideVectorDiff,nSfb*sizeof(FIXP_DBL)); in detectionWithPrediction()
883 FDKmemclear(guideVectors[est].guideVectorDiff,nSfb*sizeof(FIXP_DBL)); in detectionWithPrediction()
930 guideVectors[0].guideVectorDiff[i] = FL2FXCONST_DBL(0.0f); in detectionWithPrediction()
937 if(guideVectors[est].guideVectorDiff[i] != FL2FXCONST_DBL(0.0f)){ in detectionWithPrediction()
938 guideVectors[0].guideVectorDiff[i] = guideVectors[est].guideVectorDiff[i]; in detectionWithPrediction()
1221 FIXP_DBL* guideVectorDiff = GetRam_Sbr_guideVectorDiff(chan); in FDKsbrEnc_CreateSbrMissingHarmonicsDetector() local
1230 hs->guideVectors[i].guideVectorDiff = guideVectorDiff + (i*MAX_FREQ_COEFFS); in FDKsbrEnc_CreateSbrMissingHarmonicsDetector()
1315 FDKmemclear (hs->guideVectors[i].guideVectorDiff,sizeof(FIXP_DBL)*MAX_FREQ_COEFFS); in FDKsbrEnc_InitSbrMissingHarmonicsDetector()
1355 FreeRam_Sbr_guideVectorDiff(&hs->guideVectors[0].guideVectorDiff); in FDKsbrEnc_DeleteSbrMissingHarmonicsDetector()
1401 …FDKmemcpy ( tempGuide, hSbrMissingHarmonicsDetector->guideVectors[0].guideVectorDiff, nSfbPrev * s… in FDKsbrEnc_ResetSbrMissingHarmonicsDetector()
1405 hSbrMissingHarmonicsDetector->guideVectors[0].guideVectorDiff[i] = FL2FXCONST_DBL(0.0f); in FDKsbrEnc_ResetSbrMissingHarmonicsDetector()
1409 …hSbrMissingHarmonicsDetector->guideVectors[0].guideVectorDiff[i + (nSfb - nSfbPrev)] = tempGuide[i… in FDKsbrEnc_ResetSbrMissingHarmonicsDetector()
1414 … hSbrMissingHarmonicsDetector->guideVectors[0].guideVectorDiff[i] = tempGuide[i + (nSfbPrev-nSfb)]; in FDKsbrEnc_ResetSbrMissingHarmonicsDetector()