Lines Matching refs:stopChannel
245 INT stopChannel, /*!< Stop channel. */ in calculateDetectorValues() argument
263 invChannel = GetInvInt(stopChannel - startChannel); in calculateDetectorValues()
274 for (i = startChannel; i < stopChannel; i++) { in calculateDetectorValues()
291 for (i = startChannel; i < stopChannel; i++) { in calculateDetectorValues()
300 stopChannel - startChannel); in calculateDetectorValues()
302 stopChannel - startChannel); in calculateDetectorValues()
307 temp = min(stopChannel - startChannel, numberOfStrongest); in calculateDetectorValues()
312 fMultDiv2(quotaVecOrig[i + stopChannel - temp], invTemp); in calculateDetectorValues()
314 fMultDiv2(quotaVecSbr[i + stopChannel - temp], invTemp); in calculateDetectorValues()
320 detectorValues->origQuotaMax = quotaVecOrig[stopChannel - 1]; in calculateDetectorValues()
321 detectorValues->sbrQuotaMax = quotaVecSbr[stopChannel - 1]; in calculateDetectorValues()
527 INT stopChannel = hInvFilt->freqBandTableInvFilt[band + 1]; in FDKsbrEnc_qmfInverseFilteringDetector() local
531 stopChannel, startIndex, stopIndex, in FDKsbrEnc_qmfInverseFilteringDetector()