Lines Matching refs:numrows
396 JDIMENSION samplesperrow, JDIMENSION numrows) in alloc_sarray() argument
410 if (ltemp < (long) numrows) in alloc_sarray()
413 rowsperchunk = numrows; in alloc_sarray()
418 (size_t) (numrows * SIZEOF(JSAMPROW))); in alloc_sarray()
422 while (currow < numrows) { in alloc_sarray()
423 rowsperchunk = MIN(rowsperchunk, numrows - currow); in alloc_sarray()
444 JDIMENSION blocksperrow, JDIMENSION numrows) in alloc_barray() argument
458 if (ltemp < (long) numrows) in alloc_barray()
461 rowsperchunk = numrows; in alloc_barray()
466 (size_t) (numrows * SIZEOF(JBLOCKROW))); in alloc_barray()
470 while (currow < numrows) { in alloc_barray()
471 rowsperchunk = MIN(rowsperchunk, numrows - currow); in alloc_barray()
524 JDIMENSION samplesperrow, JDIMENSION numrows, in request_virt_sarray() argument
540 result->rows_in_array = numrows; in request_virt_sarray()
554 JDIMENSION blocksperrow, JDIMENSION numrows, in request_virt_barray() argument
570 result->rows_in_array = numrows; in request_virt_barray()