• Home
  • Raw
  • Download

Lines Matching refs:OPJ_UINT32

36     OPJ_UINT32 width;
37 OPJ_UINT32 height;
38 OPJ_UINT32 block_width;
39 OPJ_UINT32 block_height;
40 OPJ_UINT32 block_count_hor;
41 OPJ_UINT32 block_count_ver;
45 opj_sparse_array_int32_t* opj_sparse_array_int32_create(OPJ_UINT32 width, in opj_sparse_array_int32_create()
46 OPJ_UINT32 height, in opj_sparse_array_int32_create()
47 OPJ_UINT32 block_width, in opj_sparse_array_int32_create()
48 OPJ_UINT32 block_height) in opj_sparse_array_int32_create()
55 if (block_width > ((OPJ_UINT32)~0U) / block_height / sizeof(OPJ_INT32)) { 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()
84 OPJ_UINT32 i; in opj_sparse_array_int32_free()
96 OPJ_UINT32 x0, in opj_sparse_array_is_region_valid()
97 OPJ_UINT32 y0, in opj_sparse_array_is_region_valid()
98 OPJ_UINT32 x1, in opj_sparse_array_is_region_valid()
99 OPJ_UINT32 y1) in opj_sparse_array_is_region_valid()
107 OPJ_UINT32 x0, in opj_sparse_array_int32_read_or_write()
108 OPJ_UINT32 y0, in opj_sparse_array_int32_read_or_write()
109 OPJ_UINT32 x1, in opj_sparse_array_int32_read_or_write()
110 OPJ_UINT32 y1, in opj_sparse_array_int32_read_or_write()
112 OPJ_UINT32 buf_col_stride, in opj_sparse_array_int32_read_or_write()
113 OPJ_UINT32 buf_line_stride, in opj_sparse_array_int32_read_or_write()
117 OPJ_UINT32 y, block_y; in opj_sparse_array_int32_read_or_write()
118 OPJ_UINT32 y_incr = 0; in opj_sparse_array_int32_read_or_write()
119 const OPJ_UINT32 block_width = sa->block_width; in opj_sparse_array_int32_read_or_write()
127 OPJ_UINT32 x, block_x; in opj_sparse_array_int32_read_or_write()
128 OPJ_UINT32 x_incr = 0; in opj_sparse_array_int32_read_or_write()
129 OPJ_UINT32 block_y_offset; in opj_sparse_array_int32_read_or_write()
136 OPJ_UINT32 j; in opj_sparse_array_int32_read_or_write()
137 OPJ_UINT32 block_x_offset; in opj_sparse_array_int32_read_or_write()
156 OPJ_UINT32 k; in opj_sparse_array_int32_read_or_write()
197 OPJ_UINT32 k; in opj_sparse_array_int32_read_or_write()
209 OPJ_UINT32 k; in opj_sparse_array_int32_read_or_write()
225 OPJ_UINT32 k; in opj_sparse_array_int32_read_or_write()
279 OPJ_UINT32 k; in opj_sparse_array_int32_read_or_write()
295 OPJ_UINT32 k; in opj_sparse_array_int32_read_or_write()
312 OPJ_UINT32 x0, in opj_sparse_array_int32_read()
313 OPJ_UINT32 y0, in opj_sparse_array_int32_read()
314 OPJ_UINT32 x1, in opj_sparse_array_int32_read()
315 OPJ_UINT32 y1, in opj_sparse_array_int32_read()
317 OPJ_UINT32 dest_col_stride, in opj_sparse_array_int32_read()
318 OPJ_UINT32 dest_line_stride, in opj_sparse_array_int32_read()
331 OPJ_UINT32 x0, in opj_sparse_array_int32_write()
332 OPJ_UINT32 y0, in opj_sparse_array_int32_write()
333 OPJ_UINT32 x1, in opj_sparse_array_int32_write()
334 OPJ_UINT32 y1, in opj_sparse_array_int32_write()
336 OPJ_UINT32 src_col_stride, in opj_sparse_array_int32_write()
337 OPJ_UINT32 src_line_stride, in opj_sparse_array_int32_write()