Home
last modified time | relevance | path

Searched refs:ixheaacd_lpc_to_td (Results 1 – 3 of 3) sorted by relevance

/external/libxaac/decoder/
Dixheaacd_func_def.h75 WORD32 ixheaacd_lpc_to_td(FLOAT32 *lpc_coeffs, WORD32 lpc_order,
Dixheaacd_tcx_fwd_alcnx.c238 err = ixheaacd_lpc_to_td(i_ap, ORDER, gain1, usac_data->len_subfrm / 4); in ixheaacd_tcx_mdct()
242 err = ixheaacd_lpc_to_td(i_ap, ORDER, gain2, usac_data->len_subfrm / 4); in ixheaacd_tcx_mdct()
Dixheaacd_tcx_fwd_mdct.c116 WORD32 ixheaacd_lpc_to_td(float *coeff, WORD32 order, float *gains, WORD32 lg) { in ixheaacd_lpc_to_td() function