Searched refs:out_color_components (Results 1 – 11 of 11) sorted by relevance
192 int nc = cinfo->out_color_components; /* number of color components */ in select_ncolors()288 if (cinfo->out_color_components == 3) in create_colormap()301 (JDIMENSION)total_colors, (JDIMENSION)cinfo->out_color_components); in create_colormap()307 for (i = 0; i < cinfo->out_color_components; i++) { in create_colormap()359 (JDIMENSION)cinfo->out_color_components); in create_colorindex()364 for (i = 0; i < cinfo->out_color_components; i++) { in create_colorindex()442 for (i = 0; i < cinfo->out_color_components; i++) { in create_odither_tables()474 register int nc = cinfo->out_color_components; in color_quantize()529 int nc = cinfo->out_color_components; in quantize_ord_dither()627 int nc = cinfo->out_color_components; in quantize_fs_dither()[all …]
55 cinfo->out_color_components != 3) || in use_merged_upsample()57 cinfo->out_color_components != rgb_pixelsize[cinfo->out_color_space])) in use_merged_upsample()329 cinfo->out_color_components = 1; in jpeg_calc_output_dimensions()342 cinfo->out_color_components = rgb_pixelsize[cinfo->out_color_space]; in jpeg_calc_output_dimensions()346 cinfo->out_color_components = 3; in jpeg_calc_output_dimensions()350 cinfo->out_color_components = 4; in jpeg_calc_output_dimensions()353 cinfo->out_color_components = cinfo->num_components; in jpeg_calc_output_dimensions()357 cinfo->out_color_components); in jpeg_calc_output_dimensions()461 (long)cinfo->out_color_components; in master_selection()483 if (cinfo->out_color_components != 3) { in master_selection()
780 cinfo->out_color_components = 1; in jinit_color_deconverter()805 cinfo->out_color_components = rgb_pixelsize[cinfo->out_color_space]; in jinit_color_deconverter()828 cinfo->out_color_components = 3; in jinit_color_deconverter()858 cinfo->out_color_components = 4; in jinit_color_deconverter()871 cinfo->out_color_components = cinfo->num_components; in jinit_color_deconverter()881 cinfo->output_components = cinfo->out_color_components; in jinit_color_deconverter()
279 cinfo->output_width * cinfo->out_color_components, in jinit_d_post_controller()290 cinfo->output_width * cinfo->out_color_components, in jinit_d_post_controller()
295 dest->samples_per_row = cinfo->output_width * cinfo->out_color_components; in calc_buffer_dimensions_ppm()
549 upsample->out_row_width = cinfo->output_width * cinfo->out_color_components; in jinit_merged_upsampler()
370 if (cinfo->out_color_components == 3) { in write_colormap()
528 int out_color_components; /* # of color components in out_color_space */ member
1233 if (cinfo->out_color_components != 3) in jinit_2pass_quantizer()
637 out_color_components # of color components in out_color_space643 equals out_color_components. It is the number of JSAMPLE values that will be1268 The color map, represented as a 2-D pixel array of out_color_components1346 int out_color_components Number of color components in out_color_space.1351 index per pixel. Otherwise it equals out_color_components. The output arrays
360 dinfo->out_color_components; in get_row_bytes()