Searched refs:RGB_PIXELSIZE (Results 1 – 5 of 5) sorted by relevance
154 inptr += RGB_PIXELSIZE; in rgb_ycc_convert()208 inptr += RGB_PIXELSIZE; in rgb_gray_convert()439 #if RGB_PIXELSIZE != 3 in jinit_color_converter()440 if (cinfo->input_components != RGB_PIXELSIZE) in jinit_color_converter()481 if (cinfo->in_color_space == JCS_RGB && RGB_PIXELSIZE == 3) in jinit_color_converter()
285 outptr += RGB_PIXELSIZE; in h2v1_merged_upsample()290 outptr += RGB_PIXELSIZE; in h2v1_merged_upsample()484 outptr0 += RGB_PIXELSIZE; in h2v2_merged_upsample()489 outptr0 += RGB_PIXELSIZE; in h2v2_merged_upsample()494 outptr1 += RGB_PIXELSIZE; in h2v2_merged_upsample()499 outptr1 += RGB_PIXELSIZE; in h2v2_merged_upsample()
64 cinfo->out_color_components != RGB_PIXELSIZE) in use_merged_upsample()195 #if RGB_PIXELSIZE != 3 in jpeg_calc_output_dimensions()196 cinfo->out_color_components = RGB_PIXELSIZE; in jpeg_calc_output_dimensions()
173 outptr += RGB_PIXELSIZE; in ycc_rgb_convert()571 outptr += RGB_PIXELSIZE; in gray_rgb_convert()803 cinfo->out_color_components = RGB_PIXELSIZE; in jinit_color_deconverter()809 } else if (cinfo->jpeg_color_space == JCS_RGB && RGB_PIXELSIZE == 3) { in jinit_color_deconverter()830 cinfo->out_color_components = RGB_PIXELSIZE; in jinit_color_deconverter()
342 #define RGB_PIXELSIZE 3 /* JSAMPLEs per RGB scanline element */ macro