Home
last modified time | relevance | path

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

/external/jpeg/
Djquant2.c1176 cinfo->dither_mode = JDITHER_FS; in start_pass_2_quant()
1185 if (cinfo->dither_mode == JDITHER_FS) in start_pass_2_quant()
1198 if (cinfo->dither_mode == JDITHER_FS) { in start_pass_2_quant()
1294 cinfo->dither_mode = JDITHER_FS; in jinit_2pass_quantizer()
1301 if (cinfo->dither_mode == JDITHER_FS) { in jinit_2pass_quantizer()
Djquant1.c775 case JDITHER_FS: in start_pass_1_quant()
852 if (cinfo->dither_mode == JDITHER_FS) in jinit_1pass_quantizer()
Djdapimin.c199 cinfo->dither_mode = JDITHER_FS; in default_decompress_parms()
Ddjpeg.c229 cinfo->dither_mode = JDITHER_FS; in parse_switches()
Djpeglib.h239 JDITHER_FS /* Floyd-Steinberg error diffusion dither */ enumerator
Dlibjpeg.doc1104 JDITHER_FS Floyd-Steinberg dither: slow, high quality
1105 Default is JDITHER_FS. (At present, ordered dither is implemented
/external/webkit/Source/WebCore/platform/image-decoders/jpeg/
DJPEGImageDecoder.cpp272 m_info.dither_mode = JDITHER_FS; in decode()