Home
last modified time | relevance | path

Searched refs:opj_uint_adds (Results 1 – 6 of 6) sorted by relevance

/external/pdfium/third_party/libopenjpeg20/
Dimage.c135 l_x1 = opj_uint_min(opj_uint_adds(l_x1, p_cp->tdx), in opj_image_comp_header_update()
137 l_y1 = opj_uint_min(opj_uint_adds(l_y1, p_cp->tdy), in opj_image_comp_header_update()
Dopj_intmath.h92 static INLINE OPJ_UINT32 opj_uint_adds(OPJ_UINT32 a, OPJ_UINT32 b) in opj_uint_adds() function
Dtcd.c772 l_tile->x1 = (OPJ_INT32)opj_uint_min(opj_uint_adds(l_tx0, l_cp->tdx), in opj_tcd_init_tile()
782 l_tile->y1 = (OPJ_INT32)opj_uint_min(opj_uint_adds(l_ty0, l_cp->tdy), in opj_tcd_init_tile()
2755 tbx1 = opj_uint_adds(tbx1, filter_margin); in opj_tcd_is_subband_area_of_interest()
2756 tby1 = opj_uint_adds(tby1, filter_margin); in opj_tcd_is_subband_area_of_interest()
Dpi.c904 *p_tx1 = (OPJ_INT32)opj_uint_min(opj_uint_adds(l_tx0, p_cp->tdx), p_image->x1); in opj_get_all_encoding_parameters()
908 *p_ty1 = (OPJ_INT32)opj_uint_min(opj_uint_adds(l_ty0, p_cp->tdy), p_image->y1); in opj_get_all_encoding_parameters()
Ddwt.c1874 *end = opj_uint_adds(*end, filter_width); in opj_dwt_segment_grow()
Dj2k.c2146 l_tx1 = opj_uint_adds(l_cp->tx0, l_cp->tdx); /* manage overflow */ in opj_j2k_read_siz()
2147 l_ty1 = opj_uint_adds(l_cp->ty0, l_cp->tdy); /* manage overflow */ in opj_j2k_read_siz()