Home
last modified time | relevance | path

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

/external/pdfium/third_party/libopenjpeg20/
Dimage.c130 l_x0 = opj_uint_max(p_cp->tx0, p_image_header->x0); in opj_image_comp_header_update()
131 l_y0 = opj_uint_max(p_cp->ty0, p_image_header->y0); in opj_image_comp_header_update()
Dopj_intmath.h83 static INLINE OPJ_UINT32 opj_uint_max(OPJ_UINT32 a, OPJ_UINT32 b) in opj_uint_max() function
Dtcd.c771 l_tile->x0 = (OPJ_INT32)opj_uint_max(l_tx0, l_image->x0); in opj_tcd_init_tile()
781 l_tile->y0 = (OPJ_INT32)opj_uint_max(l_ty0, l_image->y0); in opj_tcd_init_tile()
1556 tilec->win_x0 = opj_uint_max( in opj_tcd_decode_tile()
1559 tilec->win_y0 = opj_uint_max( in opj_tcd_decode_tile()
2711 OPJ_UINT32 tcx0 = opj_uint_max( in opj_tcd_is_subband_area_of_interest()
2714 OPJ_UINT32 tcy0 = opj_uint_max( in opj_tcd_is_subband_area_of_interest()
2784 OPJ_UINT32 tcx0 = opj_uint_max( in opj_tcd_is_whole_tilecomp_decoding()
2787 OPJ_UINT32 tcy0 = opj_uint_max( in opj_tcd_is_whole_tilecomp_decoding()
Ddwt.c2076 win_tr_x1 = opj_uint_min(opj_uint_max(2 * win_ll_x1, 2 * win_hl_x1 + 1), rw); in opj_dwt_decode_partial_tile()
2079 win_tr_x1 = opj_uint_min(opj_uint_max(2 * win_hl_x1, 2 * win_ll_x1 + 1), rw); in opj_dwt_decode_partial_tile()
2084 win_tr_y1 = opj_uint_min(opj_uint_max(2 * win_ll_y1, 2 * win_lh_y1 + 1), rh); in opj_dwt_decode_partial_tile()
2087 win_tr_y1 = opj_uint_min(opj_uint_max(2 * win_lh_y1, 2 * win_ll_y1 + 1), rh); in opj_dwt_decode_partial_tile()
2794 win_tr_x1 = opj_uint_min(opj_uint_max(2 * win_ll_x1, 2 * win_hl_x1 + 1), rw); in opj_dwt_decode_partial_97()
2797 win_tr_x1 = opj_uint_min(opj_uint_max(2 * win_hl_x1, 2 * win_ll_x1 + 1), rw); in opj_dwt_decode_partial_97()
2802 win_tr_y1 = opj_uint_min(opj_uint_max(2 * win_ll_y1, 2 * win_lh_y1 + 1), rh); in opj_dwt_decode_partial_97()
2805 win_tr_y1 = opj_uint_min(opj_uint_max(2 * win_lh_y1, 2 * win_ll_y1 + 1), rh); in opj_dwt_decode_partial_97()
Dpi.c903 *p_tx0 = (OPJ_INT32)opj_uint_max(l_tx0, p_image->x0); in opj_get_all_encoding_parameters()
907 *p_ty0 = (OPJ_INT32)opj_uint_max(l_ty0, p_image->y0); in opj_get_all_encoding_parameters()
Dt2.c499 l_img_comp->resno_decoded = opj_uint_max(l_current_pi->resno, in opj_t2_decode_packets()
Dj2k.c2882 l_max = opj_uint_max(l_max, opj_j2k_get_SPCod_SPCoc_size(p_j2k, i, j)); in opj_j2k_get_max_coc_size()
3398 l_max_poc = opj_uint_max(l_max_poc, l_tcp->numpocs); in opj_j2k_get_max_poc_size()
3418 l_max = opj_uint_max(l_max, l_tcp->m_nb_tile_parts); in opj_j2k_get_max_toc_size()