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.c201 WORD16 *tns_coeff_ptr; in ixheaacd_tns_decode_coef() local
206 tns_coeff_ptr = ptr_aac_tables->pstr_block_tables->tns_coeff3_16; in ixheaacd_tns_decode_coef()
209 tns_coeff_ptr = ptr_aac_tables->pstr_block_tables->tns_coeff4_16; in ixheaacd_tns_decode_coef()
215 *ptr_par_coef++ = tns_coeff_ptr[temp + ixheaacd_drc_offset]; in ixheaacd_tns_decode_coef()
224 WORD32 *tns_coeff_ptr; in ixheaacd_tns_decode_coef_ld() local
229 tns_coeff_ptr = ptr_aac_tables->pstr_block_tables->tns_coeff3; in ixheaacd_tns_decode_coef_ld()
232 tns_coeff_ptr = ptr_aac_tables->pstr_block_tables->tns_coeff4; in ixheaacd_tns_decode_coef_ld()
238 *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.c80 WORD32 *tns_coeff_ptr; in ixheaacd_tns_decode_coefficients() local
85 tns_coeff_ptr = ptr_aac_tables->pstr_block_tables->tns_coeff3; in ixheaacd_tns_decode_coefficients()
89 tns_coeff_ptr = ptr_aac_tables->pstr_block_tables->tns_coeff4; in ixheaacd_tns_decode_coefficients()
94 *aptr++ = tns_coeff_ptr[filter->coef[i] + ixheaacd_drc_offset]; in ixheaacd_tns_decode_coefficients()