Searched refs:cur0 (Results 1 – 1 of 1) sorted by relevance
935 register LOCFSERROR cur0, cur1, cur2; /* current error or pixel value */ in pass2_fs_dither() local973 cur0 = cur1 = cur2 = 0; in pass2_fs_dither()987 cur0 = RIGHT_SHIFT(cur0 + errorptr[dir3+0] + 8, 4); in pass2_fs_dither()993 cur0 = error_limit[cur0]; in pass2_fs_dither()1000 cur0 += GETJSAMPLE(inptr[0]); in pass2_fs_dither()1003 cur0 = GETJSAMPLE(range_limit[cur0]); in pass2_fs_dither()1007 cachep = & histogram[cur0>>C0_SHIFT][cur1>>C1_SHIFT][cur2>>C2_SHIFT]; in pass2_fs_dither()1011 fill_inverse_cmap(cinfo, cur0>>C0_SHIFT,cur1>>C1_SHIFT,cur2>>C2_SHIFT); in pass2_fs_dither()1016 cur0 -= GETJSAMPLE(colormap0[pixcode]); in pass2_fs_dither()1026 bnexterr = cur0; /* Process component 0 */ in pass2_fs_dither()[all …]