Home
last modified time | relevance | path

Searched refs:noSubbands (Results 1 – 5 of 5) sorted by relevance

/external/opencore/codecs_v2/audio/aac/dec/src/
Dcalc_sbr_envelope.cpp141 Int32 noSubbands,
174 Int32 noSubbands,
330 Int32 noSubbands = freqBandTable1[LOW_RES][nSfb[LOW_RES]] - lowSubband; in calc_sbr_envelope() local
335 noSubbands = (noSubbands >> 31) ^ noSubbands; in calc_sbr_envelope()
336 if (noSubbands > 64) in calc_sbr_envelope()
338 noSubbands = 64; in calc_sbr_envelope()
956 noSubbands, in calc_sbr_envelope()
979 noSubbands, in calc_sbr_envelope()
990 pv_memcpy(fBuf_man[n], nrg_gain_man, noSubbands*sizeof(*fBuf_man[n])); in calc_sbr_envelope()
991 pv_memcpy(fBufN_man[n], noise_level_man, noSubbands*sizeof(*fBufN_man[n])); in calc_sbr_envelope()
[all …]
Dsbr_aliasing_reduction.cpp153 Int32 noSubbands, in sbr_aliasing_reduction() argument
179 for (k = 0; k < noSubbands - 1; k++) in sbr_aliasing_reduction()
208 groupVector[index] = noSubbands + lowSubband; in sbr_aliasing_reduction()
275 if (k < noSubbands - 1) in sbr_aliasing_reduction()
Dsbr_reset_dec.cpp213 sbrDec->noSubbands = usb - lsb; in sbr_reset_dec()
215 if ((lsb > 32) || (sbrDec->noSubbands <= 0)) in sbr_reset_dec()
Dsbr_aliasing_reduction.h81 Int32 noSubbands,
Ds_sbr_dec.h120 Int32 noSubbands; member