Home | History | Annotate | Download | only in src

Lines Matching defs:stopChannel

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