Home
last modified time | relevance | path

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

/reactos/dll/3rdparty/libjpeg/
H A Djmemmgr.c403 JDIMENSION rowsperchunk, currow, i; in alloc_sarray() local
412 rowsperchunk = (JDIMENSION) ltemp; in alloc_sarray()
414 rowsperchunk = numrows; in alloc_sarray()
415 mem->last_rowsperchunk = rowsperchunk; in alloc_sarray()
424 rowsperchunk = MIN(rowsperchunk, numrows - currow); in alloc_sarray()
427 for (i = rowsperchunk; i > 0; i--) { in alloc_sarray()
450 JDIMENSION rowsperchunk, currow, i; in alloc_barray() local
459 rowsperchunk = (JDIMENSION) ltemp; in alloc_barray()
461 rowsperchunk = numrows; in alloc_barray()
462 mem->last_rowsperchunk = rowsperchunk; in alloc_barray()
[all …]