Home
last modified time | relevance | path

Searched refs:rowsperchunk (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/third_party/libjpeg/
Dfpdfapi_jmemmgr.c158 JDIMENSION rowsperchunk; /* allocation chunk size in mem_buffer */ member
174 JDIMENSION rowsperchunk; /* allocation chunk size in mem_buffer */ member
404 JDIMENSION rowsperchunk, currow, i; in alloc_sarray() local
413 rowsperchunk = (JDIMENSION) ltemp; in alloc_sarray()
415 rowsperchunk = numrows; in alloc_sarray()
416 mem->last_rowsperchunk = rowsperchunk; in alloc_sarray()
425 rowsperchunk = MIN(rowsperchunk, numrows - currow); in alloc_sarray()
427 (size_t) ((size_t) rowsperchunk * (size_t) samplesperrow in alloc_sarray()
429 for (i = rowsperchunk; i > 0; i--) { in alloc_sarray()
452 JDIMENSION rowsperchunk, currow, i; in alloc_barray() local
[all …]
/external/libjpeg-turbo/
Djmemmgr.c162 JDIMENSION rowsperchunk; /* allocation chunk size in mem_buffer */ member
178 JDIMENSION rowsperchunk; /* allocation chunk size in mem_buffer */ member
441 JDIMENSION rowsperchunk, currow, i; in alloc_sarray() local
462 rowsperchunk = (JDIMENSION) ltemp; in alloc_sarray()
464 rowsperchunk = numrows; in alloc_sarray()
465 mem->last_rowsperchunk = rowsperchunk; in alloc_sarray()
474 rowsperchunk = MIN(rowsperchunk, numrows - currow); in alloc_sarray()
476 (size_t) ((size_t) rowsperchunk * (size_t) samplesperrow in alloc_sarray()
478 for (i = rowsperchunk; i > 0; i--) { in alloc_sarray()
501 JDIMENSION rowsperchunk, currow, i; in alloc_barray() local
[all …]