Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/
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()
428 for (i = rowsperchunk; i > 0; i--) { in alloc_sarray()
451 JDIMENSION rowsperchunk, currow, i; in alloc_barray() local
460 rowsperchunk = (JDIMENSION) ltemp; in alloc_barray()
462 rowsperchunk = numrows; in alloc_barray()
463 mem->last_rowsperchunk = rowsperchunk; in alloc_barray()
[all …]

Completed in 6 milliseconds