OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RGB_order
(Results
1 - 2
of
2
) sorted by null
/external/jpeg/
jquant1.c
196
static const int
RGB_order
[3] = { RGB_GREEN, RGB_RED, RGB_BLUE };
228
j = (cinfo->out_color_space == JCS_RGB ?
RGB_order
[i] : i);
/external/qemu/distrib/jpeg-6b/
jquant1.c
196
static const int
RGB_order
[3] = { RGB_GREEN, RGB_RED, RGB_BLUE };
228
j = (cinfo->out_color_space == JCS_RGB ?
RGB_order
[i] : i);
Completed in 26 milliseconds