Searched refs:rowsperchunk (Results 1 – 2 of 2) sorted by relevance
/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 …]
|
/external/pdfium/core/src/fxcodec/libjpeg/ |
D | fpdfapi_jmemmgr.c | 159 JDIMENSION rowsperchunk; /* allocation chunk size in mem_buffer */ member 175 JDIMENSION rowsperchunk; /* allocation chunk size in mem_buffer */ member 405 JDIMENSION rowsperchunk, currow, i; in alloc_sarray() local 414 rowsperchunk = (JDIMENSION) ltemp; in alloc_sarray() 416 rowsperchunk = numrows; in alloc_sarray() 417 mem->last_rowsperchunk = rowsperchunk; in alloc_sarray() 426 rowsperchunk = MIN(rowsperchunk, numrows - currow); in alloc_sarray() 428 (size_t) ((size_t) rowsperchunk * (size_t) samplesperrow in alloc_sarray() 430 for (i = rowsperchunk; i > 0; i--) { in alloc_sarray() 453 JDIMENSION rowsperchunk, currow, i; in alloc_barray() local [all …]
|