Home
last modified time | relevance | path

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

/reactos/dll/3rdparty/libjpeg/
H A Djquant1.c466 register int pixcode, ci; in color_quantize() local
477 pixcode = 0; in color_quantize()
481 *ptrout++ = (JSAMPLE) pixcode; in color_quantize()
493 register int pixcode; in color_quantize3() local
509 *ptrout++ = (JSAMPLE) pixcode; in color_quantize3()
571 register int pixcode; in quantize3_ord_dither() local
601 *output_ptr++ = (JSAMPLE) pixcode; in quantize3_ord_dither()
626 int pixcode; in quantize_fs_dither() local
681 pixcode = GETJSAMPLE(colorindex_ci[cur]); in quantize_fs_dither()
682 *output_ptr += (JSAMPLE) pixcode; in quantize_fs_dither()
[all …]
H A Djquant2.c1034 { register int pixcode = *cachep - 1; in pass2_fs_dither() local
1035 *outptr = (JSAMPLE) pixcode; in pass2_fs_dither()
1037 cur0 -= GETJSAMPLE(colormap0[pixcode]); in pass2_fs_dither()
1038 cur1 -= GETJSAMPLE(colormap1[pixcode]); in pass2_fs_dither()
1039 cur2 -= GETJSAMPLE(colormap2[pixcode]); in pass2_fs_dither()