Home
last modified time | relevance | path

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

/dports/x11/xloadimage/xloadimage.4.1/jpeg/
H A Djquant2.c423 my_colormap[0][icolor] = (JSAMPLE) ((c0total + (total>>1)) / total); in compute_color()
442 input_hack[ci] = &(my_colormap[ci]); in remap_colormap()
611 x = GETJSAMPLE(my_colormap[0][i]); in find_nearby_colors()
634 x = GETJSAMPLE(my_colormap[1][i]); in find_nearby_colors()
656 x = GETJSAMPLE(my_colormap[2][i]); in find_nearby_colors()
738 inc1 = minc1 - (int) GETJSAMPLE(my_colormap[1][icolor]); in find_best_colors()
740 inc2 = minc2 - (int) GETJSAMPLE(my_colormap[2][icolor]); in find_best_colors()
932 JSAMPROW colormap0 = my_colormap[0]; in pass2_dither()
933 JSAMPROW colormap1 = my_colormap[1]; in pass2_dither()
934 JSAMPROW colormap2 = my_colormap[2]; in pass2_dither()
[all …]
/dports/games/xtrojka/xtrojka123/
H A Dxtrojka.c45 Colormap my_colormap; variable