Lines Matching refs:guideVectors
682 GUIDE_VECTORS guideVectors, in detection() argument
696 thresTemp = (guideVectors.guideVectorDiff[i] != FL2FXCONST_DBL(0.0f)) in detection()
697 …? fixMax(fMult(mhThresh.decayGuideDiff,guideVectors.guideVectorDiff[i]), mhThresh.thresHoldDiffGui… in detection()
710 if(guideVectors.guideVectorDiff[i] != FL2FXCONST_DBL(0.0f)){ in detection()
711 guideVectors.guideVectorOrig[i] = mhThresh.thresHoldToneGuide; in detection()
726 …thresOrig = fixMax(fMult(guideVectors.guideVectorOrig[i], mhThresh.decayGuideOrig), mhThresh.thres… in detection()
729 if(guideVectors.guideVectorOrig[i] != FL2FXCONST_DBL(0.0f)){ in detection()
799 GUIDE_VECTORS *guideVectors, in detectionWithPrediction() argument
820 …FDKmemcpy(guideVectors[start].guideVectorDiff,guideVectors[0].guideVectorDiff,nSfb*sizeof(FIXP_DBL… in detectionWithPrediction()
821 …FDKmemcpy(guideVectors[start].guideVectorOrig,guideVectors[0].guideVectorOrig,nSfb*sizeof(FIXP_DBL… in detectionWithPrediction()
822 FDKmemclear(guideVectors[start-1].guideVectorDetected,nSfb*sizeof(UCHAR)); in detectionWithPrediction()
841 FDKmemcpy(guideVectors[est].guideVectorDetected,detectionVectors[est-1],nSfb*sizeof(UCHAR)); in detectionWithPrediction()
847 FDKmemclear(guideVectors[est+1].guideVectorDiff,nSfb*sizeof(FIXP_DBL)); in detectionWithPrediction()
848 FDKmemclear(guideVectors[est+1].guideVectorOrig,nSfb*sizeof(FIXP_DBL)); in detectionWithPrediction()
849 FDKmemclear(guideVectors[est+1].guideVectorDetected,nSfb*sizeof(UCHAR)); in detectionWithPrediction()
858 guideVectors[est], in detectionWithPrediction()
859 guideVectors[est+1], in detectionWithPrediction()
863 FDKmemclear(guideVectors[est].guideVectorDiff,nSfb*sizeof(FIXP_DBL)); in detectionWithPrediction()
864 FDKmemclear(guideVectors[est].guideVectorOrig,nSfb*sizeof(FIXP_DBL)); in detectionWithPrediction()
865 FDKmemclear(guideVectors[est].guideVectorDetected,nSfb*sizeof(UCHAR)); in detectionWithPrediction()
874 guideVectors[est], in detectionWithPrediction()
875 guideVectors[est], in detectionWithPrediction()
906 FDKmemcpy(guideVectors[0].guideVectorDetected,pAddHarmSfb,nSfb*sizeof(INT)); in detectionWithPrediction()
910 guideVectors[0].guideVectorDiff[i] = FL2FXCONST_DBL(0.0f); in detectionWithPrediction()
911 guideVectors[0].guideVectorOrig[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()
920 if(guideVectors[est].guideVectorOrig[i] != FL2FXCONST_DBL(0.0f)){ in detectionWithPrediction()
921 guideVectors[0].guideVectorOrig[i] = guideVectors[est].guideVectorOrig[i]; in detectionWithPrediction()
1081 GUIDE_VECTORS* guideVectors = h_sbrMHDet->guideVectors; in FDKsbrEnc_SbrMissingHarmonicsDetectorQmf() local
1149 guideVectors, in FDKsbrEnc_SbrMissingHarmonicsDetectorQmf()
1210 hs->guideVectors[i].guideVectorDiff = guideVectorDiff + (i*MAX_FREQ_COEFFS); in FDKsbrEnc_CreateSbrMissingHarmonicsDetector()
1211 hs->guideVectors[i].guideVectorOrig = guideVectorOrig + (i*MAX_FREQ_COEFFS); in FDKsbrEnc_CreateSbrMissingHarmonicsDetector()
1213 hs->guideVectors[i].guideVectorDetected = guideVectorDetected + (i*MAX_FREQ_COEFFS); in FDKsbrEnc_CreateSbrMissingHarmonicsDetector()
1295 FDKmemclear (hs->guideVectors[i].guideVectorDiff,sizeof(FIXP_DBL)*MAX_FREQ_COEFFS); in FDKsbrEnc_InitSbrMissingHarmonicsDetector()
1296 FDKmemclear (hs->guideVectors[i].guideVectorOrig,sizeof(FIXP_DBL)*MAX_FREQ_COEFFS); in FDKsbrEnc_InitSbrMissingHarmonicsDetector()
1298 FDKmemclear (hs->guideVectors[i].guideVectorDetected,sizeof(UCHAR)*MAX_FREQ_COEFFS); in FDKsbrEnc_InitSbrMissingHarmonicsDetector()
1334 FreeRam_Sbr_guideVectorDetected(&hs->guideVectors[0].guideVectorDetected); in FDKsbrEnc_DeleteSbrMissingHarmonicsDetector()
1335 FreeRam_Sbr_guideVectorDiff(&hs->guideVectors[0].guideVectorDiff); in FDKsbrEnc_DeleteSbrMissingHarmonicsDetector()
1336 FreeRam_Sbr_guideVectorOrig(&hs->guideVectors[0].guideVectorOrig); 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()
1398 …FDKmemcpy ( tempGuide, hSbrMissingHarmonicsDetector->guideVectors[0].guideVectorOrig, nSfbPrev * s… in FDKsbrEnc_ResetSbrMissingHarmonicsDetector()
1402 hSbrMissingHarmonicsDetector->guideVectors[0].guideVectorOrig[i] = FL2FXCONST_DBL(0.0f); in FDKsbrEnc_ResetSbrMissingHarmonicsDetector()
1406 …hSbrMissingHarmonicsDetector->guideVectors[0].guideVectorOrig[i + (nSfb - nSfbPrev)] = tempGuide[i… in FDKsbrEnc_ResetSbrMissingHarmonicsDetector()
1411 … hSbrMissingHarmonicsDetector->guideVectors[0].guideVectorOrig[i] = tempGuide[i + (nSfbPrev-nSfb)]; in FDKsbrEnc_ResetSbrMissingHarmonicsDetector()
1415 …FDKmemcpy ( tempGuideInt, hSbrMissingHarmonicsDetector->guideVectors[0].guideVectorDetected, nSfbP… in FDKsbrEnc_ResetSbrMissingHarmonicsDetector()
1419 hSbrMissingHarmonicsDetector->guideVectors[0].guideVectorDetected[i] = 0; in FDKsbrEnc_ResetSbrMissingHarmonicsDetector()
1423 …hSbrMissingHarmonicsDetector->guideVectors[0].guideVectorDetected[i + (nSfb - nSfbPrev)] = tempGui… in FDKsbrEnc_ResetSbrMissingHarmonicsDetector()
1428 …hSbrMissingHarmonicsDetector->guideVectors[0].guideVectorDetected[i] = tempGuideInt[i + (nSfbPrev-… in FDKsbrEnc_ResetSbrMissingHarmonicsDetector()