Function n_block_rows

Source
pub(crate) fn n_block_rows(
    image_size: ImageSize,
    block_size: BlockSize,
) -> usize
Expand description

Computes the number of block rows for the given image and block sizes.