Home
last modified time | relevance | path

Searched refs:JDITHER_FS (Results 1 – 6 of 6) sorted by relevance

/external/libjpeg-turbo/
Djquant2.c1150 cinfo->dither_mode = JDITHER_FS; in start_pass_2_quant()
1159 if (cinfo->dither_mode == JDITHER_FS) in start_pass_2_quant()
1172 if (cinfo->dither_mode == JDITHER_FS) { in start_pass_2_quant()
1268 cinfo->dither_mode = JDITHER_FS; in jinit_2pass_quantizer()
1276 if (cinfo->dither_mode == JDITHER_FS) { in jinit_2pass_quantizer()
Djquant1.c778 case JDITHER_FS: in start_pass_1_quant()
855 if (cinfo->dither_mode == JDITHER_FS) in jinit_1pass_quantizer()
Djdapimin.c210 cinfo->dither_mode = JDITHER_FS; in default_decompress_parms()
Ddjpeg.c260 cinfo->dither_mode = JDITHER_FS; in parse_switches()
Djpeglib.h264 JDITHER_FS /* Floyd-Steinberg error diffusion dither */ enumerator
Dlibjpeg.txt1243 JDITHER_FS Floyd-Steinberg dither: slow, high quality
1244 Default is JDITHER_FS. (At present, ordered dither is implemented