Home
last modified time | relevance | path

Searched refs:out_color_components (Results 1 – 11 of 11) sorted by relevance

/external/libjpeg-turbo/
Djquant1.c192 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 …]
Djdmaster.c55 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()
Djdcolor.c780 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()
Djdpostct.c279 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()
Dwrppm.c295 dest->samples_per_row = cinfo->output_width * cinfo->out_color_components; in calc_buffer_dimensions_ppm()
Djdmerge.c549 upsample->out_row_width = cinfo->output_width * cinfo->out_color_components; in jinit_merged_upsampler()
Dwrbmp.c370 if (cinfo->out_color_components == 3) { in write_colormap()
Djpeglib.h528 int out_color_components; /* # of color components in out_color_space */ member
Djquant2.c1233 if (cinfo->out_color_components != 3) in jinit_2pass_quantizer()
Dlibjpeg.txt637 out_color_components # of color components in out_color_space
643 equals out_color_components. It is the number of JSAMPLE values that will be
1268 The color map, represented as a 2-D pixel array of out_color_components
1346 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
/external/skia/src/codec/
DSkJpegCodec.cpp360 dinfo->out_color_components; in get_row_bytes()