Home
last modified time | relevance | path

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

/php-src/ext/gd/libgd/
H A Dgd_topal.c1389 #define STEPSIZE ((MAXJSAMPLE+1)/16) in init_error_limit() macro
1392 for (in = 0; in < STEPSIZE; in++, out++) in init_error_limit()
1398 for (; in < STEPSIZE * 3; in++, out += (in & 1) ? 0 : 1) in init_error_limit()
1409 #undef STEPSIZE in init_error_limit()

Completed in 9 milliseconds