Home
last modified time | relevance | path

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

/external/aac/libSBRenc/src/
Dinvf_est.cpp244 INT startChannel, /*!< Start 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()
299 FDKsbrEnc_Shellsort_fract(quotaVecOrig + startChannel, in calculateDetectorValues()
300 stopChannel - startChannel); in calculateDetectorValues()
301 FDKsbrEnc_Shellsort_fract(quotaVecSbr + startChannel, in calculateDetectorValues()
302 stopChannel - startChannel); in calculateDetectorValues()
307 temp = min(stopChannel - startChannel, numberOfStrongest); in calculateDetectorValues()
526 INT startChannel = hInvFilt->freqBandTableInvFilt[band]; in FDKsbrEnc_qmfInverseFilteringDetector() local
[all …]
Dnf_est.cpp200 INT startChannel, /*!< Start channel of the current in qmfBasedNoiseFloorDetection() argument
223 FIXP_DBL invChannel = GetInvInt(stopChannel - startChannel); in qmfBasedNoiseFloorDetection()
232 for (l = startChannel; l < stopChannel; l++) { in qmfBasedNoiseFloorDetection()
248 for (l = startChannel; l < stopChannel; l++) { in qmfBasedNoiseFloorDetection()