Searched refs:two_pass_quantize (Results 1 – 8 of 8) sorted by relevance
200 cinfo->two_pass_quantize = TRUE; in default_decompress_parms()202 cinfo->two_pass_quantize = FALSE; in default_decompress_parms()
329 } else if (cinfo->two_pass_quantize) { in master_selection()455 if (cinfo->two_pass_quantize && cinfo->enable_2pass_quant) { in prepare_for_output_pass()
548 boolean two_pass_quantize; /* TRUE=use two-pass color quantization */ member
212 cinfo->two_pass_quantize = TRUE; in default_decompress_parms()214 cinfo->two_pass_quantize = FALSE; in default_decompress_parms()
283 cinfo->two_pass_quantize = FALSE; in parse_switches()345 cinfo->two_pass_quantize = FALSE; in parse_switches()
501 } else if (cinfo->two_pass_quantize) { in master_selection()637 if (cinfo->two_pass_quantize && cinfo->enable_2pass_quant) { in prepare_for_output_pass()
507 boolean two_pass_quantize; /* TRUE=use two-pass color quantization */ member
1230 boolean two_pass_quantize1243 ordered dither when two_pass_quantize is TRUE or when you supply2202 Selected by cinfo.two_pass_quantize = FALSE and cinfo.colormap = NULL.2205 two_pass_quantize is ignored); also set cinfo.actual_number_of_colors.2207 Selected by cinfo.two_pass_quantize = TRUE and cinfo.colormap = NULL.2223 current two_pass_quantize and colormap settings, so you only need to set the2227 can change to any enabled quantization method by setting two_pass_quantize