Searched refs:thisblockrow (Results 1 – 2 of 2) sorted by relevance
/external/pdfium/third_party/libjpeg/ |
D | fpdfapi_jccoefct.c | 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() [all …]
|
/external/libjpeg-turbo/ |
D | jccoefct.c | 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 *) 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 *) thisblockrow, in compress_first_pass() 313 thisblockrow[bi][0] = lastDC; in compress_first_pass() [all …]
|