Home
last modified time | relevance | path

Searched refs:dither_mode (Results 1 – 14 of 14) sorted by relevance

/external/libjpeg-turbo/
Ddjpeg.c253 cinfo->dither_mode = JDITHER_FS; in parse_switches()
255 cinfo->dither_mode = JDITHER_NONE; in parse_switches()
257 cinfo->dither_mode = JDITHER_ORDERED; in parse_switches()
284 cinfo->dither_mode = JDITHER_ORDERED; in parse_switches()
Djquant2.c1146 if (cinfo->dither_mode != JDITHER_NONE) in start_pass_2_quant()
1147 cinfo->dither_mode = JDITHER_FS; in start_pass_2_quant()
1156 if (cinfo->dither_mode == JDITHER_FS) in start_pass_2_quant()
1169 if (cinfo->dither_mode == JDITHER_FS) { in start_pass_2_quant()
1264 if (cinfo->dither_mode != JDITHER_NONE) in jinit_2pass_quantizer()
1265 cinfo->dither_mode = JDITHER_FS; in jinit_2pass_quantizer()
1273 if (cinfo->dither_mode == JDITHER_FS) { in jinit_2pass_quantizer()
Djquant1.c347 if (cinfo->dither_mode == JDITHER_ORDERED) { in create_colorindex()
753 switch (cinfo->dither_mode) { in start_pass_1_quant()
853 if (cinfo->dither_mode == JDITHER_FS) in jinit_1pass_quantizer()
Djdmerge.c597 if (cinfo->dither_mode != JDITHER_NONE) { in jinit_merged_upsampler()
614 if (cinfo->dither_mode != JDITHER_NONE) { in jinit_merged_upsampler()
Djdapimin.c210 cinfo->dither_mode = JDITHER_FS; in default_decompress_parms()
Djpeglib.h506 J_DITHER_MODE dither_mode; /* type of color dithering to use */ member
Djdcolor.c844 if (cinfo->dither_mode == JDITHER_NONE) { in jinit_color_deconverter()
Dlibjpeg.txt1236 J_DITHER_MODE dither_mode
2177 * dither_mode can be changed before each call to jpeg_start_output();
/external/pdfium/third_party/libjpeg/
Dfpdfapi_jdapimin.c198 cinfo->dither_mode = JDITHER_FS; in default_decompress_parms()
Djpeglib.h547 J_DITHER_MODE dither_mode; /* type of color dithering to use */ member
/external/mesa3d/src/mesa/drivers/dri/common/xmlpool/
Dt_options.h190 DRI_CONF_OPT_BEGIN_V(dither_mode,enum,def,"0:2") \
/external/libyuv/files/source/
Dmjpeg_decoder.cc508 decompress_struct_->dither_mode = JDITHER_NONE; in StartDecode()
/external/libvpx/libvpx/third_party/libyuv/source/
Dmjpeg_decoder.cc511 decompress_struct_->dither_mode = JDITHER_NONE; in StartDecode()
/external/skia/src/codec/
DSkJpegCodec.cpp417 fDecoderMgr->dinfo()->dither_mode = JDITHER_NONE; in setOutputColorSpace()