Home | History | Annotate | Download | only in jpeg-6b

Lines Matching refs:dither_mode

1175   if (cinfo->dither_mode != JDITHER_NONE)
1176 cinfo->dither_mode = JDITHER_FS;
1185 if (cinfo->dither_mode == JDITHER_FS)
1198 if (cinfo->dither_mode == JDITHER_FS) {
1293 if (cinfo->dither_mode != JDITHER_NONE)
1294 cinfo->dither_mode = JDITHER_FS;
1298 * Although we will cope with a later change in dither_mode,
1299 * we do not promise to honor max_memory_to_use if dither_mode changes.
1301 if (cinfo->dither_mode == JDITHER_FS) {