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

/openjdk7/jdk/src/share/native/sun/awt/image/jpeg/
H A Djcprepct.c69 int this_row_group; /* starting row index of group to process */ member in struct:__anon699
97 prep->this_row_group = 0;
251 (JDIMENSION) prep->this_row_group,
255 prep->this_row_group += cinfo->max_v_samp_factor;
256 if (prep->this_row_group >= buf_height)
257 prep->this_row_group = 0;

Completed in 300 milliseconds