Searched refs:opj_uint_max (Results 1 – 6 of 6) sorted by relevance
/external/pdfium/third_party/libopenjpeg20/ |
D | image.c | 116 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()
|
D | opj_intmath.h | 80 static INLINE OPJ_UINT32 opj_uint_max(OPJ_UINT32 a, OPJ_UINT32 b) { in opj_uint_max() function
|
D | tcd.c | 707 l_tile->x0 = (OPJ_INT32)opj_uint_max(l_tx0, l_image->x0); in opj_tcd_init_tile() 710 l_tile->y0 = (OPJ_INT32)opj_uint_max(l_ty0, l_image->y0); in opj_tcd_init_tile()
|
D | pi.c | 725 *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()
|
D | t2.c | 429 … l_img_comp->resno_decoded = opj_uint_max(l_current_pi->resno, l_img_comp->resno_decoded); in opj_t2_decode_packets()
|
D | j2k.c | 2661 l_max = opj_uint_max(l_max,opj_j2k_get_SPCod_SPCoc_size(p_j2k,i,j)); in opj_j2k_get_max_coc_size() 3140 l_max_poc = opj_uint_max(l_max_poc,l_tcp->numpocs); in opj_j2k_get_max_poc_size() 3160 l_max = opj_uint_max(l_max,l_tcp->m_nb_tile_parts); in opj_j2k_get_max_toc_size()
|