Searched refs:lp_flt_coeff_a_prev (Results 1 – 4 of 4) sorted by relevance
/external/libxaac/decoder/ |
D | ixheaacd_tcx_fwd_alcnx.c | 352 ptr_a = st->lp_flt_coeff_a_prev; in ixheaacd_tcx_mdct() 373 ixheaacd_mem_cpy(ptr_a, st->lp_flt_coeff_a_prev, ORDER + 1); in ixheaacd_tcx_mdct() 374 ixheaacd_mem_cpy(ptr_a, st->lp_flt_coeff_a_prev + ORDER + 1, ORDER + 1); in ixheaacd_tcx_mdct()
|
D | ixheaacd_lpc.c | 157 ixheaacd_memset(st->lp_flt_coeff_a_prev, 2 * (ORDER + 1)); in ixheaacd_fix2flt_data() 403 memcpy(st->lp_flt_coeff_a_prev, lp_flt_coeff_a, in ixheaacd_lpd_dec() 405 memcpy(st->lp_flt_coeff_a_prev + ORDER + 1, lp_flt_coeff_a, in ixheaacd_lpd_dec() 634 memmove(usac_data->lpc_prev[i_ch], &tddec->lp_flt_coeff_a_prev[ORDER + 1], in ixheaacd_lpd_dec_update()
|
D | ixheaacd_acelp_decode.c | 414 ixheaacd_lpc_wt_synthesis_tool(st->lp_flt_coeff_a_prev, xn2 + fac_length, in ixheaacd_acelp_alias_cnx() 426 ptr_lp_filt_coeff = st->lp_flt_coeff_a_prev; in ixheaacd_acelp_alias_cnx() 584 memcpy(st->lp_flt_coeff_a_prev, ptr_lp_filt_coeff, in ixheaacd_acelp_alias_cnx()
|
D | ixheaacd_main.h | 42 float lp_flt_coeff_a_prev[2 * (ORDER + 1)]; member
|