Searched refs:opj_v4_t (Results 1 – 2 of 2) sorted by relevance
/external/pdfium/third_party/libopenjpeg20/ |
D | dwt.c | 62 } opj_v4_t; typedef 65 opj_v4_t* wavelet ; 142 static void opj_v4dwt_decode_step1_sse(opj_v4_t* w, OPJ_INT32 count, const __m128 c); 144 static void opj_v4dwt_decode_step2_sse(opj_v4_t* l, opj_v4_t* w, OPJ_INT32 k, OPJ_INT32 m, __m128 c… 147 static void opj_v4dwt_decode_step1(opj_v4_t* w, OPJ_INT32 count, const OPJ_FLOAT32 c); 149 static void opj_v4dwt_decode_step2(opj_v4_t* l, opj_v4_t* w, OPJ_INT32 k, OPJ_INT32 m, OPJ_FLOAT32 … 668 opj_v4_t* restrict bi = v->wavelet + v->cas; in opj_v4dwt_interleave_v() 685 static void opj_v4dwt_decode_step1_sse(opj_v4_t* w, OPJ_INT32 count, const __m128 c){ in opj_v4dwt_decode_step1_sse() 706 void opj_v4dwt_decode_step2_sse(opj_v4_t* l, opj_v4_t* w, OPJ_INT32 k, OPJ_INT32 m, __m128 c){ in opj_v4dwt_decode_step2_sse() 734 static void opj_v4dwt_decode_step1(opj_v4_t* w, OPJ_INT32 count, const OPJ_FLOAT32 c) in opj_v4dwt_decode_step1() [all …]
|
D | 0003-dwt-decode.patch | 55 @@ -156,13 +154,20 @@ static void opj_v4dwt_decode_step2(opj_v4_t* l, opj_v4_t* w, OPJ_INT32 k, OPJ…
|