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

/external/libjpeg-turbo/
H A Djccoefct.c253 JBLOCKROW thisblockrow, lastblockrow; local
280 thisblockrow = buffer[block_row];
282 input_buf[ci], thisblockrow,
287 thisblockrow += blocks_across; /* => first dummy block */
288 jzero_far((void *) thisblockrow, ndummy * sizeof(JBLOCK));
289 lastDC = thisblockrow[-1][0];
291 thisblockrow[bi][0] = lastDC;
305 thisblockrow = buffer[block_row];
307 jzero_far((void *) thisblockrow,
312 thisblockrow[b
[all...]
/external/opencv3/3rdparty/libjpeg/
H A Djccoefct.c258 JBLOCKROW thisblockrow, lastblockrow; local
287 thisblockrow = buffer[block_row];
288 (*forward_DCT) (cinfo, compptr, input_buf[ci], thisblockrow,
293 thisblockrow += blocks_across; /* => first dummy block */
294 FMEMZERO((void FAR *) thisblockrow, ndummy * SIZEOF(JBLOCK));
295 lastDC = thisblockrow[-1][0];
297 thisblockrow[bi][0] = lastDC;
311 thisblockrow = buffer[block_row];
313 FMEMZERO((void FAR *) thisblockrow,
318 thisblockrow[b
[all...]
/external/pdfium/third_party/libjpeg/
H A Dfpdfapi_jccoefct.c254 JBLOCKROW thisblockrow, lastblockrow; local
281 thisblockrow = buffer[block_row];
283 input_buf[ci], thisblockrow,
288 thisblockrow += blocks_across; /* => first dummy block */
289 jzero_far((void FAR *) thisblockrow, ndummy * SIZEOF(JBLOCK));
290 lastDC = thisblockrow[-1][0];
292 thisblockrow[bi][0] = lastDC;
306 thisblockrow = buffer[block_row];
308 jzero_far((void FAR *) thisblockrow,
313 thisblockrow[b
[all...]

Completed in 29 milliseconds