Searched refs:dither_mode (Results 1 – 15 of 15) sorted by relevance
260 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()
1149 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()
348 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()
589 if (cinfo->dither_mode != JDITHER_NONE) { in jinit_merged_upsampler()606 if (cinfo->dither_mode != JDITHER_NONE) { in jinit_merged_upsampler()
210 cinfo->dither_mode = JDITHER_FS; in default_decompress_parms()
506 J_DITHER_MODE dither_mode; /* type of color dithering to use */ member
830 if (cinfo->dither_mode == JDITHER_NONE) { in jinit_color_deconverter()
1239 J_DITHER_MODE dither_mode2180 * dither_mode can be changed before each call to jpeg_start_output();
208 DRI_CONF_OPT_BEGIN_V(dither_mode,enum,def,"0:2") \
506 decompress_struct_->dither_mode = JDITHER_NONE; in StartDecode()
508 decompress_struct_->dither_mode = JDITHER_NONE; in StartDecode()
392 DRI_CONF_OPT_BEGIN_V(dither_mode,enum,def,"0:2") \
421 fDecoderMgr->dinfo()->dither_mode = JDITHER_NONE; in conversionSupported()