Home
last modified time | relevance | path

Searched refs:highSubband (Results 1 – 6 of 6) sorted by relevance

/external/aac/libSBRdec/src/
Denv_calc.cpp176 int highSubband, int start_pos, int next_pos,
190 static void calcAvgGain(ENV_CALC_NRGS *nrgs, int lowSubband, int highSubband,
512 int highSubband = lowSubband + nbSubband; in apply_inter_tes() local
589 for (j = lowSubband; j < highSubband; ++j) { in apply_inter_tes()
606 int postShift = 32 - fNormz((FIXP_DBL)(highSubband - lowSubband)); in apply_inter_tes()
609 scaleValues(&bufferReal[lowSubband], highSubband - lowSubband, in apply_inter_tes()
611 scaleValues(&bufferImag[lowSubband], highSubband - lowSubband, in apply_inter_tes()
613 for (j = lowSubband; j < highSubband; j++) { in apply_inter_tes()
777 for (j = lowSubband; j < highSubband; j++) { in apply_inter_tes()
786 for (j = lowSubband; j < highSubband; j++) { in apply_inter_tes()
[all …]
Denv_calc.h180 int highSubband, int start_pos, int stop_pos);
Dsbr_dec.cpp431 (hHeaderData->freqBandData.highSubband - in sbr_dec()
801 hHeaderData->freqBandData.highSubband); in sbr_dec()
932 hHeaderData->freqBandData.highSubband, timeSlots, noCols, in createSbrDec()
1071 (INT)hHeaderData->freqBandData.highSubband); in resetSbrDec()
1245 hHeaderData->freqBandData.nNfb, hHeaderData->freqBandData.highSubband, in resetSbrDec()
Denv_extr.h182 UCHAR highSubband; /*!< QMF-band where SBR frequency range ends */ member
Dsbrdec_freq_sca.cpp829 hFreq->ov_highSubband = hFreq->highSubband; in resetFreqBandTables()
832 hFreq->highSubband = usb; in resetFreqBandTables()
Dsbrdecoder.cpp790 hSbrHeader->freqBandData.highSubband = hSbrHeader->numberOfAnalysisBands; in sbrDecoder_HeaderUpdate()