Home
last modified time | relevance | path

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

/external/libxaac/decoder/
Dixheaacd_tcx_fwd_mdct.c69 for (i = 1; i <= ORDER_BY_2; i++) { in ixheaacd_compute_coeff_poly_f()
86 FLOAT32 poly1[ORDER_BY_2 + 2], poly2[ORDER_BY_2 + 2]; in ixheaacd_lsp_to_lp_conversion()
93 ppoly_f1 = poly1 + ORDER_BY_2 + 1; in ixheaacd_lsp_to_lp_conversion()
94 ppoly_f2 = poly2 + ORDER_BY_2 + 1; in ixheaacd_lsp_to_lp_conversion()
96 for (i = 0; i < ORDER_BY_2; i++) { in ixheaacd_lsp_to_lp_conversion()
108 for (i = 0; i < ORDER_BY_2; i++) { in ixheaacd_lsp_to_lp_conversion()
Dixheaacd_cnst.h31 #define ORDER_BY_2 (ORDER / 2) macro