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()
1575 tilec->win_x0 = opj_uint_max( in opj_tcd_decode_tile()
1578 tilec->win_y0 = opj_uint_max( in opj_tcd_decode_tile()
2730 OPJ_UINT32 tcx0 = opj_uint_max( in opj_tcd_is_subband_area_of_interest()
2733 OPJ_UINT32 tcy0 = opj_uint_max( in opj_tcd_is_subband_area_of_interest()
2803 OPJ_UINT32 tcx0 = opj_uint_max( in opj_tcd_is_whole_tilecomp_decoding()
2806 OPJ_UINT32 tcy0 = opj_uint_max( in opj_tcd_is_whole_tilecomp_decoding()
Ddwt.c2074 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()
2077 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()
2082 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()
2085 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()
2795 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()
2798 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()
2803 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()
2806 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.c780 *p_tx0 = (OPJ_INT32)opj_uint_max(l_tx0, p_image->x0); in opj_get_encoding_parameters()
784 *p_ty0 = (OPJ_INT32)opj_uint_max(l_ty0, p_image->y0); in opj_get_encoding_parameters()
906 *p_tx0 = (OPJ_INT32)opj_uint_max(l_tx0, p_image->x0); in opj_get_all_encoding_parameters()
910 *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.c2888 l_max = opj_uint_max(l_max, opj_j2k_get_SPCod_SPCoc_size(p_j2k, i, j)); in opj_j2k_get_max_coc_size()
3404 l_max_poc = opj_uint_max(l_max_poc, l_tcp->numpocs); in opj_j2k_get_max_poc_size()
3424 l_max = opj_uint_max(l_max, l_tcp->m_nb_tile_parts); in opj_j2k_get_max_toc_size()