Lines Matching refs:stopChannel
193 INT stopChannel, /*!< Stop channel. */ in calculateDetectorValues() argument
211 invChannel = GetInvInt(stopChannel-startChannel); in calculateDetectorValues()
222 for(i=startChannel; i<stopChannel; i++) { in calculateDetectorValues()
239 for(i=startChannel; i<stopChannel; i++) { in calculateDetectorValues()
247 FDKsbrEnc_Shellsort_fract(quotaVecOrig+startChannel,stopChannel-startChannel); in calculateDetectorValues()
248 FDKsbrEnc_Shellsort_fract(quotaVecSbr+startChannel,stopChannel-startChannel); in calculateDetectorValues()
253 temp = min(stopChannel - startChannel, numberOfStrongest); in calculateDetectorValues()
257 origQuotaMeanStrongest += fMultDiv2(quotaVecOrig[i + stopChannel - temp], invTemp); in calculateDetectorValues()
258 sbrQuotaMeanStrongest += fMultDiv2(quotaVecSbr[i + stopChannel - temp], invTemp); in calculateDetectorValues()
264 detectorValues->origQuotaMax = quotaVecOrig[stopChannel - 1]; in calculateDetectorValues()
265 detectorValues->sbrQuotaMax = quotaVecSbr[stopChannel - 1]; in calculateDetectorValues()
437 INT stopChannel = hInvFilt->freqBandTableInvFilt[band+1]; in FDKsbrEnc_qmfInverseFilteringDetector() local
445 stopChannel, in FDKsbrEnc_qmfInverseFilteringDetector()