Home | History | Annotate | Download | only in libjpeg

Lines Matching refs:dither_mode

1176   if (cinfo->dither_mode != JDITHER_NONE)
1177 cinfo->dither_mode = JDITHER_FS;
1186 if (cinfo->dither_mode == JDITHER_FS)
1199 if (cinfo->dither_mode == JDITHER_FS) {
1294 if (cinfo->dither_mode != JDITHER_NONE)
1295 cinfo->dither_mode = JDITHER_FS;
1299 * Although we will cope with a later change in dither_mode,
1300 * we do not promise to honor max_memory_to_use if dither_mode changes.
1302 if (cinfo->dither_mode == JDITHER_FS) {