Home
last modified time | relevance | path

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

/external/pdfium/third_party/libopenjpeg20/
D0003-dwt-decode.patch222 -static void opj_dwt_decode_partial_1(OPJ_INT32 *a, OPJ_INT32 dn, OPJ_INT32 sn,
223 +static void opj_dwt_decode_partial_1(OPJ_INT32 *a, OPJ_SIZE_T a_count,
260 - opj_dwt_decode_partial_1(h.mem, h.dn, h.sn, h.cas,
261 + opj_dwt_decode_partial_1(h.mem, h.mem_count, h.dn, h.sn, h.cas,
Ddwt.c1606 static void opj_dwt_decode_partial_1(OPJ_INT32 *a, OPJ_SIZE_T a_count, in opj_dwt_decode_partial_1() function
2115 opj_dwt_decode_partial_1(h.mem, h.mem_count, h.dn, h.sn, h.cas, in opj_dwt_decode_partial_tile()