Searched refs:lp_flt_coff_a (Results 1 – 4 of 4) sorted by relevance
/external/libxaac/decoder/ |
D | ixheaacd_tcx_fwd_mdct.c | 83 VOID ixheaacd_lsp_to_lp_conversion(FLOAT32 *lsp, FLOAT32 *lp_flt_coff_a) { in ixheaacd_lsp_to_lp_conversion() argument 104 plp_flt_coff_a_bott = lp_flt_coff_a; in ixheaacd_lsp_to_lp_conversion() 106 plp_flt_coff_a_top = lp_flt_coff_a + ORDER; in ixheaacd_lsp_to_lp_conversion() 228 FLOAT32 lp_flt_coff_a[], in ixheaacd_interpolation_lsp_params() argument 246 ixheaacd_lsp_to_lp_conversion(lsp, lp_flt_coff_a); in ixheaacd_interpolation_lsp_params() 248 lp_flt_coff_a += (ORDER + 1); in ixheaacd_interpolation_lsp_params() 251 ixheaacd_lsp_to_lp_conversion(lsp_new, lp_flt_coff_a); in ixheaacd_interpolation_lsp_params()
|
D | ixheaacd_tcx_fwd_alcnx.c | 141 WORD32 frame_index, FLOAT32 lp_flt_coff_a[], WORD32 lg, in ixheaacd_tcx_mdct() argument 238 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() 310 ixheaacd_lpc_coeff_wt_apply(lp_flt_coff_a + (ORDER + 1), i_ap); in ixheaacd_tcx_mdct() 369 ptr_a = lp_flt_coff_a + (2 * (ORDER + 1)); in ixheaacd_tcx_mdct()
|
D | ixheaacd_lpc.c | 326 FLOAT32 *lp_flt_coff_a = usac_data->lp_flt_coff; in ixheaacd_lpd_dec() local 505 ixheaacd_interpolation_lsp_params(st->lspold, lsp_curr, lp_flt_coff_a, in ixheaacd_lpd_dec() 508 ixheaacd_acelp_alias_cnx(usac_data, pstr_td_frame_data, k, lp_flt_coff_a, in ixheaacd_lpd_dec() 533 ixheaacd_lpc_coef_gen(st->lspold, lsp_curr, lp_flt_coff_a, n_subfr, in ixheaacd_lpd_dec() 536 ixheaacd_tcx_mdct(usac_data, pstr_td_frame_data, k, lp_flt_coff_a, in ixheaacd_lpd_dec()
|
D | ixheaacd_func_def.h | 81 FLOAT32 lp_flt_coff_a[],
|