Home
last modified time | relevance | path

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

/external/libxaac/decoder/
Dixheaacd_pns_js_thumb.c199 WORD16 *tns_coeff_ptr; in ixheaacd_tns_decode_coef() local
204 tns_coeff_ptr = ptr_aac_tables->pstr_block_tables->tns_coeff3_16; in ixheaacd_tns_decode_coef()
207 tns_coeff_ptr = ptr_aac_tables->pstr_block_tables->tns_coeff4_16; in ixheaacd_tns_decode_coef()
213 *ptr_par_coef++ = tns_coeff_ptr[temp + ixheaacd_drc_offset]; in ixheaacd_tns_decode_coef()
222 WORD32 *tns_coeff_ptr; in ixheaacd_tns_decode_coef_ld() local
227 tns_coeff_ptr = ptr_aac_tables->pstr_block_tables->tns_coeff3; in ixheaacd_tns_decode_coef_ld()
230 tns_coeff_ptr = ptr_aac_tables->pstr_block_tables->tns_coeff4; in ixheaacd_tns_decode_coef_ld()
236 *ptr_par_coef++ = tns_coeff_ptr[temp + offset]; in ixheaacd_tns_decode_coef_ld()
Dixheaacd_tns.c56 const WORD32 *tns_coeff_ptr; in ixheaacd_tns_dec_coef_usac() local
62 tns_coeff_ptr = usac_data->tns_coeff3_32; in ixheaacd_tns_dec_coef_usac()
64 tns_coeff_ptr = usac_data->tns_coeff4_32; in ixheaacd_tns_dec_coef_usac()
71 *ptr_par_coeff++ = tns_coeff_ptr[temp + ixheaacd_drc_offset]; in ixheaacd_tns_dec_coef_usac()
Dixheaacd_aac_tns.c72 WORD32 *tns_coeff_ptr; in ixheaacd_tns_decode_coefficients() local
77 tns_coeff_ptr = ptr_aac_tables->pstr_block_tables->tns_coeff3; in ixheaacd_tns_decode_coefficients()
81 tns_coeff_ptr = ptr_aac_tables->pstr_block_tables->tns_coeff4; in ixheaacd_tns_decode_coefficients()
86 *aptr++ = tns_coeff_ptr[filter->coef[i] + ixheaacd_drc_offset]; in ixheaacd_tns_decode_coefficients()