Searched refs:opj_v4dwt_interleave_v (Results 1 – 1 of 1) sorted by relevance
/external/pdfium/third_party/libopenjpeg20/ |
D | dwt.c | 139 static void opj_v4dwt_interleave_v(opj_v4dwt_t* restrict v , OPJ_FLOAT32* restrict a , OPJ_INT32 x,… 670 static void opj_v4dwt_interleave_v(opj_v4dwt_t* restrict v , OPJ_FLOAT32* restrict a , OPJ_INT32 x,… in opj_v4dwt_interleave_v() function 926 opj_v4dwt_interleave_v(&v, aj, (OPJ_INT32)w, 4); in opj_dwt_decode_real() 940 opj_v4dwt_interleave_v(&v, aj, (OPJ_INT32)w, j); in opj_dwt_decode_real()
|