Home | History | Annotate | Download | only in libjpeg_turbo

Lines Matching refs:dither_mode

1159   if (cinfo->dither_mode != JDITHER_NONE)
1160 cinfo->dither_mode = JDITHER_FS;
1169 if (cinfo->dither_mode == JDITHER_FS)
1182 if (cinfo->dither_mode == JDITHER_FS) {
1277 if (cinfo->dither_mode != JDITHER_NONE)
1278 cinfo->dither_mode = JDITHER_FS;
1282 * Although we will cope with a later change in dither_mode,
1283 * we do not promise to honor max_memory_to_use if dither_mode changes.
1285 if (cinfo->dither_mode == JDITHER_FS) {