Lines Matching full:ordered
11 * color values. Optional Floyd-Steinberg or ordered dithering is available.
54 /* Declarations for ordered dithering.
56 * We use a standard 16x16 ordered dither array. The basic concept of ordered
62 * the distance between output values. For ordered dithering, we assume that
82 * Stephen Hawley's article "Ordered Dithering" in Graphics Gems I.
159 /* Variables for ordered dithering */
293 /* The colors are ordered in the map in standard row-major order, */
340 /* For ordered dither, we pad the color index tables by MAXJSAMPLE in
392 * Create an ordered-dither array for a component having ncolors
427 * Create the ordered-dither tables.
518 /* General case, with ordered dithering */
568 /* Fast path for out_color_components==3, with ordered dithering */
765 cquantize->row_index = 0; /* initialize state for ordered dither */
766 /* If user changed to ordered dither from another mode,
772 /* Create ordered-dither tables if we didn't already. */