Home
last modified time | relevance | path

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

/external/libxaac/decoder/
Dixheaacd_pns_js_thumb.c205 WORD16 *tns_coeff_ptr; in ixheaacd_tns_decode_coef() local
210 tns_coeff_ptr = ptr_aac_tables->pstr_block_tables->tns_coeff3_16; in ixheaacd_tns_decode_coef()
213 tns_coeff_ptr = ptr_aac_tables->pstr_block_tables->tns_coeff4_16; in ixheaacd_tns_decode_coef()
219 *ptr_par_coef++ = tns_coeff_ptr[temp + ixheaacd_drc_offset]; in ixheaacd_tns_decode_coef()
228 WORD32 *tns_coeff_ptr; in ixheaacd_tns_decode_coef_ld() local
233 tns_coeff_ptr = ptr_aac_tables->pstr_block_tables->tns_coeff3; in ixheaacd_tns_decode_coef_ld()
236 tns_coeff_ptr = ptr_aac_tables->pstr_block_tables->tns_coeff4; in ixheaacd_tns_decode_coef_ld()
242 *ptr_par_coef++ = tns_coeff_ptr[temp + offset]; in ixheaacd_tns_decode_coef_ld()
Dixheaacd_mps_res_pns_js_thumb.c51 WORD16 *tns_coeff_ptr; in ixheaacd_res_tns_decode_coeffs_32x16() local
57 tns_coeff_ptr = aac_tables_ptr->res_block_tables_ptr->tns_coeff3_16; in ixheaacd_res_tns_decode_coeffs_32x16()
59 tns_coeff_ptr = aac_tables_ptr->res_block_tables_ptr->tns_coeff4_16; in ixheaacd_res_tns_decode_coeffs_32x16()
65 *aptr++ = tns_coeff_ptr[temp + offset]; in ixheaacd_res_tns_decode_coeffs_32x16()
Dixheaacd_tns.c58 const WORD32 *tns_coeff_ptr; in ixheaacd_tns_dec_coef_usac() local
64 tns_coeff_ptr = usac_data->tns_coeff3_32; in ixheaacd_tns_dec_coef_usac()
66 tns_coeff_ptr = usac_data->tns_coeff4_32; in ixheaacd_tns_dec_coef_usac()
73 *ptr_par_coeff++ = tns_coeff_ptr[temp + ixheaacd_drc_offset]; in ixheaacd_tns_dec_coef_usac()
Dixheaacd_aac_tns.c75 WORD32 *tns_coeff_ptr; in ixheaacd_tns_decode_coefficients() local
80 tns_coeff_ptr = ptr_aac_tables->pstr_block_tables->tns_coeff3; in ixheaacd_tns_decode_coefficients()
84 tns_coeff_ptr = ptr_aac_tables->pstr_block_tables->tns_coeff4; in ixheaacd_tns_decode_coefficients()
89 *aptr++ = tns_coeff_ptr[filter->coef[i] + ixheaacd_drc_offset]; in ixheaacd_tns_decode_coefficients()