Home | History | Annotate | Download | only in libjpeg-turbo

Lines Matching full:ordered

12  * color values.  Optional Floyd-Steinberg or ordered dithering is available.
55 /* Declarations for ordered dithering.
57 * We use a standard 16x16 ordered dither array. The basic concept of ordered
63 * the distance between output values. For ordered dithering, we assume that
83 * Stephen Hawley's article "Ordered Dithering" in Graphics Gems I.
157 /* Variables for ordered dithering */
294 /* The colors are ordered in the map in standard row-major order, */
341 /* For ordered dither, we pad the color index tables by MAXJSAMPLE in
393 * Create an ordered-dither array for a component having ncolors
428 * Create the ordered-dither tables.
519 /* General case, with ordered dithering */
568 /* Fast path for out_color_components==3, with ordered dithering */
764 cquantize->row_index = 0; /* initialize state for ordered dither */
765 /* If user changed to ordered dither from another mode,
771 /* Create ordered-dither tables if we didn't already. */