Searched refs:highSubband (Results 1 – 6 of 6) sorted by relevance
/external/aac/libSBRdec/src/ |
D | env_calc.cpp | 176 int highSubband, int start_pos, int next_pos, 190 static void calcAvgGain(ENV_CALC_NRGS *nrgs, int lowSubband, int highSubband, 512 int highSubband = lowSubband + nbSubband; in apply_inter_tes() local 589 for (j = lowSubband; j < highSubband; ++j) { in apply_inter_tes() 606 int postShift = 32 - fNormz((FIXP_DBL)(highSubband - lowSubband)); in apply_inter_tes() 609 scaleValues(&bufferReal[lowSubband], highSubband - lowSubband, in apply_inter_tes() 611 scaleValues(&bufferImag[lowSubband], highSubband - lowSubband, in apply_inter_tes() 613 for (j = lowSubband; j < highSubband; j++) { in apply_inter_tes() 777 for (j = lowSubband; j < highSubband; j++) { in apply_inter_tes() 786 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 | sbr_dec.cpp | 431 (hHeaderData->freqBandData.highSubband - in sbr_dec() 801 hHeaderData->freqBandData.highSubband); in sbr_dec() 932 hHeaderData->freqBandData.highSubband, timeSlots, noCols, in createSbrDec() 1071 (INT)hHeaderData->freqBandData.highSubband); in resetSbrDec() 1245 hHeaderData->freqBandData.nNfb, hHeaderData->freqBandData.highSubband, in resetSbrDec()
|
D | env_extr.h | 182 UCHAR highSubband; /*!< QMF-band where SBR frequency range ends */ member
|
D | sbrdec_freq_sca.cpp | 829 hFreq->ov_highSubband = hFreq->highSubband; in resetFreqBandTables() 832 hFreq->highSubband = usb; in resetFreqBandTables()
|
D | sbrdecoder.cpp | 790 hSbrHeader->freqBandData.highSubband = hSbrHeader->numberOfAnalysisBands; in sbrDecoder_HeaderUpdate()
|