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 +351,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 +1044,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); 308 static void opj_dwt_interleave_h(const opj_dwt_t* h, OPJ_INT32 *a) in opj_dwt_interleave_h() 329 static void opj_dwt_interleave_v(const opj_dwt_t* v, OPJ_INT32 *a, OPJ_INT32 x) in opj_dwt_interleave_v() 414 static void opj_dwt_decode_1(const opj_dwt_t *v) in opj_dwt_decode_1() 566 static void opj_idwt53_h(const opj_dwt_t *dwt, in opj_idwt53_h() 960 static void opj_idwt53_v(const opj_dwt_t *dwt, in opj_idwt53_v() 1333 opj_dwt_t h; 1357 opj_dwt_t v; 1392 opj_dwt_t h; in opj_dwt_decode_tile() [all …]
|