OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rgb_red
(Results
1 - 5
of
5
) sorted by null
/external/libjpeg-turbo/
jmorecfg.h
311
* The
RGB_RED
, RGB_GREEN, RGB_BLUE, and RGB_PIXELSIZE macros are a vestigial
320
* of
RGB_RED
, RGB_GREEN, RGB_BLUE, and RGB_PIXELSIZE, many applications have
325
* and pixel sizes. Thus, we do not support changing the values of
RGB_RED
,
331
#define
RGB_RED
0 /* Offset of Red in an RGB scanline element */
368
static const int
rgb_red
[JPEG_NUMCS] = {
variable
369
-1, -1,
RGB_RED
, -1, -1, -1, EXT_RGB_RED, EXT_RGBX_RED,
jquant2.c
81
#define C0_SCALE c_scales[
rgb_red
[cinfo->out_color_space]]
436
if (
rgb_red
[cinfo->out_color_space] == 0) {
[
all
...]
jccolor.c
91
#undef
RGB_RED
96
#define
RGB_RED
EXT_RGB_RED
104
#undef
RGB_RED
112
#define
RGB_RED
EXT_RGBX_RED
120
#undef
RGB_RED
128
#define
RGB_RED
EXT_BGR_RED
136
#undef
RGB_RED
144
#define
RGB_RED
EXT_BGRX_RED
152
#undef
RGB_RED
160
#define
RGB_RED
EXT_XBGR_RE
[
all
...]
jquant1.c
196
int RGB_order[3] = { RGB_GREEN,
RGB_RED
, RGB_BLUE };
198
RGB_order[1] =
rgb_red
[cinfo->out_color_space];
jdcolor.c
96
#undef
RGB_RED
101
#define
RGB_RED
EXT_RGB_RED
109
#undef
RGB_RED
117
#define
RGB_RED
EXT_RGBX_RED
126
#undef
RGB_RED
135
#define
RGB_RED
EXT_BGR_RED
143
#undef
RGB_RED
151
#define
RGB_RED
EXT_BGRX_RED
160
#undef
RGB_RED
169
#define
RGB_RED
EXT_XBGR_RE
[
all
...]
Completed in 860 milliseconds