Home
last modified time | relevance | path

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

/external/libjpeg-turbo/
Djmemmgr.c166 JDIMENSION rowsperchunk; /* allocation chunk size in mem_buffer */ member
182 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 …]