Lines Matching refs:numrows
398 JDIMENSION samplesperrow, JDIMENSION numrows) in alloc_sarray() argument
412 if (ltemp < (long) numrows) in alloc_sarray()
415 rowsperchunk = numrows; in alloc_sarray()
420 (size_t) (numrows * SIZEOF(JSAMPROW))); in alloc_sarray()
424 while (currow < numrows) { in alloc_sarray()
425 rowsperchunk = MIN(rowsperchunk, numrows - currow); in alloc_sarray()
446 JDIMENSION blocksperrow, JDIMENSION numrows) in alloc_barray() argument
460 if (ltemp < (long) numrows) in alloc_barray()
463 rowsperchunk = numrows; in alloc_barray()
468 (size_t) (numrows * SIZEOF(JBLOCKROW))); in alloc_barray()
472 while (currow < numrows) { in alloc_barray()
473 rowsperchunk = MIN(rowsperchunk, numrows - currow); in alloc_barray()
526 JDIMENSION samplesperrow, JDIMENSION numrows, in request_virt_sarray() argument
542 result->rows_in_array = numrows; in request_virt_sarray()
556 JDIMENSION blocksperrow, JDIMENSION numrows, in request_virt_barray() argument
572 result->rows_in_array = numrows; in request_virt_barray()