Searched refs:l_tile_offset (Results 1 – 2 of 2) sorted by relevance
70 …*l_tile_offset = ((OPJ_UINT32)l_tilec->x0 - *l_offset_x) + ((OPJ_UINT32)l_tilec->y0 - *l_offset_y)…
351 OPJ_UINT32* l_tile_offset);10164 OPJ_UINT32* l_tile_offset) { in opj_get_tile_dimensions() argument10182 …*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() local10206 &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()