Home
last modified time | relevance | path

Searched refs:block_count_ver (Results 1 – 1 of 1) sorted by relevance

/external/pdfium/third_party/libopenjpeg20/
Dsparse_array.c41 OPJ_UINT32 block_count_ver; member
66 sa->block_count_ver = opj_uint_ceildiv(height, block_height); 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()