Searched refs:opj_dwt_t (Results 1 – 2 of 2) sorted by relevance
/external/pdfium/third_party/libopenjpeg20/ |
D | 0003-dwt-decode.patch | 86 @@ -344,8 +349,8 @@ static void opj_dwt_interleave_v(const opj_dwt_t* v, OPJ_INT32 *a, OPJ_INT32 x) 110 static void opj_dwt_decode_1(const opj_dwt_t *v) 117 @@ -1037,8 +1042,8 @@ static void opj_idwt53_v(const opj_dwt_t *dwt, 189 opj_dwt_t h; 190 opj_dwt_t v;
|
D | dwt.c | 86 } opj_dwt_t; typedef 116 typedef void (*DWT1DFN)(const opj_dwt_t* v); 306 static void opj_dwt_interleave_h(const opj_dwt_t* h, OPJ_INT32 *a) in opj_dwt_interleave_h() 327 static void opj_dwt_interleave_v(const opj_dwt_t* v, OPJ_INT32 *a, OPJ_INT32 x) in opj_dwt_interleave_v() 412 static void opj_dwt_decode_1(const opj_dwt_t *v) in opj_dwt_decode_1() 564 static void opj_idwt53_h(const opj_dwt_t *dwt, in opj_idwt53_h() 958 static void opj_idwt53_v(const opj_dwt_t *dwt, in opj_idwt53_v() 1331 opj_dwt_t h; 1355 opj_dwt_t v; 1390 opj_dwt_t h; in opj_dwt_decode_tile() [all …]
|