Searched defs:stopChannel (Results 1 - 2 of 2) sorted by relevance

/external/aac/libSBRenc/src/
H A Dinvf_est.cpp193 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
188 calculateDetectorValues(FIXP_DBL **quotaMatrixOrig, SCHAR *indexVector, FIXP_DBL *nrgVector, DETECTOR_VALUES *detectorValues, INT startChannel, INT stopChannel, INT startIndex, INT stopIndex, INT numberOfStrongest ) argument
437 INT stopChannel = hInvFilt->freqBandTableInvFilt[band+1]; local
[all...]
H A Dnf_est.cpp172 INT stopChannel, /*!< Stop channel of the current noise floor band. */
183 FIXP_DBL invChannel = GetInvInt(stopChannel-startChannel);
192 for(l = startChannel; l < stopChannel;l++){
210 for(l = startChannel; l < stopChannel;l++){
166 qmfBasedNoiseFloorDetection(FIXP_DBL *noiseLevel, FIXP_DBL ** quotaMatrixOrig, SCHAR *indexVector, INT startIndex, INT stopIndex, INT startChannel, INT stopChannel, FIXP_DBL ana_max_level, FIXP_DBL noiseFloorOffset, INT missingHarmonicFlag, FIXP_DBL weightFac, INVF_MODE diffThres, INVF_MODE inverseFilteringLevel) argument

Completed in 88 milliseconds