Home
last modified time | relevance | path

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

/php-src/ext/gd/libgd/
H A Dgd_topal.c1233 cur0 = cur1 = cur2 = 0; in pass2_fs_dither()
1265 cur1 = RIGHT_SHIFT (cur1 + errorptr[dir3 + 1] + 8, 4); in pass2_fs_dither()
1271 cur1 = error_limit[cur1]; in pass2_fs_dither()
1278 cur1 += gdTrueColorGetGreen (*inptr); in pass2_fs_dither()
1281 range_limit (cur1); in pass2_fs_dither()
1299 cur1 -= GETJSAMPLE (colormap1[pixcode]); in pass2_fs_dither()
1319 delta = cur1 * 2; in pass2_fs_dither()
1320 cur1 += delta; /* form error * 3 */ in pass2_fs_dither()
1322 cur1 += delta; /* form error * 5 */ in pass2_fs_dither()
1323 bpreverr1 = belowerr1 + cur1; in pass2_fs_dither()
[all …]

Completed in 10 milliseconds