Searched refs:i_ap (Results 1 – 1 of 1) sorted by relevance
/external/libxaac/decoder/ |
D | ixheaacd_tcx_fwd_alcnx.c | 146 FLOAT32 *ptr_a, i_ap[ORDER + 1]; in ixheaacd_tcx_mdct() local 238 ixheaacd_lpc_coeff_wt_apply(lp_flt_coff_a + (ORDER + 1), i_ap); in ixheaacd_tcx_mdct() 239 ixheaacd_lpc_to_td(i_ap, ORDER, gain1, usac_data->len_subfrm / 4); in ixheaacd_tcx_mdct() 241 ixheaacd_lpc_coeff_wt_apply(lp_flt_coff_a + (2 * (ORDER + 1)), i_ap); in ixheaacd_tcx_mdct() 242 ixheaacd_lpc_to_td(i_ap, ORDER, gain2, usac_data->len_subfrm / 4); in ixheaacd_tcx_mdct() 310 ixheaacd_lpc_coeff_wt_apply(lp_flt_coff_a + (ORDER + 1), i_ap); in ixheaacd_tcx_mdct() 311 ixheaacd_synthesis_tool_float(i_ap, xn1, xn1, 2 * fac_length, in ixheaacd_tcx_mdct()
|