Searched refs:block_count_hor (Results 1 – 1 of 1) sorted by relevance
40 OPJ_UINT32 block_count_hor; member65 sa->block_count_hor = opj_uint_ceildiv(width, block_width); in opj_sparse_array_int32_create()67 if (sa->block_count_hor > ((OPJ_UINT32)~0U) / sa->block_count_ver) { in opj_sparse_array_int32_create()72 sa->block_count_hor * sa->block_count_ver); in opj_sparse_array_int32_create()85 for (i = 0; i < sa->block_count_hor * sa->block_count_ver; i++) { in opj_sparse_array_int32_free()142 src_block = sa->data_blocks[block_y * sa->block_count_hor + block_x]; in opj_sparse_array_int32_read_or_write()242 sa->data_blocks[block_y * sa->block_count_hor + block_x] = src_block; in opj_sparse_array_int32_read_or_write()