Searched refs:noSubbands (Results 1 – 5 of 5) sorted by relevance
/external/opencore/codecs_v2/audio/aac/dec/src/ |
D | calc_sbr_envelope.cpp | 141 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 …]
|
D | sbr_aliasing_reduction.cpp | 153 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()
|
D | sbr_reset_dec.cpp | 213 sbrDec->noSubbands = usb - lsb; in sbr_reset_dec() 215 if ((lsb > 32) || (sbrDec->noSubbands <= 0)) in sbr_reset_dec()
|
D | sbr_aliasing_reduction.h | 81 Int32 noSubbands,
|
D | s_sbr_dec.h | 120 Int32 noSubbands; member
|