Home
last modified time | relevance | path

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

/php-src/ext/gd/libgd/
H A Dgd_topal.c806 #define BOX_C0_ELEMS (1<<BOX_C0_LOG) /* # of hist cells in update box */ macro
1001 INT32 bestdist[BOX_C0_ELEMS * BOX_C1_ELEMS * BOX_C2_ELEMS]; in find_best_colors()
1005 for (i = BOX_C0_ELEMS * BOX_C1_ELEMS * BOX_C2_ELEMS - 1; i >= 0; i--) in find_best_colors()
1041 for (ic0 = BOX_C0_ELEMS - 1; ic0 >= 0; ic0--) in find_best_colors()
1088 JSAMPLE bestcolor[BOX_C0_ELEMS * BOX_C1_ELEMS * BOX_C2_ELEMS]; in fill_inverse_cmap()
1116 for (ic0 = 0; ic0 < BOX_C0_ELEMS; ic0++) in fill_inverse_cmap()

Completed in 9 milliseconds