Home
last modified time | relevance | path

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

/external/aac/libSBRdec/src/
Denv_calc.cpp178 FIXP_DBL **analysBufferImag, int lowSubband,
193 static void calcAvgGain(ENV_CALC_NRGS *nrgs, int lowSubband, int highSubband,
513 const int lowSubband, const int nbSubband, in apply_inter_tes() argument
515 int highSubband = lowSubband + nbSubband; in apply_inter_tes()
553 for (j = 0; j < lowSubband; ++j) { in apply_inter_tes()
568 int postShift = 32 - fNormz((FIXP_DBL)lowSubband); in apply_inter_tes()
575 scaleValues(bufferReal, lowSubband, -preShift); in apply_inter_tes()
576 scaleValues(bufferImag, lowSubband, -preShift); in apply_inter_tes()
577 for (j = 0; j < lowSubband; ++j) { in apply_inter_tes()
592 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.cpp416 hHeaderData->freqBandData.lowSubband, in sbr_dec()
431 FDKmemclear(&degreeAlias[hHeaderData->freqBandData.lowSubband], in sbr_dec()
433 hHeaderData->freqBandData.lowSubband) * in sbr_dec()
936 &hs->LppTrans, pSettings, hHeaderData->freqBandData.lowSubband, in createSbrDec()
1041 int new_lsb = hHeaderData->freqBandData.lowSubband; in resetSbrDec()
1074 (INT)hHeaderData->freqBandData.lowSubband); in resetSbrDec()
1248 &hSbrDec->LppTrans, hHeaderData->freqBandData.lowSubband, in resetSbrDec()
Denv_extr.h181 UCHAR lowSubband; /*!< QMF-band where SBR frequency range starts */ member
Dsbrdec_freq_sca.cpp834 hFreq->lowSubband = lsb; in resetFreqBandTables()
Dsbrdecoder.cpp787 hSbrHeader->freqBandData.lowSubband = hSbrHeader->numberOfAnalysisBands; in sbrDecoder_HeaderUpdate()