Home
last modified time | relevance | path

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

/external/libxaac/decoder/
Dixheaacd_freq_sca.c236 WORD16 *ptr_k2) { in ixheaacd_calc_k0_k2_bands() argument
275 *ptr_k2 = ixheaacd_calc_stop_band(samp_freq, stop_freq, upsamp_fac); in ixheaacd_calc_k0_k2_bands()
277 *ptr_k2 = 2 * (*ptr_k0); in ixheaacd_calc_k0_k2_bands()
279 *ptr_k2 = 3 * (*ptr_k0); in ixheaacd_calc_k0_k2_bands()
283 if (*ptr_k2 > 64) { in ixheaacd_calc_k0_k2_bands()
284 *ptr_k2 = 64; in ixheaacd_calc_k0_k2_bands()