Searched refs:opj_uint_adds (Results 1 – 6 of 6) sorted by relevance
/external/pdfium/third_party/libopenjpeg20/ |
D | image.c | 135 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()
|
D | opj_intmath.h | 92 static INLINE OPJ_UINT32 opj_uint_adds(OPJ_UINT32 a, OPJ_UINT32 b) in opj_uint_adds() function
|
D | pi.c | 781 *p_tx1 = (OPJ_INT32)opj_uint_min(opj_uint_adds(l_tx0, p_cp->tdx), p_image->x1); in opj_get_encoding_parameters() 785 *p_ty1 = (OPJ_INT32)opj_uint_min(opj_uint_adds(l_ty0, p_cp->tdy), p_image->y1); in opj_get_encoding_parameters() 907 *p_tx1 = (OPJ_INT32)opj_uint_min(opj_uint_adds(l_tx0, p_cp->tdx), p_image->x1); in opj_get_all_encoding_parameters() 911 *p_ty1 = (OPJ_INT32)opj_uint_min(opj_uint_adds(l_ty0, p_cp->tdy), p_image->y1); in opj_get_all_encoding_parameters()
|
D | tcd.c | 772 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() 2774 tbx1 = opj_uint_adds(tbx1, filter_margin); in opj_tcd_is_subband_area_of_interest() 2775 tby1 = opj_uint_adds(tby1, filter_margin); in opj_tcd_is_subband_area_of_interest()
|
D | dwt.c | 1872 *end = opj_uint_adds(*end, filter_width); in opj_dwt_segment_grow()
|
D | j2k.c | 2147 l_tx1 = opj_uint_adds(l_cp->tx0, l_cp->tdx); /* manage overflow */ in opj_j2k_read_siz() 2148 l_ty1 = opj_uint_adds(l_cp->ty0, l_cp->tdy); /* manage overflow */ in opj_j2k_read_siz()
|