Home
last modified time | relevance | path

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

/external/aac/libSBRdec/src/
Denv_calc.cpp179 int highSubband, int start_pos, int next_pos,
193 static void calcAvgGain(ENV_CALC_NRGS *nrgs, int lowSubband, int highSubband,
515 int highSubband = lowSubband + nbSubband; in apply_inter_tes() local
592 for (j = lowSubband; j < highSubband; ++j) { in apply_inter_tes()
609 int postShift = 32 - fNormz((FIXP_DBL)(highSubband - lowSubband)); in apply_inter_tes()
612 scaleValues(&bufferReal[lowSubband], highSubband - lowSubband, in apply_inter_tes()
614 scaleValues(&bufferImag[lowSubband], highSubband - lowSubband, in apply_inter_tes()
616 for (j = lowSubband; j < highSubband; j++) { in apply_inter_tes()
759 for (j = lowSubband; j < highSubband; j++) { in apply_inter_tes()
768 for (j = lowSubband; j < highSubband; j++) { in apply_inter_tes()
[all …]
Denv_calc.h180 int highSubband, int start_pos, int stop_pos);
Denv_extr.h182 UCHAR highSubband; /*!< QMF-band where SBR frequency range ends */ member
Dsbr_dec.cpp432 (hHeaderData->freqBandData.highSubband - in sbr_dec()
806 hHeaderData->freqBandData.highSubband); in sbr_dec()
934 hHeaderData->freqBandData.highSubband, timeSlots, noCols, in createSbrDec()
1073 (INT)hHeaderData->freqBandData.highSubband); in resetSbrDec()
1247 hHeaderData->freqBandData.nNfb, hHeaderData->freqBandData.highSubband, in resetSbrDec()
Dsbrdec_freq_sca.cpp832 hFreq->ov_highSubband = hFreq->highSubband; in resetFreqBandTables()
835 hFreq->highSubband = usb; in resetFreqBandTables()
Dsbrdecoder.cpp788 hSbrHeader->freqBandData.highSubband = hSbrHeader->numberOfAnalysisBands; in sbrDecoder_HeaderUpdate()