Searched refs:in_color_space (Results 1 – 20 of 20) sorted by relevance
237 switch (cinfo->in_color_space) { in rgb_ycc_convert()285 switch (cinfo->in_color_space) { in rgb_gray_convert()330 switch (cinfo->in_color_space) { in rgb_rgb_convert()539 switch (cinfo->in_color_space) { in jinit_color_converter()556 if (cinfo->input_components != rgb_pixelsize[cinfo->in_color_space]) in jinit_color_converter()582 if (cinfo->in_color_space == JCS_GRAYSCALE) in jinit_color_converter()584 else if (cinfo->in_color_space == JCS_RGB || in jinit_color_converter()585 cinfo->in_color_space == JCS_EXT_RGB || in jinit_color_converter()586 cinfo->in_color_space == JCS_EXT_RGBX || in jinit_color_converter()587 cinfo->in_color_space == JCS_EXT_BGR || in jinit_color_converter()[all …]
172 register int rindex = rgb_red[cinfo->in_color_space]; in get_text_gray_rgb_row()173 register int gindex = rgb_green[cinfo->in_color_space]; in get_text_gray_rgb_row()174 register int bindex = rgb_blue[cinfo->in_color_space]; in get_text_gray_rgb_row()175 register int aindex = alpha_index[cinfo->in_color_space]; in get_text_gray_rgb_row()176 register int ps = rgb_pixelsize[cinfo->in_color_space]; in get_text_gray_rgb_row()246 register int rindex = rgb_red[cinfo->in_color_space]; in get_text_rgb_row()247 register int gindex = rgb_green[cinfo->in_color_space]; in get_text_rgb_row()248 register int bindex = rgb_blue[cinfo->in_color_space]; in get_text_rgb_row()249 register int aindex = alpha_index[cinfo->in_color_space]; in get_text_rgb_row()250 register int ps = rgb_pixelsize[cinfo->in_color_space]; in get_text_rgb_row()[all …]
128 if (sinfo->cinfo->in_color_space == JCS_UNKNOWN && gray) in read_colormap()129 sinfo->cinfo->in_color_space = JCS_GRAYSCALE; in read_colormap()131 if (sinfo->cinfo->in_color_space == JCS_GRAYSCALE && !gray) in read_colormap()170 if (cinfo->in_color_space == JCS_GRAYSCALE) { in get_8bit_row()177 } else if (cinfo->in_color_space == JCS_CMYK) { in get_8bit_row()187 register int rindex = rgb_red[cinfo->in_color_space]; in get_8bit_row()188 register int gindex = rgb_green[cinfo->in_color_space]; in get_8bit_row()189 register int bindex = rgb_blue[cinfo->in_color_space]; in get_8bit_row()190 register int aindex = alpha_index[cinfo->in_color_space]; in get_8bit_row()191 register int ps = rgb_pixelsize[cinfo->in_color_space]; in get_8bit_row()[all …]
89 cinfo.in_color_space = JCS_EXT_RGB; in main()113 cinfo.in_color_space = JCS_EXT_RGBA; in main()
384 cinfo->in_color_space = JCS_RGB; in start_input_tga()413 cinfo->in_color_space = JCS_GRAYSCALE; in start_input_tga()
82 dstinfo->in_color_space = srcinfo->jpeg_color_space; in jpeg_copy_critical_parameters()
284 switch (cinfo->in_color_space) { in jpeg_default_colorspace()
596 cinfo.in_color_space = JCS_RGB; /* arbitrary guess */ in cjpeg()
276 cinfo->in_color_space = pf2cs[pixelFormat]; in setCompDefaults()2090 if (*pixelFormat == TJPF_UNKNOWN) cinfo->in_color_space = JCS_UNKNOWN; in tjLoadImage()2091 else cinfo->in_color_space = pf2cs[*pixelFormat]; in tjLoadImage()2113 *pixelFormat = cs2pf[cinfo->in_color_space]; in tjLoadImage()
533 cinfo->in_color_space = JCS_RGB; in start_input_gif()
317 J_COLOR_SPACE in_color_space; /* colorspace of input image */ member
328 in_color_space Color space of source image333 color spaces", later, for more info.) The in_color_space field must be344 You must set in_color_space correctly before calling jpeg_set_defaults(),355 cinfo.in_color_space = JCS_RGB; /* colorspace of input image */887 only the input image's color space (field in_color_space, which must900 Selects an appropriate JPEG colorspace based on cinfo->in_color_space,1383 in_color_space. This is transformed to the JPEG file's color space given1385 space depending on in_color_space, but you can override this by calling1402 conversion, don't try to fake out the library by setting in_color_space and2704 in_color_space (or jpeg_color_space = out_color_space for decompression).[all …]
88 Setting `cinfo.in_color_space` (compression) or `cinfo.out_color_space`
227 switch (cinfo->in_color_space) { in jsimd_rgb_ycc_convert()265 switch (cinfo->in_color_space) { in jsimd_rgb_gray_convert()
253 switch (cinfo->in_color_space) { in jsimd_rgb_ycc_convert()312 switch (cinfo->in_color_space) { in jsimd_rgb_gray_convert()
155 switch (cinfo->in_color_space) { in jsimd_rgb_ycc_convert()204 switch (cinfo->in_color_space) { in jsimd_rgb_gray_convert()
127 fCInfo.in_color_space = jpegColorType; in setParams()
171 switch (cinfo->in_color_space) { in jsimd_rgb_ycc_convert()230 switch (cinfo->in_color_space) { in jsimd_rgb_gray_convert()
3936 cinfo.in_color_space = JCS_GRAYSCALE; in WriteData()3940 cinfo.in_color_space = JCS_RGB; in WriteData()3944 cinfo.in_color_space = JCS_CMYK; in WriteData()4063 cinfo.in_color_space = JCS_GRAYSCALE; in EncodeJPEGPreview()4067 cinfo.in_color_space = JCS_RGB; in EncodeJPEGPreview()