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

/openjdk7/jdk/src/share/native/sun/awt/image/jpeg/
H A Djdpostct.c169 JDIMENSION old_next_row, num_rows; local
179 old_next_row = post->next_row;
186 if (post->next_row > old_next_row) {
187 num_rows = post->next_row - old_next_row;
188 (*cinfo->cquantize->color_quantize) (cinfo, post->buffer + old_next_row,

Completed in 21 milliseconds