Home
last modified time | relevance | path

Searched refs:opj_uint_subs (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/third_party/libopenjpeg20/
Ddwt.c1873 *start = opj_uint_subs(*start, filter_width); in opj_dwt_segment_grow()
2058 win_ll_x0 = opj_uint_subs(win_ll_x0, tr_ll_x0); in opj_dwt_decode_partial_tile()
2059 win_ll_y0 = opj_uint_subs(win_ll_y0, tr_ll_y0); in opj_dwt_decode_partial_tile()
2060 win_ll_x1 = opj_uint_subs(win_ll_x1, tr_ll_x0); in opj_dwt_decode_partial_tile()
2061 win_ll_y1 = opj_uint_subs(win_ll_y1, tr_ll_y0); in opj_dwt_decode_partial_tile()
2062 win_hl_x0 = opj_uint_subs(win_hl_x0, tr_hl_x0); in opj_dwt_decode_partial_tile()
2063 win_hl_x1 = opj_uint_subs(win_hl_x1, tr_hl_x0); in opj_dwt_decode_partial_tile()
2064 win_lh_y0 = opj_uint_subs(win_lh_y0, tr_lh_y0); in opj_dwt_decode_partial_tile()
2065 win_lh_y1 = opj_uint_subs(win_lh_y1, tr_lh_y0); in opj_dwt_decode_partial_tile()
2776 win_ll_x0 = opj_uint_subs(win_ll_x0, tr_ll_x0); in opj_dwt_decode_partial_97()
[all …]
Dopj_intmath.h102 static INLINE OPJ_UINT32 opj_uint_subs(OPJ_UINT32 a, OPJ_UINT32 b) in opj_uint_subs() function