Home
last modified time | relevance | path

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

/external/pdfium/third_party/libopenjpeg20/
D0003-dwt-decode.patch33 -static void opj_dwt_encode_1_real(OPJ_INT32 *a, OPJ_INT32 dn, OPJ_INT32 sn,
35 +static void opj_dwt_encode_1_real(OPJ_INT32 *a, OPJ_SIZE_T a_count,
121 -static void opj_dwt_encode_1_real(OPJ_INT32 *a, OPJ_INT32 dn, OPJ_INT32 sn,
123 +static void opj_dwt_encode_1_real(OPJ_INT32 *a, OPJ_SIZE_T a_count,
Ddwt.c139 static void opj_dwt_encode_1_real(OPJ_INT32 *a, OPJ_SIZE_T a_count,
1047 static void opj_dwt_encode_1_real(OPJ_INT32 *a, OPJ_SIZE_T a_count, in opj_dwt_encode_1_real() function
1260 return opj_dwt_encode_procedure(tilec, opj_dwt_encode_1_real); in opj_dwt_encode_real()