Home
last modified time | relevance | path

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

/external/libxaac/decoder/
Dixheaacd_tcx_fwd_alcnx.c352 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()
Dixheaacd_lpc.c157 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()
651 memmove(usac_data->lpc_prev[i_ch], &tddec->lp_flt_coeff_a_prev[ORDER + 1], in ixheaacd_lpd_dec_update()
Dixheaacd_acelp_decode.c414 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()
Dixheaacd_main.h42 float lp_flt_coeff_a_prev[2 * (ORDER + 1)]; member