Lines Matching refs:blocksperrow
179 JDIMENSION blocksperrow; /* width of array (and of memory buffer) */ member
494 alloc_barray(j_common_ptr cinfo, int pool_id, JDIMENSION blocksperrow, in alloc_barray() argument
510 ((long)blocksperrow * sizeof(JBLOCK)); in alloc_barray()
528 (size_t)((size_t)rowsperchunk * (size_t)blocksperrow * in alloc_barray()
532 workspace += blocksperrow; in alloc_barray()
609 JDIMENSION blocksperrow, JDIMENSION numrows, in request_virt_barray() argument
626 result->blocksperrow = blocksperrow; in request_virt_barray()
668 (long)bptr->blocksperrow * sizeof(JBLOCK); in realize_virt_arrays()
671 (long)bptr->blocksperrow * sizeof(JBLOCK); in realize_virt_arrays()
737 (long)bptr->blocksperrow * in realize_virt_arrays()
742 bptr->blocksperrow, bptr->rows_in_mem); in realize_virt_arrays()
791 bytesperrow = (long)ptr->blocksperrow * sizeof(JBLOCK); in do_barray_io()
966 size_t bytesperrow = (size_t)ptr->blocksperrow * sizeof(JBLOCK); in access_virt_barray()