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()
232 cinfo->desired_number_of_colors = val; in parse_switches()286 cinfo->desired_number_of_colors = 216; in parse_switches()
192 int max_colors = cinfo->desired_number_of_colors; in select_ncolors()840 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
1249 int desired = cinfo->desired_number_of_colors; in jinit_2pass_quantizer()
1226 int desired_number_of_colors
1185 jpeg_info.desired_number_of_colors=(int) StringToUnsignedLong(option); in ReadJPEGImage()