Lines Matching refs:totNoEst
819 INT totNoEst, in detectionWithPrediction() argument
836 if(totNoEst > 1){ in detectionWithPrediction()
854 for(est = start; est < totNoEst; est++){ in detectionWithPrediction()
866 if(est < totNoEst-1){ in detectionWithPrediction()
910 totNoEst, in detectionWithPrediction()
936 for(est=start; est < totNoEst; est++){ in detectionWithPrediction()
972 INT totNoEst, in calculateCompVector() argument
995 for(est=0;est<totNoEst;est++){ in calculateCompVector()
1096 INT totNoEst = h_sbrMHDet->totNoEst; in FDKsbrEnc_SbrMissingHarmonicsDetectorQmf() local
1172 totNoEst, in FDKsbrEnc_SbrMissingHarmonicsDetectorQmf()
1187 totNoEst, in FDKsbrEnc_SbrMissingHarmonicsDetectorQmf()
1256 INT totNoEst, in FDKsbrEnc_InitSbrMissingHarmonicsDetector() argument
1265 FDK_ASSERT(totNoEst <= MAX_NO_OF_ESTIMATES); in FDKsbrEnc_InitSbrMissingHarmonicsDetector()
1310 hs->totNoEst = totNoEst; in FDKsbrEnc_InitSbrMissingHarmonicsDetector()
1314 for(i=0; i<totNoEst; i++) { in FDKsbrEnc_InitSbrMissingHarmonicsDetector()