Lines Matching refs:guideVectorDiff
696 thresTemp = (guideVectors.guideVectorDiff[i] != FL2FXCONST_DBL(0.0f)) in detection()
697 …? fixMax(fMult(mhThresh.decayGuideDiff,guideVectors.guideVectorDiff[i]), mhThresh.thresHoldDiffGui… in detection()
704 newGuideVectors.guideVectorDiff[i] = pDiffVecScfb[i]; in detection()
710 if(guideVectors.guideVectorDiff[i] != FL2FXCONST_DBL(0.0f)){ in detection()
820 …FDKmemcpy(guideVectors[start].guideVectorDiff,guideVectors[0].guideVectorDiff,nSfb*sizeof(FIXP_DBL… in detectionWithPrediction()
847 FDKmemclear(guideVectors[est+1].guideVectorDiff,nSfb*sizeof(FIXP_DBL)); in detectionWithPrediction()
863 FDKmemclear(guideVectors[est].guideVectorDiff,nSfb*sizeof(FIXP_DBL)); in detectionWithPrediction()
910 guideVectors[0].guideVectorDiff[i] = FL2FXCONST_DBL(0.0f); in detectionWithPrediction()
917 if(guideVectors[est].guideVectorDiff[i] != FL2FXCONST_DBL(0.0f)){ in detectionWithPrediction()
918 guideVectors[0].guideVectorDiff[i] = guideVectors[est].guideVectorDiff[i]; in detectionWithPrediction()
1201 FIXP_DBL* guideVectorDiff = GetRam_Sbr_guideVectorDiff(chan); in FDKsbrEnc_CreateSbrMissingHarmonicsDetector() local
1210 hs->guideVectors[i].guideVectorDiff = guideVectorDiff + (i*MAX_FREQ_COEFFS); in FDKsbrEnc_CreateSbrMissingHarmonicsDetector()
1295 FDKmemclear (hs->guideVectors[i].guideVectorDiff,sizeof(FIXP_DBL)*MAX_FREQ_COEFFS); in FDKsbrEnc_InitSbrMissingHarmonicsDetector()
1335 FreeRam_Sbr_guideVectorDiff(&hs->guideVectors[0].guideVectorDiff); in FDKsbrEnc_DeleteSbrMissingHarmonicsDetector()
1381 …FDKmemcpy ( tempGuide, hSbrMissingHarmonicsDetector->guideVectors[0].guideVectorDiff, nSfbPrev * s… in FDKsbrEnc_ResetSbrMissingHarmonicsDetector()
1385 hSbrMissingHarmonicsDetector->guideVectors[0].guideVectorDiff[i] = FL2FXCONST_DBL(0.0f); in FDKsbrEnc_ResetSbrMissingHarmonicsDetector()
1389 …hSbrMissingHarmonicsDetector->guideVectors[0].guideVectorDiff[i + (nSfb - nSfbPrev)] = tempGuide[i… in FDKsbrEnc_ResetSbrMissingHarmonicsDetector()
1394 … hSbrMissingHarmonicsDetector->guideVectors[0].guideVectorDiff[i] = tempGuide[i + (nSfbPrev-nSfb)]; in FDKsbrEnc_ResetSbrMissingHarmonicsDetector()