Home
last modified time | relevance | path

Searched refs:OPJ_INT32 (Results 1 – 25 of 374) sorted by relevance

12345678910>>...15

/dports/editors/texmaker/texmaker-5.0.3/pdfium/third_party/libopenjpeg20/
H A D0003-dwt-decode.patch25 -static void opj_dwt_encode_1(OPJ_INT32 *a, OPJ_INT32 dn, OPJ_INT32 sn, OPJ_INT32 cas);
26 +static void opj_dwt_encode_1(OPJ_INT32 *a, OPJ_SIZE_T a_count, OPJ_INT32 dn, OPJ_INT32 sn, OPJ_INT…
31 -static void opj_dwt_decode_1_(OPJ_INT32 *a, OPJ_INT32 dn, OPJ_INT32 sn, OPJ_INT32 cas);
32 +static void opj_dwt_decode_1_(OPJ_INT32 *a, OPJ_SIZE_T a_count, OPJ_INT32 dn, OPJ_INT32 sn, OPJ_IN…
36 -static void opj_dwt_encode_1_real(OPJ_INT32 *a, OPJ_INT32 dn, OPJ_INT32 sn, OPJ_INT32 cas);
49 - void (*p_function)(OPJ_INT32 *, OPJ_INT32,OPJ_INT32,OPJ_INT32) );
51 + void(*p_function)(OPJ_INT32 *, OPJ_SIZE_T, OPJ_INT32, OPJ_INT32, OPJ_INT32));
87 -static void opj_dwt_encode_1(OPJ_INT32 *a, OPJ_INT32 dn, OPJ_INT32 sn, OPJ_INT32 cas) {
92 @@ -304,7 +309,7 @@ static void opj_dwt_encode_1(OPJ_INT32 *a, OPJ_INT32 dn, OPJ_INT32 sn, OPJ_INT32
96 -static void opj_dwt_decode_1_(OPJ_INT32 *a, OPJ_INT32 dn, OPJ_INT32 sn, OPJ_INT32 cas) {
[all …]
H A Dopj_intmath.h56 static INLINE OPJ_INT32 opj_int_min(OPJ_INT32 a, OPJ_INT32 b) { in opj_int_min()
72 static INLINE OPJ_INT32 opj_int_max(OPJ_INT32 a, OPJ_INT32 b) { in opj_int_max()
102 static INLINE OPJ_INT32 opj_int_clamp(OPJ_INT32 a, OPJ_INT32 min, OPJ_INT32 max) { in opj_int_clamp()
112 static INLINE OPJ_INT32 opj_int_abs(OPJ_INT32 a) { in opj_int_abs()
119 static INLINE OPJ_INT32 opj_int_ceildiv(OPJ_INT32 a, OPJ_INT32 b) { in opj_int_ceildiv()
137 static INLINE OPJ_INT32 opj_int_ceildivpow2(OPJ_INT32 a, OPJ_INT32 b) { in opj_int_ceildivpow2()
161 static INLINE OPJ_INT32 opj_int_floordivpow2(OPJ_INT32 a, OPJ_INT32 b) { in opj_int_floordivpow2()
168 static INLINE OPJ_INT32 opj_int_floorlog2(OPJ_INT32 a) { in opj_int_floorlog2()
169 OPJ_INT32 l; in opj_int_floorlog2()
194 static INLINE OPJ_INT32 opj_int_fix_mul(OPJ_INT32 a, OPJ_INT32 b) { in opj_int_fix_mul()
[all …]
H A Ddwt.c92 static void opj_dwt_deinterleave_h(OPJ_INT32 *a, OPJ_INT32 *b, OPJ_INT32 dn, OPJ_INT32 sn, OPJ_INT3…
96 static void opj_dwt_deinterleave_v(OPJ_INT32 *a, OPJ_INT32 *b, OPJ_INT32 dn, OPJ_INT32 sn, OPJ_INT3…
108 static void opj_dwt_encode_1(OPJ_INT32 *a, OPJ_SIZE_T a_count, OPJ_INT32 dn, OPJ_INT32 sn, OPJ_INT3…
113 static void opj_dwt_decode_1_(OPJ_INT32 *a, OPJ_SIZE_T a_count, OPJ_INT32 dn, OPJ_INT32 sn, OPJ_INT…
117 static void opj_dwt_encode_1_real(OPJ_INT32 *a, OPJ_SIZE_T a_count, OPJ_INT32 dn, OPJ_INT32 sn, OPJ…
128 void(*p_function)(OPJ_INT32 *, OPJ_SIZE_T, OPJ_INT32, OPJ_INT32, OPJ_INT32));
201 static void opj_dwt_deinterleave_h(OPJ_INT32 *a, OPJ_INT32 *b, OPJ_INT32 dn, OPJ_INT32 sn, OPJ_INT3… in opj_dwt_deinterleave_h()
223 static void opj_dwt_deinterleave_v(OPJ_INT32 *a, OPJ_INT32 *b, OPJ_INT32 dn, OPJ_INT32 sn, OPJ_INT3… in opj_dwt_deinterleave_v()
291 static void opj_dwt_encode_1(OPJ_INT32 *a, OPJ_SIZE_T a_count, OPJ_INT32 dn, OPJ_INT32 sn, OPJ_INT3… in opj_dwt_encode_1()
312 static void opj_dwt_decode_1_(OPJ_INT32 *a, OPJ_SIZE_T a_count, OPJ_INT32 dn, OPJ_INT32 sn, OPJ_INT… in opj_dwt_decode_1_()
[all …]
H A Dt1.c213 OPJ_INT32 bpno,
214 OPJ_INT32 one,
240 OPJ_INT32 vsc);
246 OPJ_INT32 bpno,
255 OPJ_INT32 bpno,
264 OPJ_INT32 bpno,
377 OPJ_INT32 v; in opj_t1_enc_sigpass_step()
620 OPJ_INT32 v; in opj_t1_enc_refpass_step()
841 OPJ_INT32 v; in opj_t1_enc_clnpass_step()
948 OPJ_INT32 one; in opj_t1_enc_clnpass()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/third_party/libopenjpeg20/
H A D0003-dwt-decode.patch27 -static void opj_dwt_encode_1(OPJ_INT32 *a, OPJ_INT32 dn, OPJ_INT32 sn,
30 + OPJ_INT32 sn, OPJ_INT32 cas);
34 -static void opj_dwt_encode_1_real(OPJ_INT32 *a, OPJ_INT32 dn, OPJ_INT32 sn,
37 + OPJ_INT32 dn, OPJ_INT32 sn, OPJ_INT32 cas);
53 - void (*p_function)(OPJ_INT32 *, OPJ_INT32, OPJ_INT32, OPJ_INT32));
55 + void(*p_function)(OPJ_INT32 *, OPJ_SIZE_T, OPJ_INT32, OPJ_INT32, OPJ_INT32));
90 -static void opj_dwt_encode_1(OPJ_INT32 *a, OPJ_INT32 dn, OPJ_INT32 sn,
101 -static void opj_dwt_decode_1_(OPJ_INT32 *a, OPJ_INT32 dn, OPJ_INT32 sn,
121 -static void opj_dwt_encode_1_real(OPJ_INT32 *a, OPJ_INT32 dn, OPJ_INT32 sn,
133 - void (*p_function)(OPJ_INT32 *, OPJ_INT32, OPJ_INT32, OPJ_INT32))
[all …]
H A Dopj_intmath.h56 static INLINE OPJ_INT32 opj_int_min(OPJ_INT32 a, OPJ_INT32 b) in opj_int_min()
74 static INLINE OPJ_INT32 opj_int_max(OPJ_INT32 a, OPJ_INT32 b) in opj_int_max()
116 static INLINE OPJ_INT32 opj_int_clamp(OPJ_INT32 a, OPJ_INT32 min, in opj_int_clamp()
152 static INLINE OPJ_INT32 opj_int_abs(OPJ_INT32 a) in opj_int_abs()
160 static INLINE OPJ_INT32 opj_int_ceildiv(OPJ_INT32 a, OPJ_INT32 b) in opj_int_ceildiv()
180 static INLINE OPJ_INT32 opj_int_ceildivpow2(OPJ_INT32 a, OPJ_INT32 b) in opj_int_ceildivpow2()
207 static INLINE OPJ_INT32 opj_int_floordivpow2(OPJ_INT32 a, OPJ_INT32 b) in opj_int_floordivpow2()
215 static INLINE OPJ_INT32 opj_int_floorlog2(OPJ_INT32 a) in opj_int_floorlog2()
217 OPJ_INT32 l; in opj_int_floorlog2()
242 static INLINE OPJ_INT32 opj_int_fix_mul(OPJ_INT32 a, OPJ_INT32 b) in opj_int_fix_mul()
[all …]
H A D0026-use_opj_uint_ceildiv.patch24 - (OPJ_INT32)l_cp->tdx);
27 - (OPJ_INT32)l_cp->tdy);
50 OPJ_INT32 l_h, l_w;
53 - (OPJ_INT32)l_img_comp->dx);
58 l_comp_x1 = opj_int_ceildiv((OPJ_INT32)p_image->x1, (OPJ_INT32)l_img_comp->dx);
59 l_comp_y1 = opj_int_ceildiv((OPJ_INT32)p_image->y1, (OPJ_INT32)l_img_comp->dy);
71 l_comp_x1 = opj_int_ceildiv((OPJ_INT32)p_image->x1, (OPJ_INT32)l_img_comp->dx);
72 l_comp_y1 = opj_int_ceildiv((OPJ_INT32)p_image->y1, (OPJ_INT32)l_img_comp->dy);
79 - (OPJ_INT32)l_img_comp->dx);
81 - (OPJ_INT32)l_img_comp->dy);
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/third_party/libopenjpeg20/
H A D0003-dwt-decode.patch27 -static void opj_dwt_encode_1(OPJ_INT32 *a, OPJ_INT32 dn, OPJ_INT32 sn,
30 + OPJ_INT32 sn, OPJ_INT32 cas);
34 -static void opj_dwt_encode_1_real(OPJ_INT32 *a, OPJ_INT32 dn, OPJ_INT32 sn,
37 + OPJ_INT32 dn, OPJ_INT32 sn, OPJ_INT32 cas);
53 - void (*p_function)(OPJ_INT32 *, OPJ_INT32, OPJ_INT32, OPJ_INT32));
55 + void(*p_function)(OPJ_INT32 *, OPJ_SIZE_T, OPJ_INT32, OPJ_INT32, OPJ_INT32));
90 -static void opj_dwt_encode_1(OPJ_INT32 *a, OPJ_INT32 dn, OPJ_INT32 sn,
101 -static void opj_dwt_decode_1_(OPJ_INT32 *a, OPJ_INT32 dn, OPJ_INT32 sn,
121 -static void opj_dwt_encode_1_real(OPJ_INT32 *a, OPJ_INT32 dn, OPJ_INT32 sn,
133 - void (*p_function)(OPJ_INT32 *, OPJ_INT32, OPJ_INT32, OPJ_INT32))
[all …]
H A Dopj_intmath.h56 static INLINE OPJ_INT32 opj_int_min(OPJ_INT32 a, OPJ_INT32 b) in opj_int_min()
74 static INLINE OPJ_INT32 opj_int_max(OPJ_INT32 a, OPJ_INT32 b) in opj_int_max()
116 static INLINE OPJ_INT32 opj_int_clamp(OPJ_INT32 a, OPJ_INT32 min, in opj_int_clamp()
152 static INLINE OPJ_INT32 opj_int_abs(OPJ_INT32 a) in opj_int_abs()
160 static INLINE OPJ_INT32 opj_int_ceildiv(OPJ_INT32 a, OPJ_INT32 b) in opj_int_ceildiv()
180 static INLINE OPJ_INT32 opj_int_ceildivpow2(OPJ_INT32 a, OPJ_INT32 b) in opj_int_ceildivpow2()
207 static INLINE OPJ_INT32 opj_int_floordivpow2(OPJ_INT32 a, OPJ_INT32 b) in opj_int_floordivpow2()
215 static INLINE OPJ_INT32 opj_int_floorlog2(OPJ_INT32 a) in opj_int_floorlog2()
217 OPJ_INT32 l; in opj_int_floorlog2()
242 static INLINE OPJ_INT32 opj_int_fix_mul(OPJ_INT32 a, OPJ_INT32 b) in opj_int_fix_mul()
[all …]
H A D0026-use_opj_uint_ceildiv.patch24 - (OPJ_INT32)l_cp->tdx);
27 - (OPJ_INT32)l_cp->tdy);
50 OPJ_INT32 l_h, l_w;
53 - (OPJ_INT32)l_img_comp->dx);
58 l_comp_x1 = opj_int_ceildiv((OPJ_INT32)p_image->x1, (OPJ_INT32)l_img_comp->dx);
59 l_comp_y1 = opj_int_ceildiv((OPJ_INT32)p_image->y1, (OPJ_INT32)l_img_comp->dy);
71 l_comp_x1 = opj_int_ceildiv((OPJ_INT32)p_image->x1, (OPJ_INT32)l_img_comp->dx);
72 l_comp_y1 = opj_int_ceildiv((OPJ_INT32)p_image->y1, (OPJ_INT32)l_img_comp->dy);
79 - (OPJ_INT32)l_img_comp->dx);
81 - (OPJ_INT32)l_img_comp->dy);
[all …]
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/GDCM/src/gdcm/Utilities/gdcmopenjpeg/src/lib/openjp2/
H A Dopj_intmath.h56 static INLINE OPJ_INT32 opj_int_min(OPJ_INT32 a, OPJ_INT32 b) in opj_int_min()
74 static INLINE OPJ_INT32 opj_int_max(OPJ_INT32 a, OPJ_INT32 b) in opj_int_max()
116 static INLINE OPJ_INT32 opj_int_clamp(OPJ_INT32 a, OPJ_INT32 min, in opj_int_clamp()
152 static INLINE OPJ_INT32 opj_int_abs(OPJ_INT32 a) in opj_int_abs()
160 static INLINE OPJ_INT32 opj_int_ceildiv(OPJ_INT32 a, OPJ_INT32 b) in opj_int_ceildiv()
180 static INLINE OPJ_INT32 opj_int_ceildivpow2(OPJ_INT32 a, OPJ_INT32 b) in opj_int_ceildivpow2()
207 static INLINE OPJ_INT32 opj_int_floordivpow2(OPJ_INT32 a, OPJ_INT32 b) in opj_int_floordivpow2()
215 static INLINE OPJ_INT32 opj_int_floorlog2(OPJ_INT32 a) in opj_int_floorlog2()
217 OPJ_INT32 l; in opj_int_floorlog2()
242 static INLINE OPJ_INT32 opj_int_fix_mul(OPJ_INT32 a, OPJ_INT32 b) in opj_int_fix_mul()
[all …]
/dports/devel/gdcm/gdcm-3.0.10/Utilities/gdcmopenjpeg/src/lib/openjp2/
H A Dopj_intmath.h56 static INLINE OPJ_INT32 opj_int_min(OPJ_INT32 a, OPJ_INT32 b) in opj_int_min()
74 static INLINE OPJ_INT32 opj_int_max(OPJ_INT32 a, OPJ_INT32 b) in opj_int_max()
116 static INLINE OPJ_INT32 opj_int_clamp(OPJ_INT32 a, OPJ_INT32 min, in opj_int_clamp()
152 static INLINE OPJ_INT32 opj_int_abs(OPJ_INT32 a) in opj_int_abs()
160 static INLINE OPJ_INT32 opj_int_ceildiv(OPJ_INT32 a, OPJ_INT32 b) in opj_int_ceildiv()
180 static INLINE OPJ_INT32 opj_int_ceildivpow2(OPJ_INT32 a, OPJ_INT32 b) in opj_int_ceildivpow2()
207 static INLINE OPJ_INT32 opj_int_floordivpow2(OPJ_INT32 a, OPJ_INT32 b) in opj_int_floordivpow2()
215 static INLINE OPJ_INT32 opj_int_floorlog2(OPJ_INT32 a) in opj_int_floorlog2()
217 OPJ_INT32 l; in opj_int_floorlog2()
242 static INLINE OPJ_INT32 opj_int_fix_mul(OPJ_INT32 a, OPJ_INT32 b) in opj_int_fix_mul()
[all …]
/dports/graphics/mupdf/mupdf-1.18.0-source/thirdparty/openjpeg/src/lib/openjp2/
H A Dopj_intmath.h56 static INLINE OPJ_INT32 opj_int_min(OPJ_INT32 a, OPJ_INT32 b) in opj_int_min()
74 static INLINE OPJ_INT32 opj_int_max(OPJ_INT32 a, OPJ_INT32 b) in opj_int_max()
116 static INLINE OPJ_INT32 opj_int_clamp(OPJ_INT32 a, OPJ_INT32 min, in opj_int_clamp()
152 static INLINE OPJ_INT32 opj_int_abs(OPJ_INT32 a) in opj_int_abs()
160 static INLINE OPJ_INT32 opj_int_ceildiv(OPJ_INT32 a, OPJ_INT32 b) in opj_int_ceildiv()
180 static INLINE OPJ_INT32 opj_int_ceildivpow2(OPJ_INT32 a, OPJ_INT32 b) in opj_int_ceildivpow2()
207 static INLINE OPJ_INT32 opj_int_floordivpow2(OPJ_INT32 a, OPJ_INT32 b) in opj_int_floordivpow2()
215 static INLINE OPJ_INT32 opj_int_floorlog2(OPJ_INT32 a) in opj_int_floorlog2()
217 OPJ_INT32 l; in opj_int_floorlog2()
242 static INLINE OPJ_INT32 opj_int_fix_mul(OPJ_INT32 a, OPJ_INT32 b) in opj_int_fix_mul()
[all …]
/dports/graphics/freeimage/FreeImage/Source/LibOpenJPEG/
H A Dopj_intmath.h50 static INLINE OPJ_INT32 opj_int_min(OPJ_INT32 a, OPJ_INT32 b) { in opj_int_min()
66 static INLINE OPJ_INT32 opj_int_max(OPJ_INT32 a, OPJ_INT32 b) { in opj_int_max()
87 static INLINE OPJ_INT32 opj_int_clamp(OPJ_INT32 a, OPJ_INT32 min, OPJ_INT32 max) { in opj_int_clamp()
97 static INLINE OPJ_INT32 opj_int_abs(OPJ_INT32 a) { in opj_int_abs()
104 static INLINE OPJ_INT32 opj_int_ceildiv(OPJ_INT32 a, OPJ_INT32 b) { in opj_int_ceildiv()
121 static INLINE OPJ_INT32 opj_int_ceildivpow2(OPJ_INT32 a, OPJ_INT32 b) { in opj_int_ceildivpow2()
128 static INLINE OPJ_INT32 opj_int_floordivpow2(OPJ_INT32 a, OPJ_INT32 b) { in opj_int_floordivpow2()
135 static INLINE OPJ_INT32 opj_int_floorlog2(OPJ_INT32 a) { in opj_int_floorlog2()
136 OPJ_INT32 l; in opj_int_floorlog2()
161 static INLINE OPJ_INT32 opj_int_fix_mul(OPJ_INT32 a, OPJ_INT32 b) { in opj_int_fix_mul()
[all …]
H A Ddwt.c88 static void opj_dwt_deinterleave_h(OPJ_INT32 *a, OPJ_INT32 *b, OPJ_INT32 dn, OPJ_INT32 sn, OPJ_INT3…
92 static void opj_dwt_deinterleave_v(OPJ_INT32 *a, OPJ_INT32 *b, OPJ_INT32 dn, OPJ_INT32 sn, OPJ_INT3…
104 static void opj_dwt_encode_1(OPJ_INT32 *a, OPJ_INT32 dn, OPJ_INT32 sn, OPJ_INT32 cas);
109 static void opj_dwt_decode_1_(OPJ_INT32 *a, OPJ_INT32 dn, OPJ_INT32 sn, OPJ_INT32 cas);
113 static void opj_dwt_encode_1_real(OPJ_INT32 *a, OPJ_INT32 dn, OPJ_INT32 sn, OPJ_INT32 cas);
124 void (*p_function)(OPJ_INT32 *, OPJ_INT32,OPJ_INT32,OPJ_INT32) );
190 void opj_dwt_deinterleave_h(OPJ_INT32 *a, OPJ_INT32 *b, OPJ_INT32 dn, OPJ_INT32 sn, OPJ_INT32 cas) { in opj_dwt_deinterleave_h()
212 void opj_dwt_deinterleave_v(OPJ_INT32 *a, OPJ_INT32 *b, OPJ_INT32 dn, OPJ_INT32 sn, OPJ_INT32 x, OP… in opj_dwt_deinterleave_v()
280 void opj_dwt_encode_1(OPJ_INT32 *a, OPJ_INT32 dn, OPJ_INT32 sn, OPJ_INT32 cas) { in opj_dwt_encode_1()
301 void opj_dwt_decode_1_(OPJ_INT32 *a, OPJ_INT32 dn, OPJ_INT32 sn, OPJ_INT32 cas) { in opj_dwt_decode_1_()
[all …]
H A Dt1.c207 OPJ_INT32 bpno,
208 OPJ_INT32 one,
234 OPJ_INT32 vsc);
240 OPJ_INT32 bpno,
249 OPJ_INT32 bpno,
258 OPJ_INT32 bpno,
369 OPJ_INT32 v; in opj_t1_enc_sigpass_step()
612 OPJ_INT32 v; in opj_t1_enc_refpass_step()
833 OPJ_INT32 v; in opj_t1_enc_clnpass_step()
940 OPJ_INT32 one; in opj_t1_enc_clnpass()
[all …]
H A Dmct.c71 OPJ_INT32 r = c0[i]; in opj_mct_encode()
72 OPJ_INT32 g = c1[i]; in opj_mct_encode()
73 OPJ_INT32 b = c2[i]; in opj_mct_encode()
75 OPJ_INT32 u = b - g; in opj_mct_encode()
76 OPJ_INT32 v = r - g; in opj_mct_encode()
94 OPJ_INT32 y = c0[i]; in opj_mct_decode()
95 OPJ_INT32 u = c1[i]; in opj_mct_decode()
96 OPJ_INT32 v = c2[i]; in opj_mct_decode()
98 OPJ_INT32 r = v + g; in opj_mct_decode()
99 OPJ_INT32 b = u + g; in opj_mct_decode()
[all …]
/dports/graphics/opencv/opencv-4.5.3/3rdparty/openjpeg/openjp2/
H A Dopj_intmath.h56 static INLINE OPJ_INT32 opj_int_min(OPJ_INT32 a, OPJ_INT32 b) in opj_int_min()
74 static INLINE OPJ_INT32 opj_int_max(OPJ_INT32 a, OPJ_INT32 b) in opj_int_max()
116 static INLINE OPJ_INT32 opj_int_clamp(OPJ_INT32 a, OPJ_INT32 min, in opj_int_clamp()
152 static INLINE OPJ_INT32 opj_int_abs(OPJ_INT32 a) in opj_int_abs()
160 static INLINE OPJ_INT32 opj_int_ceildiv(OPJ_INT32 a, OPJ_INT32 b) in opj_int_ceildiv()
180 static INLINE OPJ_INT32 opj_int_ceildivpow2(OPJ_INT32 a, OPJ_INT32 b) in opj_int_ceildivpow2()
207 static INLINE OPJ_INT32 opj_int_floordivpow2(OPJ_INT32 a, OPJ_INT32 b) in opj_int_floordivpow2()
225 static INLINE OPJ_INT32 opj_int_floorlog2(OPJ_INT32 a) in opj_int_floorlog2()
227 OPJ_INT32 l; in opj_int_floorlog2()
252 static INLINE OPJ_INT32 opj_int_fix_mul(OPJ_INT32 a, OPJ_INT32 b) in opj_int_fix_mul()
[all …]
/dports/graphics/openjpeg/openjpeg-2.4.0/src/lib/openjp2/
H A Dopj_intmath.h56 static INLINE OPJ_INT32 opj_int_min(OPJ_INT32 a, OPJ_INT32 b) in opj_int_min()
74 static INLINE OPJ_INT32 opj_int_max(OPJ_INT32 a, OPJ_INT32 b) in opj_int_max()
116 static INLINE OPJ_INT32 opj_int_clamp(OPJ_INT32 a, OPJ_INT32 min, in opj_int_clamp()
152 static INLINE OPJ_INT32 opj_int_abs(OPJ_INT32 a) in opj_int_abs()
160 static INLINE OPJ_INT32 opj_int_ceildiv(OPJ_INT32 a, OPJ_INT32 b) in opj_int_ceildiv()
180 static INLINE OPJ_INT32 opj_int_ceildivpow2(OPJ_INT32 a, OPJ_INT32 b) in opj_int_ceildivpow2()
207 static INLINE OPJ_INT32 opj_int_floordivpow2(OPJ_INT32 a, OPJ_INT32 b) in opj_int_floordivpow2()
225 static INLINE OPJ_INT32 opj_int_floorlog2(OPJ_INT32 a) in opj_int_floorlog2()
227 OPJ_INT32 l; in opj_int_floorlog2()
252 static INLINE OPJ_INT32 opj_int_fix_mul(OPJ_INT32 a, OPJ_INT32 b) in opj_int_fix_mul()
[all …]
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/OpenJPEG/src/openjpeg/
H A Dint.h52 static INLINE OPJ_INT32 int_min(OPJ_INT32 a, OPJ_INT32 b) { in int_min()
68 static INLINE OPJ_INT32 int_max(OPJ_INT32 a, OPJ_INT32 b) { in int_max()
88 static INLINE OPJ_INT32 int_clamp(OPJ_INT32 a, OPJ_INT32 min, OPJ_INT32 max) { in int_clamp()
98 static INLINE OPJ_INT32 int_abs(OPJ_INT32 a) { in int_abs()
105 static INLINE OPJ_INT32 int_ceildiv(OPJ_INT32 a, OPJ_INT32 b) { in int_ceildiv()
120 static INLINE OPJ_INT32 int_ceildivpow2(OPJ_INT32 a, OPJ_INT32 b) { in int_ceildivpow2()
127 static INLINE OPJ_INT32 int_floordivpow2(OPJ_INT32 a, OPJ_INT32 b) { in int_floordivpow2()
134 static INLINE OPJ_INT32 int_floorlog2(OPJ_INT32 a) { in int_floorlog2()
135 OPJ_INT32 l; in int_floorlog2()
H A Ddwt.c95 static void dwt_deinterleave_h(OPJ_INT32 *a, OPJ_INT32 *b, OPJ_INT32 dn, OPJ_INT32 sn, OPJ_INT32 ca…
99 static void dwt_deinterleave_v(OPJ_INT32 *a, OPJ_INT32 *b, OPJ_INT32 dn, OPJ_INT32 sn, OPJ_INT32 x,…
111 static void dwt_encode_1(OPJ_INT32 *a, OPJ_INT32 dn, OPJ_INT32 sn, OPJ_INT32 cas);
119 static void dwt_encode_1_real(OPJ_INT32 *a, OPJ_INT32 dn, OPJ_INT32 sn, OPJ_INT32 cas);
131 …rocedure(opj_tcd_tilecomp_t * tilec,void (*p_function)(OPJ_INT32 *, OPJ_INT32,OPJ_INT32,OPJ_INT32)…
173 static void dwt_deinterleave_h(OPJ_INT32 *a, OPJ_INT32 *b, OPJ_INT32 dn, OPJ_INT32 sn, OPJ_INT32 ca… in dwt_deinterleave_h()
197 static void dwt_deinterleave_v(OPJ_INT32 *a, OPJ_INT32 *b, OPJ_INT32 dn, OPJ_INT32 sn, OPJ_INT32 x,… in dwt_deinterleave_v()
274 static void dwt_encode_1(OPJ_INT32 *a, OPJ_INT32 dn, OPJ_INT32 sn, OPJ_INT32 cas) { in dwt_encode_1()
295 static void dwt_decode_1_(OPJ_INT32 *a, OPJ_INT32 dn, OPJ_INT32 sn, OPJ_INT32 cas) { in dwt_decode_1_()
323 static void dwt_encode_1_real(OPJ_INT32 *a, OPJ_INT32 dn, OPJ_INT32 sn, OPJ_INT32 cas) { in dwt_encode_1_real()
[all …]
H A Dmct.c72 OPJ_INT32 r = c0[i]; in mct_encode()
73 OPJ_INT32 g = c1[i]; in mct_encode()
74 OPJ_INT32 b = c2[i]; in mct_encode()
76 OPJ_INT32 u = b - g; in mct_encode()
77 OPJ_INT32 v = r - g; in mct_encode()
95 OPJ_INT32 y = c0[i]; in mct_decode()
96 OPJ_INT32 u = c1[i]; in mct_decode()
97 OPJ_INT32 v = c2[i]; in mct_decode()
99 OPJ_INT32 r = v + g; in mct_decode()
186 OPJ_INT32 ** lData = (OPJ_INT32 **) pData; in mct_encode_custom()
[all …]
/dports/misc/vxl/vxl-3.3.2/v3p/openjpeg2/
H A Dint.h52 static INLINE OPJ_INT32 int_min(OPJ_INT32 a, OPJ_INT32 b) { in int_min()
68 static INLINE OPJ_INT32 int_max(OPJ_INT32 a, OPJ_INT32 b) { in int_max()
88 static INLINE OPJ_INT32 int_clamp(OPJ_INT32 a, OPJ_INT32 min, OPJ_INT32 max) { in int_clamp()
98 static INLINE OPJ_INT32 int_abs(OPJ_INT32 a) { in int_abs()
105 static INLINE OPJ_INT32 int_ceildiv(OPJ_INT32 a, OPJ_INT32 b) { in int_ceildiv()
120 static INLINE OPJ_INT32 int_ceildivpow2(OPJ_INT32 a, OPJ_INT32 b) { in int_ceildivpow2()
127 static INLINE OPJ_INT32 int_floordivpow2(OPJ_INT32 a, OPJ_INT32 b) { in int_floordivpow2()
134 static INLINE OPJ_INT32 int_floorlog2(OPJ_INT32 a) { in int_floorlog2()
135 OPJ_INT32 l; in int_floorlog2()
H A Ddwt.c95 static void dwt_deinterleave_h(OPJ_INT32 *a, OPJ_INT32 *b, OPJ_INT32 dn, OPJ_INT32 sn, OPJ_INT32 ca…
99 static void dwt_deinterleave_v(OPJ_INT32 *a, OPJ_INT32 *b, OPJ_INT32 dn, OPJ_INT32 sn, OPJ_INT32 x,…
111 static void dwt_encode_1(OPJ_INT32 *a, OPJ_INT32 dn, OPJ_INT32 sn, OPJ_INT32 cas);
119 static void dwt_encode_1_real(OPJ_INT32 *a, OPJ_INT32 dn, OPJ_INT32 sn, OPJ_INT32 cas);
131 …rocedure(opj_tcd_tilecomp_t * tilec,void (*p_function)(OPJ_INT32 *, OPJ_INT32,OPJ_INT32,OPJ_INT32)…
173 static void dwt_deinterleave_h(OPJ_INT32 *a, OPJ_INT32 *b, OPJ_INT32 dn, OPJ_INT32 sn, OPJ_INT32 ca… in dwt_deinterleave_h()
197 static void dwt_deinterleave_v(OPJ_INT32 *a, OPJ_INT32 *b, OPJ_INT32 dn, OPJ_INT32 sn, OPJ_INT32 x,… in dwt_deinterleave_v()
274 static void dwt_encode_1(OPJ_INT32 *a, OPJ_INT32 dn, OPJ_INT32 sn, OPJ_INT32 cas) { in dwt_encode_1()
295 static void dwt_decode_1_(OPJ_INT32 *a, OPJ_INT32 dn, OPJ_INT32 sn, OPJ_INT32 cas) { in dwt_decode_1_()
323 static void dwt_encode_1_real(OPJ_INT32 *a, OPJ_INT32 dn, OPJ_INT32 sn, OPJ_INT32 cas) { in dwt_encode_1_real()
[all …]
H A Dmct.c72 OPJ_INT32 r = c0[i]; in mct_encode()
73 OPJ_INT32 g = c1[i]; in mct_encode()
74 OPJ_INT32 b = c2[i]; in mct_encode()
76 OPJ_INT32 u = b - g; in mct_encode()
77 OPJ_INT32 v = r - g; in mct_encode()
95 OPJ_INT32 y = c0[i]; in mct_decode()
96 OPJ_INT32 u = c1[i]; in mct_decode()
97 OPJ_INT32 v = c2[i]; in mct_decode()
186 OPJ_INT32 ** lData = (OPJ_INT32 **) pData; in mct_encode_custom()
188 OPJ_INT32 * lMctPtr; in mct_encode_custom()
[all …]

12345678910>>...15