Home
last modified time | relevance | path

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

/external/pdfium/third_party/libopenjpeg20/
D0026-use_opj_uint_ceildiv.patch65 - *l_offset_y = (OPJ_UINT32)opj_int_ceildiv((OPJ_INT32)l_image->y0, (OPJ_INT32)l_img_comp->dy…
67 + *l_offset_y = opj_uint_ceildiv(l_image->y0, l_img_comp->dy);
70 … ((OPJ_UINT32)l_tilec->x0 - *l_offset_x) + ((OPJ_UINT32)l_tilec->y0 - *l_offset_y) * *l_image_widt…
Dj2k.c348 OPJ_UINT32* l_offset_y,
10161 OPJ_UINT32* l_offset_y, in opj_get_tile_dimensions() argument
10179 *l_offset_y = opj_uint_ceildiv(l_image->y0, l_img_comp->dy); in opj_get_tile_dimensions()
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 …OPJ_UINT32 l_size_comp,l_width,l_height,l_offset_x,l_offset_y, l_image_width,l_stride,l_tile_offse… in opj_j2k_get_tile_data() local
10203 &l_offset_y, in opj_j2k_get_tile_data()