Searched refs:RGB_order (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/native/sun/awt/image/jpeg/
H A Djquant1.c200 static const int RGB_order[3] = { RGB_GREEN, RGB_RED, RGB_BLUE }; local
232 j = (cinfo->out_color_space == JCS_RGB ? RGB_order[i] : i);

Completed in 47 milliseconds