Searched refs:stopChannel (Results 1 – 2 of 2) sorted by relevance
193 INT stopChannel, /*!< Stop channel. */ in calculateDetectorValues() argument211 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()[all …]
172 … INT stopChannel, /*!< Stop channel of the current noise floor band. */ in qmfBasedNoiseFloorDetection() argument183 FIXP_DBL invChannel = GetInvInt(stopChannel-startChannel); in qmfBasedNoiseFloorDetection()192 for(l = startChannel; l < stopChannel;l++){ in qmfBasedNoiseFloorDetection()210 for(l = startChannel; l < stopChannel;l++){ in qmfBasedNoiseFloorDetection()