Home
last modified time | relevance | path

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

/external/libjpeg-turbo/
Ddjpeg.c260 cinfo->dither_mode = JDITHER_FS; in parse_switches()
262 cinfo->dither_mode = JDITHER_NONE; in parse_switches()
264 cinfo->dither_mode = JDITHER_ORDERED; in parse_switches()
291 cinfo->dither_mode = JDITHER_ORDERED; in parse_switches()
Djquant2.c1149 if (cinfo->dither_mode != JDITHER_NONE) in start_pass_2_quant()
1150 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()
1267 if (cinfo->dither_mode != JDITHER_NONE) in jinit_2pass_quantizer()
1268 cinfo->dither_mode = JDITHER_FS; in jinit_2pass_quantizer()
1276 if (cinfo->dither_mode == JDITHER_FS) { in jinit_2pass_quantizer()
Djquant1.c348 if (cinfo->dither_mode == JDITHER_ORDERED) { in create_colorindex()
755 switch (cinfo->dither_mode) { in start_pass_1_quant()
855 if (cinfo->dither_mode == JDITHER_FS) in jinit_1pass_quantizer()
Djdmerge.c589 if (cinfo->dither_mode != JDITHER_NONE) { in jinit_merged_upsampler()
606 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.c830 if (cinfo->dither_mode == JDITHER_NONE) { in jinit_color_deconverter()
Dlibjpeg.txt1239 J_DITHER_MODE dither_mode
2180 * dither_mode can be changed before each call to jpeg_start_output();
/external/mesa3d/src/util/xmlpool/
Dt_options.h208 DRI_CONF_OPT_BEGIN_V(dither_mode,enum,def,"0:2") \
/external/libaom/libaom/third_party/libyuv/source/
Dmjpeg_decoder.cc506 decompress_struct_->dither_mode = JDITHER_NONE; in StartDecode()
/external/libvpx/libvpx/third_party/libyuv/source/
Dmjpeg_decoder.cc508 decompress_struct_->dither_mode = JDITHER_NONE; in StartDecode()
/external/libyuv/files/source/
Dmjpeg_decoder.cc508 decompress_struct_->dither_mode = JDITHER_NONE; in StartDecode()
/external/mesa3d/prebuilt-intermediates/xmlpool/
Doptions.h392 DRI_CONF_OPT_BEGIN_V(dither_mode,enum,def,"0:2") \
/external/skqp/src/codec/
DSkJpegCodec.cpp421 fDecoderMgr->dinfo()->dither_mode = JDITHER_NONE; in conversionSupported()
/external/skia/src/codec/
DSkJpegCodec.cpp421 fDecoderMgr->dinfo()->dither_mode = JDITHER_NONE; in conversionSupported()