Home
last modified time | relevance | path

Searched refs:cur2 (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()
1266 cur2 = RIGHT_SHIFT (cur2 + errorptr[dir3 + 2] + 8, 4); in pass2_fs_dither()
1272 cur2 = error_limit[cur2]; in pass2_fs_dither()
1279 cur2 += gdTrueColorGetBlue (*inptr); in pass2_fs_dither()
1282 range_limit (cur2); in pass2_fs_dither()
1300 cur2 -= GETJSAMPLE (colormap2[pixcode]); in pass2_fs_dither()
1327 delta = cur2 * 2; in pass2_fs_dither()
1328 cur2 += delta; /* form error * 3 */ in pass2_fs_dither()
1330 cur2 += delta; /* form error * 5 */ in pass2_fs_dither()
1331 bpreverr2 = belowerr2 + cur2; in pass2_fs_dither()
[all …]

Completed in 6 milliseconds