HomeSort by relevance Sort by last modified time
    Searched full:opj_dwt_interleave_v (Results 1 - 2 of 2) sorted by null

  /external/pdfium/third_party/libopenjpeg20/
0003-dwt-decode.patch 21 @@ -107,16 +105,16 @@ static void opj_dwt_interleave_v(opj_dwt_t* v, OPJ_INT32 *a, OPJ_INT32 x);
83 @@ -283,7 +288,7 @@ static void opj_dwt_interleave_v(opj_dwt_t* v, OPJ_INT32 *a, OPJ_INT32 x) {
dwt.c 104 static void opj_dwt_interleave_v(opj_dwt_t* v, OPJ_INT32 *a, OPJ_INT32 x);
268 static void opj_dwt_interleave_v(opj_dwt_t* v, OPJ_INT32 *a, OPJ_INT32 x) { function
616 opj_dwt_interleave_v(&v, &tiledp[j], (OPJ_INT32)w);

Completed in 117 milliseconds