Searched refs:lowSubband (Results 1 – 6 of 6) sorted by relevance
/external/aac/libSBRdec/src/ |
D | env_calc.cpp | 178 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 …]
|
D | env_calc.h | 174 void rescaleSubbandSamples(FIXP_DBL **re, FIXP_DBL **im, int lowSubband, 179 FIXP_DBL **analysBufferImag_m, int lowSubband,
|
D | sbr_dec.cpp | 416 hHeaderData->freqBandData.lowSubband, in sbr_dec() 431 FDKmemclear(°reeAlias[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()
|
D | env_extr.h | 181 UCHAR lowSubband; /*!< QMF-band where SBR frequency range starts */ member
|
D | sbrdec_freq_sca.cpp | 834 hFreq->lowSubband = lsb; in resetFreqBandTables()
|
D | sbrdecoder.cpp | 787 hSbrHeader->freqBandData.lowSubband = hSbrHeader->numberOfAnalysisBands; in sbrDecoder_HeaderUpdate()
|