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