Home
last modified time | relevance | path

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

/external/pdfium/third_party/libopenjpeg20/
D0026-use_opj_uint_ceildiv.patch70 …*l_tile_offset = ((OPJ_UINT32)l_tilec->x0 - *l_offset_x) + ((OPJ_UINT32)l_tilec->y0 - *l_offset_y)…
Dj2k.c351 OPJ_UINT32* l_tile_offset);
10164 OPJ_UINT32* l_tile_offset) { in opj_get_tile_dimensions() argument
10182 …*l_tile_offset = ((OPJ_UINT32)l_tilec->x0 - *l_offset_x) + ((OPJ_UINT32)l_tilec->y0 - *l_offset_y)… in opj_get_tile_dimensions()
10194 …PJ_UINT32 l_size_comp,l_width,l_height,l_offset_x,l_offset_y, l_image_width,l_stride,l_tile_offset; in opj_j2k_get_tile_data() local
10206 &l_tile_offset); in opj_j2k_get_tile_data()
10208 l_src_ptr = l_img_comp->data + l_tile_offset; in opj_j2k_get_tile_data()