Searched refs:highSubband (Results 1 – 6 of 6) sorted by relevance
/external/aac/libSBRdec/src/ |
D | env_calc.cpp | 179 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 …]
|
D | env_calc.h | 180 int highSubband, int start_pos, int stop_pos);
|
D | env_extr.h | 182 UCHAR highSubband; /*!< QMF-band where SBR frequency range ends */ member
|
D | sbr_dec.cpp | 432 (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()
|
D | sbrdec_freq_sca.cpp | 832 hFreq->ov_highSubband = hFreq->highSubband; in resetFreqBandTables() 835 hFreq->highSubband = usb; in resetFreqBandTables()
|
D | sbrdecoder.cpp | 788 hSbrHeader->freqBandData.highSubband = hSbrHeader->numberOfAnalysisBands; in sbrDecoder_HeaderUpdate()
|