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

/openjdk7/jdk/src/share/native/sun/awt/image/jpeg/
H A Djccoefct.c258 JBLOCKROW thisblockrow, lastblockrow; local
285 thisblockrow = buffer[block_row];
287 input_buf[ci], thisblockrow,
292 thisblockrow += blocks_across; /* => first dummy block */
293 jzero_far((void FAR *) thisblockrow, ndummy * SIZEOF(JBLOCK));
294 lastDC = thisblockrow[-1][0];
296 thisblockrow[bi][0] = lastDC;
310 thisblockrow = buffer[block_row];
312 jzero_far((void FAR *) thisblockrow,
317 thisblockrow[b
[all...]

Completed in 55 milliseconds