Home
last modified time | relevance | path

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

/external/libxaac/decoder/
Dixheaacd_tcx_fwd_mdct.c82 VOID ixheaacd_lsp_to_lp_conversion(FLOAT32 *lsp, FLOAT32 *lp_flt_coff_a) { in ixheaacd_lsp_to_lp_conversion() argument
103 plp_flt_coff_a_bott = lp_flt_coff_a; in ixheaacd_lsp_to_lp_conversion()
105 plp_flt_coff_a_top = lp_flt_coff_a + ORDER; in ixheaacd_lsp_to_lp_conversion()
229 FLOAT32 lp_flt_coff_a[], in ixheaacd_interpolation_lsp_params() argument
247 ixheaacd_lsp_to_lp_conversion(lsp, lp_flt_coff_a); in ixheaacd_interpolation_lsp_params()
249 lp_flt_coff_a += (ORDER + 1); in ixheaacd_interpolation_lsp_params()
252 ixheaacd_lsp_to_lp_conversion(lsp_new, lp_flt_coff_a); in ixheaacd_interpolation_lsp_params()
Dixheaacd_tcx_fwd_alcnx.c140 WORD32 frame_index, FLOAT32 lp_flt_coff_a[], WORD32 lg, in ixheaacd_tcx_mdct() argument
237 ixheaacd_lpc_coeff_wt_apply(lp_flt_coff_a + (ORDER + 1), i_ap); in ixheaacd_tcx_mdct()
241 ixheaacd_lpc_coeff_wt_apply(lp_flt_coff_a + (2 * (ORDER + 1)), i_ap); in ixheaacd_tcx_mdct()
311 ixheaacd_lpc_coeff_wt_apply(lp_flt_coff_a + (ORDER + 1), i_ap); in ixheaacd_tcx_mdct()
370 ptr_a = lp_flt_coff_a + (2 * (ORDER + 1)); in ixheaacd_tcx_mdct()
Dixheaacd_lpc.c338 FLOAT32 *lp_flt_coff_a = usac_data->lp_flt_coff; in ixheaacd_lpd_dec() local
517 ixheaacd_interpolation_lsp_params(st->lspold, lsp_curr, lp_flt_coff_a, in ixheaacd_lpd_dec()
521 lp_flt_coff_a, stability_factor, st); in ixheaacd_lpd_dec()
546 ixheaacd_lpc_coef_gen(st->lspold, lsp_curr, lp_flt_coff_a, n_subfr, in ixheaacd_lpd_dec()
549 err = ixheaacd_tcx_mdct(usac_data, pstr_td_frame_data, k, lp_flt_coff_a, in ixheaacd_lpd_dec()
Dixheaacd_func_def.h81 FLOAT32 lp_flt_coff_a[],