Searched refs:thisblockrow (Results 1 – 3 of 3) 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 | 253 JBLOCKROW thisblockrow, lastblockrow; in compress_first_pass() local 280 thisblockrow = buffer[block_row]; in compress_first_pass() 282 input_buf[ci], thisblockrow, in compress_first_pass() 287 thisblockrow += blocks_across; /* => first dummy block */ in compress_first_pass() 288 jzero_far((void *) thisblockrow, ndummy * sizeof(JBLOCK)); in compress_first_pass() 289 lastDC = thisblockrow[-1][0]; in compress_first_pass() 291 thisblockrow[bi][0] = lastDC; in compress_first_pass() 305 thisblockrow = buffer[block_row]; in compress_first_pass() 307 jzero_far((void *) thisblockrow, in compress_first_pass() 312 thisblockrow[bi][0] = lastDC; in compress_first_pass() [all …]
|
/external/opencv3/3rdparty/libjpeg/ |
D | jccoefct.c | 258 JBLOCKROW thisblockrow, lastblockrow; in compress_first_pass() local 287 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 …]
|