Lines Matching refs:samplesperrow
159 JDIMENSION samplesperrow; /* width of array (and of memory buffer) */ member
435 JDIMENSION samplesperrow, JDIMENSION numrows) in alloc_sarray() argument
448 if (samplesperrow > MAX_ALLOC_CHUNK) { in alloc_sarray()
453 samplesperrow = (JDIMENSION)round_up_pow2(samplesperrow, (2 * ALIGN_SIZE) / in alloc_sarray()
458 ((long) samplesperrow * sizeof(JSAMPLE)); in alloc_sarray()
476 (size_t) ((size_t) rowsperchunk * (size_t) samplesperrow in alloc_sarray()
480 workspace += samplesperrow; in alloc_sarray()
579 JDIMENSION samplesperrow, JDIMENSION numrows, in request_virt_sarray() argument
596 result->samplesperrow = samplesperrow; in request_virt_sarray()
656 (long) sptr->samplesperrow * sizeof(JSAMPLE); in realize_virt_arrays()
659 (long) sptr->samplesperrow * sizeof(JSAMPLE); in realize_virt_arrays()
713 (long) sptr->samplesperrow * in realize_virt_arrays()
718 sptr->samplesperrow, sptr->rows_in_mem); in realize_virt_arrays()
758 bytesperrow = (long) ptr->samplesperrow * sizeof(JSAMPLE); in do_sarray_io()
883 size_t bytesperrow = (size_t) ptr->samplesperrow * sizeof(JSAMPLE); in access_virt_sarray()