Home
last modified time | relevance | path

Searched refs:opj_uint_max (Results 1 – 7 of 7) sorted by relevance

/external/pdfium/third_party/libopenjpeg20/
D0021-tcd_init_tile_negative.patch7 l_tile->x0 = (OPJ_INT32)opj_uint_max(l_tx0, l_image->x0);
14 l_tile->y0 = (OPJ_INT32)opj_uint_max(l_ty0, l_image->y0);
Dimage.c116 l_x0 = opj_uint_max(p_cp->tx0 , p_image_header->x0); in opj_image_comp_header_update()
117 l_y0 = opj_uint_max(p_cp->ty0 , p_image_header->y0); in opj_image_comp_header_update()
Dopj_intmath.h80 static INLINE OPJ_UINT32 opj_uint_max(OPJ_UINT32 a, OPJ_UINT32 b) { in opj_uint_max() function
Dpi.c725 *p_tx0 = (OPJ_INT32)opj_uint_max(l_tx0, p_image->x0); in opj_get_all_encoding_parameters()
728 *p_ty0 = (OPJ_INT32)opj_uint_max(l_ty0, p_image->y0); in opj_get_all_encoding_parameters()
Dtcd.c707 l_tile->x0 = (OPJ_INT32)opj_uint_max(l_tx0, l_image->x0); in opj_tcd_init_tile()
714 l_tile->y0 = (OPJ_INT32)opj_uint_max(l_ty0, l_image->y0); in opj_tcd_init_tile()
Dt2.c429 … l_img_comp->resno_decoded = opj_uint_max(l_current_pi->resno, l_img_comp->resno_decoded); in opj_t2_decode_packets()
Dj2k.c2667 l_max = opj_uint_max(l_max,opj_j2k_get_SPCod_SPCoc_size(p_j2k,i,j)); in opj_j2k_get_max_coc_size()
3146 l_max_poc = opj_uint_max(l_max_poc,l_tcp->numpocs); in opj_j2k_get_max_poc_size()
3166 l_max = opj_uint_max(l_max,l_tcp->m_nb_tile_parts); in opj_j2k_get_max_toc_size()