Searched defs:MAX_COMPS_IN_SCAN (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/native/sun/awt/image/jpeg/
H A Djpeglib.h50 #define MAX_COMPS_IN_SCAN 4 /* JPEG limit on # of components in one scan */ macro
190 int component_index[MAX_COMPS_IN_SCAN]; /* their SOF/comp_info[] indexes */
383 jpeg_component_info * cur_comp_info[MAX_COMPS_IN_SCAN];
601 jpeg_component_info * cur_comp_info[MAX_COMPS_IN_SCAN];

Completed in 49 milliseconds