Home
last modified time | relevance | path

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

/PHP-5.5/ext/gd/libgd/
H A Dgd_topal.c64 #define MAXJSAMPLE (gdMaxColors-1) macro
238 #define MAXNUMCOLORS (MAXJSAMPLE+1) /* maximum size of colormap */
802 boxlist[0].c0max = MAXJSAMPLE >> C0_SHIFT;
804 boxlist[0].c1max = MAXJSAMPLE >> C1_SHIFT;
806 boxlist[0].c2max = MAXJSAMPLE >> C2_SHIFT;
1600 ((j_common_ptr) cinfo, JPOOL_IMAGE, (MAXJSAMPLE * 2 + 1) * SIZEOF (int));
1603 (int *) safe_emalloc ((MAXJSAMPLE * 2 + 1), sizeof (int), 0);
1611 table += MAXJSAMPLE; /* so can index -MAXJSAMPLE .. +MAXJSAMPLE */
1614 #define STEPSIZE ((MAXJSAMPLE+1)/16)
1629 for (; in <= MAXJSAMPLE; in++)

Completed in 8 milliseconds