Home | History | Annotate | Download | only in jpeg

Lines Matching refs:num_rows

514  * num_rows = maxaccess.  This means we can get good performance with simple
757 JDIMENSION start_row, JDIMENSION num_rows,
760 /* and extending for num_rows rows. writable is true if */
763 JDIMENSION end_row = start_row + num_rows;
767 if (end_row > ptr->rows_in_array || num_rows > ptr->maxaccess ||
842 JDIMENSION start_row, JDIMENSION num_rows,
845 /* and extending for num_rows rows. writable is true if */
848 JDIMENSION end_row = start_row + num_rows;
852 if (end_row > ptr->rows_in_array || num_rows > ptr->maxaccess ||