HomeSort by relevance Sort by last modified time
    Searched refs:ORDER_BY_2 (Results 1 - 2 of 2) sorted by null

  /external/libxaac/decoder/
ixheaacd_tcx_fwd_mdct.c 70 for (i = 1; i <= ORDER_BY_2; i++) {
87 FLOAT32 poly1[ORDER_BY_2 + 2], poly2[ORDER_BY_2 + 2];
94 ppoly_f1 = poly1 + ORDER_BY_2 + 1;
95 ppoly_f2 = poly2 + ORDER_BY_2 + 1;
97 for (i = 0; i < ORDER_BY_2; i++) {
109 for (i = 0; i < ORDER_BY_2; i++) {
ixheaacd_cnst.h 31 #define ORDER_BY_2 (ORDER / 2)

Completed in 60 milliseconds