HomeSort by relevance Sort by last modified time
    Searched refs:rgb_pixelsize (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/libjpeg_turbo/
jmorecfg.h 310 * (one extra byte per pixel) by changing RGB_PIXELSIZE. Note that changing
316 * 3. The color quantizer modules will not behave desirably if RGB_PIXELSIZE
324 #define RGB_PIXELSIZE 3 /* JSAMPLEs per RGB scanline element */
376 static const int rgb_pixelsize[JPEG_NUMCS] = { variable
377 -1, -1, RGB_PIXELSIZE, -1, -1, -1, EXT_RGB_PIXELSIZE, EXT_RGBX_PIXELSIZE,
jccolor.c 92 #undef RGB_PIXELSIZE
97 #define RGB_PIXELSIZE EXT_RGB_PIXELSIZE
105 #undef RGB_PIXELSIZE
113 #define RGB_PIXELSIZE EXT_RGBX_PIXELSIZE
121 #undef RGB_PIXELSIZE
129 #define RGB_PIXELSIZE EXT_BGR_PIXELSIZE
137 #undef RGB_PIXELSIZE
145 #define RGB_PIXELSIZE EXT_BGRX_PIXELSIZE
153 #undef RGB_PIXELSIZE
161 #define RGB_PIXELSIZE EXT_XBGR_PIXELSIZ
    [all...]
jdcolor.c 97 #undef RGB_PIXELSIZE
102 #define RGB_PIXELSIZE EXT_RGB_PIXELSIZE
110 #undef RGB_PIXELSIZE
119 #define RGB_PIXELSIZE EXT_RGBX_PIXELSIZE
128 #undef RGB_PIXELSIZE
136 #define RGB_PIXELSIZE EXT_BGR_PIXELSIZE
144 #undef RGB_PIXELSIZE
153 #define RGB_PIXELSIZE EXT_BGRX_PIXELSIZE
162 #undef RGB_PIXELSIZE
171 #define RGB_PIXELSIZE EXT_XBGR_PIXELSIZ
    [all...]
jdmaster.c 67 cinfo->out_color_components != rgb_pixelsize[cinfo->out_color_space])
352 cinfo->out_color_components = rgb_pixelsize[cinfo->out_color_space];

Completed in 273 milliseconds