Searched refs:tns_coeff_ptr (Results 1 – 3 of 3) sorted by relevance
199 WORD16 *tns_coeff_ptr; in ixheaacd_tns_decode_coef() local204 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() local227 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()
56 const WORD32 *tns_coeff_ptr; in ixheaacd_tns_dec_coef_usac() local62 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()
72 WORD32 *tns_coeff_ptr; in ixheaacd_tns_decode_coefficients() local77 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()