Home
last modified time | relevance | path

Searched refs:startChannel (Results 1 – 2 of 2) sorted by relevance

/external/aac/libSBRenc/src/
Dinvf_est.cpp192 INT startChannel, /*!< Start 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()
436 INT startChannel = hInvFilt->freqBandTableInvFilt[band]; in FDKsbrEnc_qmfInverseFilteringDetector() local
444 startChannel, in FDKsbrEnc_qmfInverseFilteringDetector()
Dnf_est.cpp171 … INT startChannel, /*!< Start channel of the current noise floor band.*/ in qmfBasedNoiseFloorDetection() argument
183 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()