Searched refs:desired_number_of_colors (Results 1 – 8 of 8) sorted by relevance
395 if (cinfo->desired_number_of_colors > 256) in jinit_write_gif()396 cinfo->desired_number_of_colors = 256; in jinit_write_gif()
239 cinfo->desired_number_of_colors = val; in parse_switches()293 cinfo->desired_number_of_colors = 216; in parse_switches()
193 int max_colors = cinfo->desired_number_of_colors; in select_ncolors()842 if (cinfo->desired_number_of_colors > (MAXJSAMPLE + 1)) in jinit_1pass_quantizer()
216 cinfo->desired_number_of_colors = 256; in default_decompress_parms()
508 int desired_number_of_colors; /* max # colors to use in created colormap */ member
1252 int desired = cinfo->desired_number_of_colors; in jinit_2pass_quantizer()
1228 int desired_number_of_colors
1270 jpeg_info.desired_number_of_colors=(int) StringToUnsignedLong(option); in ReadJPEGImage()