Home
last modified time | relevance | path

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

/PHP-5.5/ext/gd/libgd/
H A Dgd_topal.c248 #define HIST_C0_ELEMS (1<<HIST_C0_BITS) macro
1721 for (i = 0; i < HIST_C0_ELEMS; i++)
1749 for (i = 0; i < HIST_C0_ELEMS; i++)
1862 ((j_common_ptr) cinfo, JPOOL_IMAGE, HIST_C0_ELEMS * SIZEOF (hist2d));
1863 for (i = 0; i < HIST_C0_ELEMS; i++)
1871 cquantize->histogram = (hist3d) safe_emalloc (HIST_C0_ELEMS, sizeof (hist2d), 0);
1872 for (i = 0; i < HIST_C0_ELEMS; i++)
2042 for (i = 0; i < HIST_C0_ELEMS; i++)

Completed in 8 milliseconds