Lines Matching refs:numrows
419 JDIMENSION samplesperrow, JDIMENSION numrows) in alloc_sarray() argument
438 if (ltemp < (long) numrows) in alloc_sarray()
441 rowsperchunk = numrows; in alloc_sarray()
446 (size_t) (numrows * sizeof(JSAMPROW))); in alloc_sarray()
450 while (currow < numrows) { in alloc_sarray()
451 rowsperchunk = MIN(rowsperchunk, numrows - currow); in alloc_sarray()
472 JDIMENSION blocksperrow, JDIMENSION numrows) in alloc_barray() argument
490 if (ltemp < (long) numrows) in alloc_barray()
493 rowsperchunk = numrows; in alloc_barray()
498 (size_t) (numrows * sizeof(JBLOCKROW))); in alloc_barray()
502 while (currow < numrows) { in alloc_barray()
503 rowsperchunk = MIN(rowsperchunk, numrows - currow); in alloc_barray()
556 JDIMENSION samplesperrow, JDIMENSION numrows, in request_virt_sarray() argument
572 result->rows_in_array = numrows; in request_virt_sarray()
586 JDIMENSION blocksperrow, JDIMENSION numrows, in request_virt_barray() argument
602 result->rows_in_array = numrows; in request_virt_barray()