Home
last modified time | relevance | path

Searched refs:RGB_PIXELSIZE (Results 1 – 5 of 5) sorted by relevance

/external/jpeg/
Djccolor.c154 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()
Djdmerge.c285 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()
Djdmaster.c64 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()
Djdcolor.c173 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()
Djmorecfg.h342 #define RGB_PIXELSIZE 3 /* JSAMPLEs per RGB scanline element */ macro