Searched refs:thisblockrow (Results 1 – 1 of 1) sorted by relevance
258 JBLOCKROW thisblockrow, lastblockrow; in compress_first_pass() local287 thisblockrow = buffer[block_row]; in compress_first_pass()288 (*forward_DCT) (cinfo, compptr, input_buf[ci], thisblockrow, in compress_first_pass()293 thisblockrow += blocks_across; /* => first dummy block */ in compress_first_pass()294 FMEMZERO((void FAR *) thisblockrow, ndummy * SIZEOF(JBLOCK)); in compress_first_pass()295 lastDC = thisblockrow[-1][0]; in compress_first_pass()297 thisblockrow[bi][0] = lastDC; in compress_first_pass()311 thisblockrow = buffer[block_row]; in compress_first_pass()313 FMEMZERO((void FAR *) thisblockrow, in compress_first_pass()318 thisblockrow[bi][0] = lastDC; in compress_first_pass()[all …]