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.patch34 -static void opj_dwt_encode_1_real(OPJ_INT32 *a, OPJ_INT32 dn, OPJ_INT32 sn,
36 +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,
1045 static void opj_dwt_encode_1_real(OPJ_INT32 *a, OPJ_SIZE_T a_count, in opj_dwt_encode_1_real() function
1258 return opj_dwt_encode_procedure(tilec, opj_dwt_encode_1_real); in opj_dwt_encode_real()