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

Lines Matching refs:dither_mode

1145   if (cinfo->dither_mode != JDITHER_NONE)
1146 cinfo->dither_mode = JDITHER_FS;
1155 if (cinfo->dither_mode == JDITHER_FS)
1168 if (cinfo->dither_mode == JDITHER_FS) {
1263 if (cinfo->dither_mode != JDITHER_NONE)
1264 cinfo->dither_mode = JDITHER_FS;
1269 * in dither_mode, we do not promise to honor max_memory_to_use if
1270 * dither_mode changes.
1272 if (cinfo->dither_mode == JDITHER_FS) {