Searched refs:dither_mode (Results 1 – 14 of 14) sorted by relevance
253 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()
1146 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()
347 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()
597 if (cinfo->dither_mode != JDITHER_NONE) { in jinit_merged_upsampler()614 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
844 if (cinfo->dither_mode == JDITHER_NONE) { in jinit_color_deconverter()
1236 J_DITHER_MODE dither_mode2177 * dither_mode can be changed before each call to jpeg_start_output();
198 cinfo->dither_mode = JDITHER_FS; in default_decompress_parms()
547 J_DITHER_MODE dither_mode; /* type of color dithering to use */ member
190 DRI_CONF_OPT_BEGIN_V(dither_mode,enum,def,"0:2") \
508 decompress_struct_->dither_mode = JDITHER_NONE; in StartDecode()
511 decompress_struct_->dither_mode = JDITHER_NONE; in StartDecode()
417 fDecoderMgr->dinfo()->dither_mode = JDITHER_NONE; in setOutputColorSpace()