Searched refs:lpc_coeff (Results 1 – 1 of 1) sorted by relevance
/external/libxaac/decoder/ |
D | ixheaacd_tns.c | 77 WORD32 *lpc_coeff, in ixheaacd_tns_parcor_lpc_convert_usac() argument 121 lpc_coeff[i] = (accu1); in ixheaacd_tns_parcor_lpc_convert_usac() 134 WORD32 inc, WORD32 *lpc_coeff, in ixheaacd_tns_ar_filter_usac() argument 143 lpc_coeff[i] = 0; in ixheaacd_tns_ar_filter_usac() 145 lpc_coeff[i] = 0; in ixheaacd_tns_ar_filter_usac() 155 acc, ixheaacd_mult64(ptr_filter_state[j - 1], lpc_coeff[j])); in ixheaacd_tns_ar_filter_usac() 170 acc, ixheaacd_mult64(ptr_filter_state[j - 1], lpc_coeff[j])); in ixheaacd_tns_ar_filter_usac() 192 WORD32 lpc_coeff[TNS_MAX_ORDER + 1]; in ixheaacd_tns_apply() local 230 ixheaacd_tns_parcor_lpc_convert_usac(par_coeff, lpc_coeff, &scale_lpc, in ixheaacd_tns_apply() 269 ixheaacd_tns_ar_filter_usac(&ptr_spec[shift], size, inc, lpc_coeff, in ixheaacd_tns_apply() [all …]
|