Home
last modified time | relevance | path

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

/php-src/ext/gd/libgd/
H A Dgd_topal.c50 #define MAXJSAMPLE (gdMaxColors-1) macro
222 #define MAXNUMCOLORS (MAXJSAMPLE+1) /* maximum size of colormap */
715 boxlist[0].c0max = MAXJSAMPLE >> C0_SHIFT; in select_colors()
717 boxlist[0].c1max = MAXJSAMPLE >> C1_SHIFT; in select_colors()
719 boxlist[0].c2max = MAXJSAMPLE >> C2_SHIFT; in select_colors()
1379 (int *) safe_emalloc ((MAXJSAMPLE * 2 + 1), sizeof (int), 0); in init_error_limit()
1386 table += MAXJSAMPLE; /* so can index -MAXJSAMPLE .. +MAXJSAMPLE */ in init_error_limit()
1389 #define STEPSIZE ((MAXJSAMPLE+1)/16) in init_error_limit()
1404 for (; in <= MAXJSAMPLE; in++) in init_error_limit()

Completed in 10 milliseconds