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

  /external/libjpeg-turbo/
jmorecfg.h 311 * The RGB_RED, RGB_GREEN, RGB_BLUE, and RGB_PIXELSIZE macros are a vestigial
320 * values of RGB_RED, RGB_GREEN, RGB_BLUE, and RGB_PIXELSIZE, many applications
326 * RGB_GREEN, RGB_BLUE, or RGB_PIXELSIZE. In addition to the restrictions
332 #define RGB_GREEN 1 /* Offset of Green */
375 static const int rgb_green[JPEG_NUMCS] = { variable
376 -1, -1, RGB_GREEN, -1, -1, -1, EXT_RGB_GREEN, EXT_RGBX_GREEN,
rdbmp.c 198 register int gindex = rgb_green[cinfo->in_color_space];
268 register int gindex = rgb_green[cinfo->in_color_space];
334 register int gindex = rgb_green[cinfo->in_color_space];
rdppm.c 184 register int gindex = rgb_green[cinfo->in_color_space];
258 register int gindex = rgb_green[cinfo->in_color_space];
348 register int gindex = rgb_green[cinfo->in_color_space];
416 register int gindex = rgb_green[cinfo->in_color_space];
663 #if RGB_RED == 0 && RGB_GREEN == 1 && RGB_BLUE == 2 && RGB_PIXELSIZE == 3
wrppm.c 140 register int gindex = rgb_green[cinfo->out_color_space];
330 #if RGB_RED == 0 && RGB_GREEN == 1 && RGB_BLUE == 2 && RGB_PIXELSIZE == 3
wrbmp.c 151 register int gindex = rgb_green[cinfo->out_color_space];
jccolor.c 92 #undef RGB_GREEN
97 #define RGB_GREEN EXT_RGB_GREEN
105 #undef RGB_GREEN
113 #define RGB_GREEN EXT_RGBX_GREEN
121 #undef RGB_GREEN
129 #define RGB_GREEN EXT_BGR_GREEN
137 #undef RGB_GREEN
145 #define RGB_GREEN EXT_BGRX_GREEN
153 #undef RGB_GREEN
161 #define RGB_GREEN EXT_XBGR_GREE
    [all...]
jquant1.c 197 int RGB_order[3] = { RGB_GREEN, RGB_RED, RGB_BLUE };
198 RGB_order[0] = rgb_green[cinfo->out_color_space];
jdcolor.c 97 #undef RGB_GREEN
102 #define RGB_GREEN EXT_RGB_GREEN
110 #undef RGB_GREEN
118 #define RGB_GREEN EXT_RGBX_GREEN
127 #undef RGB_GREEN
136 #define RGB_GREEN EXT_BGR_GREEN
144 #undef RGB_GREEN
152 #define RGB_GREEN EXT_BGRX_GREEN
161 #undef RGB_GREEN
170 #define RGB_GREEN EXT_XBGR_GREE
    [all...]
jquant2.c 82 #define C1_SCALE c_scales[rgb_green[cinfo->out_color_space]]
    [all...]

Completed in 62 milliseconds