Searched refs:tns_coeff_ptr (Results 1 – 4 of 4) sorted by relevance
205 WORD16 *tns_coeff_ptr; in ixheaacd_tns_decode_coef() local210 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() local233 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()
51 WORD16 *tns_coeff_ptr; in ixheaacd_res_tns_decode_coeffs_32x16() local57 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()
58 const WORD32 *tns_coeff_ptr; in ixheaacd_tns_dec_coef_usac() local64 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()
75 WORD32 *tns_coeff_ptr; in ixheaacd_tns_decode_coefficients() local80 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()