Lines Matching refs:thisblockrow
254 JBLOCKROW thisblockrow, lastblockrow; in compress_first_pass() local
281 thisblockrow = buffer[block_row]; in compress_first_pass()
283 input_buf[ci], thisblockrow, in compress_first_pass()
288 thisblockrow += blocks_across; /* => first dummy block */ in compress_first_pass()
289 jzero_far((void FAR *) thisblockrow, ndummy * SIZEOF(JBLOCK)); in compress_first_pass()
290 lastDC = thisblockrow[-1][0]; in compress_first_pass()
292 thisblockrow[bi][0] = lastDC; in compress_first_pass()
306 thisblockrow = buffer[block_row]; in compress_first_pass()
308 jzero_far((void FAR *) thisblockrow, in compress_first_pass()
313 thisblockrow[bi][0] = lastDC; in compress_first_pass()
315 thisblockrow += h_samp_factor; /* advance to next MCU in row */ in compress_first_pass()