Home
last modified time | relevance | path

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

/external/aac/libSBRdec/src/
Denv_calc.cpp175 FIXP_DBL **analysBufferImag, int lowSubband,
190 static void calcAvgGain(ENV_CALC_NRGS *nrgs, int lowSubband, int highSubband,
510 const int lowSubband, const int nbSubband, in apply_inter_tes() argument
512 int highSubband = lowSubband + nbSubband; in apply_inter_tes()
550 for (j = 0; j < lowSubband; ++j) { in apply_inter_tes()
565 int postShift = 32 - fNormz((FIXP_DBL)lowSubband); in apply_inter_tes()
572 scaleValues(bufferReal, lowSubband, -preShift); in apply_inter_tes()
573 scaleValues(bufferImag, lowSubband, -preShift); in apply_inter_tes()
574 for (j = 0; j < lowSubband; ++j) { in apply_inter_tes()
589 for (j = lowSubband; j < highSubband; ++j) { in apply_inter_tes()
[all …]
Denv_calc.h174 void rescaleSubbandSamples(FIXP_DBL **re, FIXP_DBL **im, int lowSubband,
179 FIXP_DBL **analysBufferImag_m, int lowSubband,
Dsbr_dec.cpp415 hHeaderData->freqBandData.lowSubband, in sbr_dec()
430 FDKmemclear(&degreeAlias[hHeaderData->freqBandData.lowSubband], in sbr_dec()
432 hHeaderData->freqBandData.lowSubband) * in sbr_dec()
930 &hs->LppTrans, pSettings, hHeaderData->freqBandData.lowSubband, in createSbrDec()
1035 int new_lsb = hHeaderData->freqBandData.lowSubband; in resetSbrDec()
1068 (INT)hHeaderData->freqBandData.lowSubband); in resetSbrDec()
1242 &hSbrDec->LppTrans, hHeaderData->freqBandData.lowSubband, in resetSbrDec()
Denv_extr.h181 UCHAR lowSubband; /*!< QMF-band where SBR frequency range starts */ member
Dsbrdec_freq_sca.cpp831 hFreq->lowSubband = lsb; in resetFreqBandTables()
Dsbrdecoder.cpp789 hSbrHeader->freqBandData.lowSubband = hSbrHeader->numberOfAnalysisBands; in sbrDecoder_HeaderUpdate()