Searched refs:l_offset_x (Results 1 – 2 of 2) sorted by relevance
/external/pdfium/third_party/libopenjpeg20/ |
D | 0026-use_opj_uint_ceildiv.patch | 64 - *l_offset_x = (OPJ_UINT32)opj_int_ceildiv((OPJ_INT32)l_image->x0, (OPJ_INT32)l_img_comp->dx… 66 + *l_offset_x = opj_uint_ceildiv(l_image->x0, l_img_comp->dx); 70 …*l_tile_offset = ((OPJ_UINT32)l_tilec->x0 - *l_offset_x) + ((OPJ_UINT32)l_tilec->y0 - *l_offset_y)…
|
D | j2k.c | 347 OPJ_UINT32* l_offset_x, 10160 OPJ_UINT32* l_offset_x, in opj_get_tile_dimensions() argument 10178 *l_offset_x = opj_uint_ceildiv(l_image->x0, l_img_comp->dx); 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 10202 &l_offset_x, in opj_j2k_get_tile_data()
|