• Home
  • Raw
  • Download

Lines Matching refs:est

306   INT est;  in calculateDetectorInput()  local
311 for (est=0; est < noEstPerFrame; est++) { in calculateDetectorInput()
313 diff(pQuotaBuffer[est+move], in calculateDetectorInput()
314 tonalityDiff[est+move], in calculateDetectorInput()
319 calculateFlatnessMeasure(pQuotaBuffer[est+ move], in calculateDetectorInput()
321 pSfmOrig[est + move], in calculateDetectorInput()
322 pSfmSbr[est + move], in calculateDetectorInput()
351 INT i,est; in removeLowPassDetection() local
433 for(est = start; est < stop ; est++){ in removeLowPassDetection()
434 pDetectionVectors[est][i] = 0; in removeLowPassDetection()
541 INT i,j,li, ui,est; in transientCleanUp() local
543 for(est=start; est < stop; est++) { in transientCleanUp()
545 pAddHarmSfb[i] = pAddHarmSfb[i] || detectionVectors[est][i]; in transientCleanUp()
570 for(est = start; est < stop; est++){ in transientCleanUp()
572 if(quotaBuffer[est][j] > maxVal1){ in transientCleanUp()
573 maxVal1 = quotaBuffer[est][j]; in transientCleanUp()
575 maxPosTime1 = est; in transientCleanUp()
587 for(est = start; est < stop; est++){ in transientCleanUp()
589 if(quotaBuffer[est][j] > maxVal2){ in transientCleanUp()
590 maxVal2 = quotaBuffer[est][j]; in transientCleanUp()
592 maxPosTime2 = est; in transientCleanUp()
604 for(est=start; est<stop; est++){ in transientCleanUp()
605 detectionVectors[est][i+1] = 0; in transientCleanUp()
612 for(est=start; est<stop; est++){ in transientCleanUp()
613 detectionVectors[est][i] = 0; in transientCleanUp()
623 for(est=start; est<stop; est++){ in transientCleanUp()
624 detectionVectors[est][i+1] = 0; in transientCleanUp()
632 for(est=start; est<stop; est++){ in transientCleanUp()
633 detectionVectors[est][i] = 0; in transientCleanUp()
809 INT est = 0,i; in detectionWithPrediction() local
834 for(est = start; est < totNoEst; est++){ in detectionWithPrediction()
840 if(est > 0){ in detectionWithPrediction()
841 FDKmemcpy(guideVectors[est].guideVectorDetected,detectionVectors[est-1],nSfb*sizeof(UCHAR)); in detectionWithPrediction()
844 FDKmemclear(detectionVectors[est], nSfb*sizeof(UCHAR)); in detectionWithPrediction()
846 if(est < totNoEst-1){ 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()
851 detection(quotaBuffer[est], in detectionWithPrediction()
852 pDiffVecScfb[est], in detectionWithPrediction()
854 detectionVectors[est], in detectionWithPrediction()
856 sfmOrig[est], in detectionWithPrediction()
857 sfmSbr[est], 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()
867 detection(quotaBuffer[est], in detectionWithPrediction()
868 pDiffVecScfb[est], in detectionWithPrediction()
870 detectionVectors[est], in detectionWithPrediction()
872 sfmOrig[est], in detectionWithPrediction()
873 sfmSbr[est], in detectionWithPrediction()
874 guideVectors[est], in detectionWithPrediction()
875 guideVectors[est], in detectionWithPrediction()
916 for(est=start; est < totNoEst; est++){ 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()
958 INT scfBand,est,l,ll,lu,maxPosF,maxPosT; in calculateCompVector() local
975 for(est=0;est<totNoEst;est++){ in calculateCompVector()
977 if(pTonalityMatrix[est][l] > maxVal){ in calculateCompVector()
978 maxVal = pTonalityMatrix[est][l]; in calculateCompVector()
980 maxPosT = est; in calculateCompVector()
1085 int est; in FDKsbrEnc_SbrMissingHarmonicsDetectorQmf() local
1097 for (est=0; est < MAX_NO_OF_ESTIMATES/2; est++) { in FDKsbrEnc_SbrMissingHarmonicsDetectorQmf()
1098 sfmSbr[est] = h_sbrMHDet->sfmSbr[est]; in FDKsbrEnc_SbrMissingHarmonicsDetectorQmf()
1099 sfmOrig[est] = h_sbrMHDet->sfmOrig[est]; in FDKsbrEnc_SbrMissingHarmonicsDetectorQmf()
1100 tonalityDiff[est] = h_sbrMHDet->tonalityDiff[est]; in FDKsbrEnc_SbrMissingHarmonicsDetectorQmf()
1105 for (; est < MAX_NO_OF_ESTIMATES; est++) { in FDKsbrEnc_SbrMissingHarmonicsDetectorQmf()
1106 sfmSbr[est] = scratch; scratch+=MAX_FREQ_COEFFS; in FDKsbrEnc_SbrMissingHarmonicsDetectorQmf()
1107 sfmOrig[est] = scratch; scratch+=MAX_FREQ_COEFFS; in FDKsbrEnc_SbrMissingHarmonicsDetectorQmf()
1108 tonalityDiff[est] = scratch; scratch+=MAX_FREQ_COEFFS; in FDKsbrEnc_SbrMissingHarmonicsDetectorQmf()
1172 for (est=0; est < move; est++) { in FDKsbrEnc_SbrMissingHarmonicsDetectorQmf()
1173 … FDKmemcpy(tonalityDiff[est], tonalityDiff[est + noEstPerFrame], sizeof(FIXP_DBL)*MAX_FREQ_COEFFS); in FDKsbrEnc_SbrMissingHarmonicsDetectorQmf()
1174 FDKmemcpy(sfmOrig[est], sfmOrig[est + noEstPerFrame], sizeof(FIXP_DBL)*MAX_FREQ_COEFFS); in FDKsbrEnc_SbrMissingHarmonicsDetectorQmf()
1175 FDKmemcpy(sfmSbr[est], sfmSbr[est + noEstPerFrame], sizeof(FIXP_DBL)*MAX_FREQ_COEFFS); in FDKsbrEnc_SbrMissingHarmonicsDetectorQmf()