Searched refs:rowsperchunk (Results 1 – 2 of 2) sorted by relevance
/external/qemu/distrib/jpeg-6b/ |
D | jmemmgr.c | 156 JDIMENSION rowsperchunk; /* allocation chunk size in mem_buffer */ member 172 JDIMENSION rowsperchunk; /* allocation chunk size in mem_buffer */ member 402 JDIMENSION rowsperchunk, currow, i; in alloc_sarray() local 411 rowsperchunk = (JDIMENSION) ltemp; in alloc_sarray() 413 rowsperchunk = numrows; in alloc_sarray() 414 mem->last_rowsperchunk = rowsperchunk; in alloc_sarray() 423 rowsperchunk = MIN(rowsperchunk, numrows - currow); in alloc_sarray() 425 (size_t) ((size_t) rowsperchunk * (size_t) samplesperrow in alloc_sarray() 427 for (i = rowsperchunk; i > 0; i--) { in alloc_sarray() 450 JDIMENSION rowsperchunk, currow, i; in alloc_barray() local [all …]
|
/external/jpeg/ |
D | jmemmgr.c | 156 JDIMENSION rowsperchunk; /* allocation chunk size in mem_buffer */ member 172 JDIMENSION rowsperchunk; /* allocation chunk size in mem_buffer */ member 402 JDIMENSION rowsperchunk, currow, i; in alloc_sarray() local 411 rowsperchunk = (JDIMENSION) ltemp; in alloc_sarray() 413 rowsperchunk = numrows; in alloc_sarray() 414 mem->last_rowsperchunk = rowsperchunk; in alloc_sarray() 423 rowsperchunk = MIN(rowsperchunk, numrows - currow); in alloc_sarray() 425 (size_t) ((size_t) rowsperchunk * (size_t) samplesperrow in alloc_sarray() 427 for (i = rowsperchunk; i > 0; i--) { in alloc_sarray() 450 JDIMENSION rowsperchunk, currow, i; in alloc_barray() local [all …]
|