Searched refs:opj_uint_subs (Results 1 – 2 of 2) sorted by relevance
/external/pdfium/third_party/libopenjpeg20/ |
D | dwt.c | 1871 *start = opj_uint_subs(*start, filter_width); in opj_dwt_segment_grow() 2056 win_ll_x0 = opj_uint_subs(win_ll_x0, tr_ll_x0); in opj_dwt_decode_partial_tile() 2057 win_ll_y0 = opj_uint_subs(win_ll_y0, tr_ll_y0); in opj_dwt_decode_partial_tile() 2058 win_ll_x1 = opj_uint_subs(win_ll_x1, tr_ll_x0); in opj_dwt_decode_partial_tile() 2059 win_ll_y1 = opj_uint_subs(win_ll_y1, tr_ll_y0); in opj_dwt_decode_partial_tile() 2060 win_hl_x0 = opj_uint_subs(win_hl_x0, tr_hl_x0); in opj_dwt_decode_partial_tile() 2061 win_hl_x1 = opj_uint_subs(win_hl_x1, tr_hl_x0); in opj_dwt_decode_partial_tile() 2062 win_lh_y0 = opj_uint_subs(win_lh_y0, tr_lh_y0); in opj_dwt_decode_partial_tile() 2063 win_lh_y1 = opj_uint_subs(win_lh_y1, tr_lh_y0); in opj_dwt_decode_partial_tile() 2777 win_ll_x0 = opj_uint_subs(win_ll_x0, tr_ll_x0); in opj_dwt_decode_partial_97() [all …]
|
D | opj_intmath.h | 102 static INLINE OPJ_UINT32 opj_uint_subs(OPJ_UINT32 a, OPJ_UINT32 b) in opj_uint_subs() function
|