Home
last modified time | relevance | path

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

/external/libxaac/decoder/
Dixheaacd_tcx_fwd_mdct.c85 FLOAT32 *ppoly_f1, *ppoly_f2; in ixheaacd_lsp_to_lp_conversion() local
94 ppoly_f1 = poly1 + ORDER_BY_2 + 1; in ixheaacd_lsp_to_lp_conversion()
98 ppoly_f1[0] += ppoly_f1[-1]; in ixheaacd_lsp_to_lp_conversion()
100 ppoly_f1--; in ixheaacd_lsp_to_lp_conversion()
107 ppoly_f1 = poly1 + 2; in ixheaacd_lsp_to_lp_conversion()
110 *plp_flt_coff_a_bott++ = 0.5f * (*ppoly_f1 + *ppoly_f2); in ixheaacd_lsp_to_lp_conversion()
111 *plp_flt_coff_a_top-- = 0.5f * (*ppoly_f1++ - *ppoly_f2++); in ixheaacd_lsp_to_lp_conversion()