Home
last modified time | relevance | path

Searched refs:CLIP (Results 26 – 50 of 2145) sorted by relevance

12345678910>>...86

/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/aggpas/gpc/
H A Dgpc.pas147 CLIP = 0;
1443 exists[CLIP] := edge.bundle[ABOVE][CLIP] +
1451 edge.bside[CLIP] := parity[CLIP];
1491 … tl := integer( ((parity[CLIP] xor integer(horiz[CLIP] <> NH) xor edge.bundle[BELOW][CLIP]) <> 0)
1500 parity[CLIP] := parity[CLIP] xor edge.bundle[ABOVE][CLIP];
1676 inn[CLIP] := integer( ((e0.bundle[ABOVE][CLIP] <> 0) and (e0.bside[CLIP] = 0))
1696 … bl := integer( ((inn[CLIP] xor e1.bundle[ABOVE][CLIP] xor e0.bundle[ABOVE][CLIP]) <> 0)
1706 bl := integer( (inn[CLIP] xor e1.bundle[ABOVE][CLIP] xor e0.bundle[ABOVE][CLIP])
1716 … bl := integer( ((inn[CLIP] xor e1.bundle[ABOVE][CLIP] xor e0.bundle[ABOVE][CLIP]) <> 0)
1806 e1.bside[CLIP] := integer(e1.bside[CLIP] = 0);
[all …]
/dports/editors/lazarus-qt5/lazarus/components/aggpas/gpc/
H A Dgpc.pas147 CLIP = 0;
1443 exists[CLIP] := edge.bundle[ABOVE][CLIP] +
1451 edge.bside[CLIP] := parity[CLIP];
1491 … tl := integer( ((parity[CLIP] xor integer(horiz[CLIP] <> NH) xor edge.bundle[BELOW][CLIP]) <> 0)
1500 parity[CLIP] := parity[CLIP] xor edge.bundle[ABOVE][CLIP];
1676 inn[CLIP] := integer( ((e0.bundle[ABOVE][CLIP] <> 0) and (e0.bside[CLIP] = 0))
1696 … bl := integer( ((inn[CLIP] xor e1.bundle[ABOVE][CLIP] xor e0.bundle[ABOVE][CLIP]) <> 0)
1706 bl := integer( (inn[CLIP] xor e1.bundle[ABOVE][CLIP] xor e0.bundle[ABOVE][CLIP])
1716 … bl := integer( ((inn[CLIP] xor e1.bundle[ABOVE][CLIP] xor e0.bundle[ABOVE][CLIP]) <> 0)
1806 e1.bside[CLIP] := integer(e1.bside[CLIP] = 0);
[all …]
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/aggpas/gpc/
H A Dgpc.pas147 CLIP = 0;
1443 exists[CLIP] := edge.bundle[ABOVE][CLIP] +
1451 edge.bside[CLIP] := parity[CLIP];
1491 … tl := integer( ((parity[CLIP] xor integer(horiz[CLIP] <> NH) xor edge.bundle[BELOW][CLIP]) <> 0)
1500 parity[CLIP] := parity[CLIP] xor edge.bundle[ABOVE][CLIP];
1676 inn[CLIP] := integer( ((e0.bundle[ABOVE][CLIP] <> 0) and (e0.bside[CLIP] = 0))
1696 … bl := integer( ((inn[CLIP] xor e1.bundle[ABOVE][CLIP] xor e0.bundle[ABOVE][CLIP]) <> 0)
1706 bl := integer( (inn[CLIP] xor e1.bundle[ABOVE][CLIP] xor e0.bundle[ABOVE][CLIP])
1716 … bl := integer( ((inn[CLIP] xor e1.bundle[ABOVE][CLIP] xor e0.bundle[ABOVE][CLIP]) <> 0)
1806 e1.bside[CLIP] := integer(e1.bside[CLIP] = 0);
[all …]
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/burn/
H A Dburn_sound_c.cpp4 #define CLIP(A) ((A) < -0x8000 ? -0x8000 : (A) > 0x7fff ? 0x7fff : (A)) macro
10 *Dest = CLIP((*Src >> 8)); in BurnSoundCopyClamp_C()
20 *Dest = CLIP((*Src >> 8) + *Dest); in BurnSoundCopyClamp_Add_C()
29 Dest[0] = CLIP((*Src >> 8)); in BurnSoundCopyClamp_Mono_C()
30 Dest[1] = CLIP((*Src >> 8)); in BurnSoundCopyClamp_Mono_C()
39 Dest[0] = CLIP((*Src >> 8) + Dest[0]); in BurnSoundCopyClamp_Mono_Add_C()
40 Dest[1] = CLIP((*Src >> 8) + Dest[1]); in BurnSoundCopyClamp_Mono_Add_C()
46 #undef CLIP
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/burn/
H A Dburn_sound_c.cpp4 #define CLIP(A) ((A) < -0x8000 ? -0x8000 : (A) > 0x7fff ? 0x7fff : (A)) macro
10 *Dest = CLIP((*Src >> 8)); in BurnSoundCopyClamp_C()
20 *Dest = CLIP((*Src >> 8) + *Dest); in BurnSoundCopyClamp_Add_C()
29 Dest[0] = CLIP((*Src >> 8)); in BurnSoundCopyClamp_Mono_C()
30 Dest[1] = CLIP((*Src >> 8)); in BurnSoundCopyClamp_Mono_C()
39 Dest[0] = CLIP((*Src >> 8) + Dest[0]); in BurnSoundCopyClamp_Mono_Add_C()
40 Dest[1] = CLIP((*Src >> 8) + Dest[1]); in BurnSoundCopyClamp_Mono_Add_C()
46 #undef CLIP
/dports/multimedia/v4l_compat/v4l-utils-4l-utils-1.20.0/lib/libv4lconvert/
H A Drgbyuv.c119 *dest++ = CLIP(*ysrc + u1); in v4lconvert_yuv420_to_bgr24()
120 *dest++ = CLIP(*ysrc - rg); in v4lconvert_yuv420_to_bgr24()
121 *dest++ = CLIP(*ysrc + v1); in v4lconvert_yuv420_to_bgr24()
124 *dest++ = CLIP(*ysrc + u1); in v4lconvert_yuv420_to_bgr24()
125 *dest++ = CLIP(*ysrc - rg); in v4lconvert_yuv420_to_bgr24()
126 *dest++ = CLIP(*ysrc + v1); in v4lconvert_yuv420_to_bgr24()
173 *dest++ = CLIP(*ysrc + v1); in v4lconvert_yuv420_to_rgb24()
174 *dest++ = CLIP(*ysrc - rg); in v4lconvert_yuv420_to_rgb24()
175 *dest++ = CLIP(*ysrc + u1); in v4lconvert_yuv420_to_rgb24()
178 *dest++ = CLIP(*ysrc + v1); in v4lconvert_yuv420_to_rgb24()
[all …]
/dports/multimedia/libv4l/v4l-utils-4l-utils-1.20.0/lib/libv4lconvert/
H A Drgbyuv.c119 *dest++ = CLIP(*ysrc + u1); in v4lconvert_yuv420_to_bgr24()
120 *dest++ = CLIP(*ysrc - rg); in v4lconvert_yuv420_to_bgr24()
121 *dest++ = CLIP(*ysrc + v1); in v4lconvert_yuv420_to_bgr24()
124 *dest++ = CLIP(*ysrc + u1); in v4lconvert_yuv420_to_bgr24()
125 *dest++ = CLIP(*ysrc - rg); in v4lconvert_yuv420_to_bgr24()
126 *dest++ = CLIP(*ysrc + v1); in v4lconvert_yuv420_to_bgr24()
173 *dest++ = CLIP(*ysrc + v1); in v4lconvert_yuv420_to_rgb24()
174 *dest++ = CLIP(*ysrc - rg); in v4lconvert_yuv420_to_rgb24()
175 *dest++ = CLIP(*ysrc + u1); in v4lconvert_yuv420_to_rgb24()
178 *dest++ = CLIP(*ysrc + v1); in v4lconvert_yuv420_to_rgb24()
[all …]
/dports/multimedia/v4l-utils/v4l-utils-4l-utils-1.20.0/lib/libv4lconvert/
H A Drgbyuv.c119 *dest++ = CLIP(*ysrc + u1); in v4lconvert_yuv420_to_bgr24()
120 *dest++ = CLIP(*ysrc - rg); in v4lconvert_yuv420_to_bgr24()
121 *dest++ = CLIP(*ysrc + v1); in v4lconvert_yuv420_to_bgr24()
124 *dest++ = CLIP(*ysrc + u1); in v4lconvert_yuv420_to_bgr24()
125 *dest++ = CLIP(*ysrc - rg); in v4lconvert_yuv420_to_bgr24()
126 *dest++ = CLIP(*ysrc + v1); in v4lconvert_yuv420_to_bgr24()
173 *dest++ = CLIP(*ysrc + v1); in v4lconvert_yuv420_to_rgb24()
174 *dest++ = CLIP(*ysrc - rg); in v4lconvert_yuv420_to_rgb24()
175 *dest++ = CLIP(*ysrc + u1); in v4lconvert_yuv420_to_rgb24()
178 *dest++ = CLIP(*ysrc + v1); in v4lconvert_yuv420_to_rgb24()
[all …]
/dports/math/p5-Math-Geometry-Planar-GPC/Math-Geometry-Planar-GPC-1.04/
H A DGPC.xs3114 edge->bside[CLIP]= parity[CLIP];
3132 tl= (parity[CLIP] ^ (horiz[CLIP]!=NH) ^ edge->bundle[BELOW][CLIP])
3143 tl= (parity[CLIP] ^ (horiz[CLIP]!=NH) ^ edge->bundle[BELOW][CLIP])
3157 tl= (parity[CLIP] ^ (horiz[CLIP]!=NH) ^ edge->bundle[BELOW][CLIP])
3336 in[CLIP]= ( e0->bundle[ABOVE][CLIP] && !e0->bside[CLIP])
3468 e1->bside[CLIP]= !e1->bside[CLIP];
3470 e0->bside[CLIP]= !e0->bside[CLIP];
3760 edge->bside[CLIP]= parity[CLIP];
3989 in[CLIP]= ( e0->bundle[ABOVE][CLIP] && !e0->bside[CLIP])
4150 e1->bside[CLIP]= !e1->bside[CLIP];
[all …]
/dports/multimedia/libmpeg2/libmpeg2-0.5.1/libmpeg2/
H A Didct_alpha.c310 dest[0] = CLIP (block[0]); in mpeg2_idct_copy_alpha()
311 dest[1] = CLIP (block[1]); in mpeg2_idct_copy_alpha()
312 dest[2] = CLIP (block[2]); in mpeg2_idct_copy_alpha()
313 dest[3] = CLIP (block[3]); in mpeg2_idct_copy_alpha()
314 dest[4] = CLIP (block[4]); in mpeg2_idct_copy_alpha()
315 dest[5] = CLIP (block[5]); in mpeg2_idct_copy_alpha()
316 dest[6] = CLIP (block[6]); in mpeg2_idct_copy_alpha()
317 dest[7] = CLIP (block[7]); in mpeg2_idct_copy_alpha()
360 dest[0] = CLIP (DC + dest[0]); in mpeg2_idct_add_alpha()
361 dest[1] = CLIP (DC + dest[1]); in mpeg2_idct_add_alpha()
[all …]
/dports/science/afni/afni-AFNI_21.3.16/src/mpegtoppm_dir/libmpeg2/
H A Didct_alpha.c43 #define CLIP(i) ((clip_lut+384)[(i)]) macro
300 dest[0] = CLIP (block[0]); in mpeg2_idct_copy_alpha()
301 dest[1] = CLIP (block[1]); in mpeg2_idct_copy_alpha()
302 dest[2] = CLIP (block[2]); in mpeg2_idct_copy_alpha()
303 dest[3] = CLIP (block[3]); in mpeg2_idct_copy_alpha()
304 dest[4] = CLIP (block[4]); in mpeg2_idct_copy_alpha()
305 dest[5] = CLIP (block[5]); in mpeg2_idct_copy_alpha()
306 dest[6] = CLIP (block[6]); in mpeg2_idct_copy_alpha()
307 dest[7] = CLIP (block[7]); in mpeg2_idct_copy_alpha()
350 dest[0] = CLIP (DC + dest[0]); in mpeg2_idct_add_alpha()
[all …]
/dports/multimedia/libxine/xine-lib-1.2.11/src/video_dec/libmpeg2new/libmpeg2/
H A Didct_alpha.c302 dest[0] = CLIP (block[0]); in mpeg2_idct_copy_alpha()
303 dest[1] = CLIP (block[1]); in mpeg2_idct_copy_alpha()
304 dest[2] = CLIP (block[2]); in mpeg2_idct_copy_alpha()
305 dest[3] = CLIP (block[3]); in mpeg2_idct_copy_alpha()
306 dest[4] = CLIP (block[4]); in mpeg2_idct_copy_alpha()
307 dest[5] = CLIP (block[5]); in mpeg2_idct_copy_alpha()
308 dest[6] = CLIP (block[6]); in mpeg2_idct_copy_alpha()
309 dest[7] = CLIP (block[7]); in mpeg2_idct_copy_alpha()
352 dest[0] = CLIP (DC + dest[0]); in mpeg2_idct_add_alpha()
353 dest[1] = CLIP (DC + dest[1]); in mpeg2_idct_add_alpha()
[all …]
/dports/emulators/fs-uae/fs-uae-3.1.35/libmpeg2/libmpeg2/
H A Didct_alpha.c302 dest[0] = CLIP (block[0]); in mpeg2_idct_copy_alpha()
303 dest[1] = CLIP (block[1]); in mpeg2_idct_copy_alpha()
304 dest[2] = CLIP (block[2]); in mpeg2_idct_copy_alpha()
305 dest[3] = CLIP (block[3]); in mpeg2_idct_copy_alpha()
306 dest[4] = CLIP (block[4]); in mpeg2_idct_copy_alpha()
307 dest[5] = CLIP (block[5]); in mpeg2_idct_copy_alpha()
308 dest[6] = CLIP (block[6]); in mpeg2_idct_copy_alpha()
309 dest[7] = CLIP (block[7]); in mpeg2_idct_copy_alpha()
352 dest[0] = CLIP (DC + dest[0]); in mpeg2_idct_add_alpha()
353 dest[1] = CLIP (DC + dest[1]); in mpeg2_idct_add_alpha()
[all …]
/dports/multimedia/mplayer/mplayer-export-2021-12-29/libmpeg2/
H A Didct_alpha.c302 dest[0] = CLIP (block[0]); in mpeg2_idct_copy_alpha()
303 dest[1] = CLIP (block[1]); in mpeg2_idct_copy_alpha()
304 dest[2] = CLIP (block[2]); in mpeg2_idct_copy_alpha()
305 dest[3] = CLIP (block[3]); in mpeg2_idct_copy_alpha()
306 dest[4] = CLIP (block[4]); in mpeg2_idct_copy_alpha()
307 dest[5] = CLIP (block[5]); in mpeg2_idct_copy_alpha()
308 dest[6] = CLIP (block[6]); in mpeg2_idct_copy_alpha()
309 dest[7] = CLIP (block[7]); in mpeg2_idct_copy_alpha()
352 dest[0] = CLIP (DC + dest[0]); in mpeg2_idct_add_alpha()
353 dest[1] = CLIP (DC + dest[1]); in mpeg2_idct_add_alpha()
[all …]
/dports/multimedia/mencoder/mplayer-export-2021-12-29/libmpeg2/
H A Didct_alpha.c302 dest[0] = CLIP (block[0]); in mpeg2_idct_copy_alpha()
303 dest[1] = CLIP (block[1]); in mpeg2_idct_copy_alpha()
304 dest[2] = CLIP (block[2]); in mpeg2_idct_copy_alpha()
305 dest[3] = CLIP (block[3]); in mpeg2_idct_copy_alpha()
306 dest[4] = CLIP (block[4]); in mpeg2_idct_copy_alpha()
307 dest[5] = CLIP (block[5]); in mpeg2_idct_copy_alpha()
308 dest[6] = CLIP (block[6]); in mpeg2_idct_copy_alpha()
309 dest[7] = CLIP (block[7]); in mpeg2_idct_copy_alpha()
352 dest[0] = CLIP (DC + dest[0]); in mpeg2_idct_add_alpha()
353 dest[1] = CLIP (DC + dest[1]); in mpeg2_idct_add_alpha()
[all …]
/dports/net/freerdp/freerdp-2.5.0/libfreerdp/primitives/
H A Dprim_colors.c63 pRGB = writePixelBGRX(pRGB, formatSize, DstFormat, CLIP(R), CLIP(G), CLIP(B), 0); in general_yCbCrToRGB_16s8u_P3AC4R_BGRX()
105 pRGB = writePixel(pRGB, formatSize, DstFormat, CLIP(R), CLIP(G), CLIP(B), 0); in general_yCbCrToRGB_16s8u_P3AC4R_general()
198 *rptr++ = CLIP(r >> 21); in general_yCbCrToRGB_16s16s_P3P3()
199 *gptr++ = CLIP(g >> 21); in general_yCbCrToRGB_16s16s_P3P3()
200 *bptr++ = CLIP(b >> 21); in general_yCbCrToRGB_16s16s_P3P3()
301 const BYTE R = CLIP(*r++); in writeScanlineRGB()
302 const BYTE G = CLIP(*g++); in writeScanlineRGB()
303 const BYTE B = CLIP(*b++); in writeScanlineRGB()
319 const BYTE R = CLIP(*r++); in writeScanlineBGR()
320 const BYTE G = CLIP(*g++); in writeScanlineBGR()
[all …]
/dports/multimedia/libxine/xine-lib-1.2.11/src/video_dec/libmpeg2/
H A Didct.c65 #define CLIP(i) ((clip_lut+384)[ (i)]) macro
219 dest[0] = CLIP (block[0]); in mpeg2_idct_copy_c()
220 dest[1] = CLIP (block[1]); in mpeg2_idct_copy_c()
221 dest[2] = CLIP (block[2]); in mpeg2_idct_copy_c()
222 dest[3] = CLIP (block[3]); in mpeg2_idct_copy_c()
223 dest[4] = CLIP (block[4]); in mpeg2_idct_copy_c()
224 dest[5] = CLIP (block[5]); in mpeg2_idct_copy_c()
225 dest[6] = CLIP (block[6]); in mpeg2_idct_copy_c()
226 dest[7] = CLIP (block[7]); in mpeg2_idct_copy_c()
248 dest[0] = CLIP (block[0] + dest[0]); in mpeg2_idct_add_c()
[all …]
/dports/math/fricas/fricas-1.3.7/pre-generated/src/algebra/
H A DCLIP.lsp8 (SDEFUN |CLIP;iClipParametric|
211 (SDEFUN |CLIP;point|
222 (|CLIP;point|
234 (|CLIP;point| |xx|
241 (SDEFUN |CLIP;intersectWithBdry|
283 (SDEFUN |CLIP;discardAndSplit|
328 (SDEFUN |CLIP;clip;P2FR;9|
493 (SDEFUN |CLIP;clip;PR;10|
518 (SDEFUN |CLIP;findPt|
689 (SDEFUN |CLIP;clip;LR;16|
[all …]
/dports/multimedia/libmpeg3/libmpeg3-1.8/video/
H A Doutput.c96 *data++ = CLIP(b_l); \
97 *data++ = CLIP(g_l); \
98 *data++ = CLIP(r_l);
101 *data++ = CLIP(b_l); \
102 *data++ = CLIP(g_l); \
103 *data++ = CLIP(r_l); \
114 *data++ = CLIP(r_l); \
115 *data++ = CLIP(g_l); \
116 *data++ = CLIP(b_l);
119 *data++ = CLIP(r_l); \
[all …]
/dports/multimedia/handbrake/ffmpeg-4.4/libavcodec/
H A Dv210_template.c25 #define CLIP(v, depth) av_clip(v, 1<<(depth-8), ((1<<depth)-(1<<(depth-8))-1)) macro
28 val = CLIP(*a++, depth) << (10-depth); \
29 val |= (CLIP(*b++, depth) << (20-depth)) | \
30 (CLIP(*c++, depth) << (30-depth)); \
68 val = CLIP(*y++, DEPTH) << (10-DEPTH); in RENAME()
75 val |= (CLIP(*u++, DEPTH) << (20-DEPTH)) | (CLIP(*y++, DEPTH) << (30-DEPTH)); in RENAME()
79 val = CLIP(*v++, DEPTH) << (10-DEPTH) | (CLIP(*y++, DEPTH) << (20-DEPTH)); in RENAME()
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavcodec/
H A Dv210enc.c65 #define CLIP(v) av_clip(v, 4, 1019) in encode_frame() macro
69 val = CLIP(*a++); \ in encode_frame()
70 val |= (CLIP(*b++) << 10) | \ in encode_frame()
71 (CLIP(*c++) << 20); \ in encode_frame()
86 val = CLIP(*y++); in encode_frame()
90 val |= (CLIP(*u++) << 10) | (CLIP(*y++) << 20); in encode_frame()
93 val = CLIP(*v++) | (CLIP(*y++) << 10); in encode_frame()
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavcodec/
H A Dv210_template.c25 #define CLIP(v, depth) av_clip(v, 1<<(depth-8), ((1<<depth)-(1<<(depth-8))-1)) macro
28 val = CLIP(*a++, depth) << (10-depth); \
29 val |= (CLIP(*b++, depth) << (20-depth)) | \
30 (CLIP(*c++, depth) << (30-depth)); \
68 val = CLIP(*y++, DEPTH) << (10-DEPTH); in RENAME()
75 val |= (CLIP(*u++, DEPTH) << (20-DEPTH)) | (CLIP(*y++, DEPTH) << (30-DEPTH)); in RENAME()
79 val = CLIP(*v++, DEPTH) << (10-DEPTH) | (CLIP(*y++, DEPTH) << (20-DEPTH)); in RENAME()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavcodec/
H A Dv210_template.c25 #define CLIP(v, depth) av_clip(v, 1<<(depth-8), ((1<<depth)-(1<<(depth-8))-1)) macro
28 val = CLIP(*a++, depth) << (10-depth); \
29 val |= (CLIP(*b++, depth) << (20-depth)) | \
30 (CLIP(*c++, depth) << (30-depth)); \
68 val = CLIP(*y++, DEPTH) << (10-DEPTH); in RENAME()
75 val |= (CLIP(*u++, DEPTH) << (20-DEPTH)) | (CLIP(*y++, DEPTH) << (30-DEPTH)); in RENAME()
79 val = CLIP(*v++, DEPTH) << (10-DEPTH) | (CLIP(*y++, DEPTH) << (20-DEPTH)); in RENAME()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavcodec/
H A Dv210enc.c65 #define CLIP(v) av_clip(v, 4, 1019) in encode_frame() macro
69 val = CLIP(*a++); \ in encode_frame()
70 val |= (CLIP(*b++) << 10) | \ in encode_frame()
71 (CLIP(*c++) << 20); \ in encode_frame()
86 val = CLIP(*y++); in encode_frame()
90 val |= (CLIP(*u++) << 10) | (CLIP(*y++) << 20); in encode_frame()
93 val = CLIP(*v++) | (CLIP(*y++) << 10); in encode_frame()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavcodec/
H A Dv210_template.c25 #define CLIP(v, depth) av_clip(v, 1<<(depth-8), ((1<<depth)-(1<<(depth-8))-1)) macro
28 val = CLIP(*a++, depth) << (10-depth); \
29 val |= (CLIP(*b++, depth) << (20-depth)) | \
30 (CLIP(*c++, depth) << (30-depth)); \
68 val = CLIP(*y++, DEPTH) << (10-DEPTH); in RENAME()
75 val |= (CLIP(*u++, DEPTH) << (20-DEPTH)) | (CLIP(*y++, DEPTH) << (30-DEPTH)); in RENAME()
79 val = CLIP(*v++, DEPTH) << (10-DEPTH) | (CLIP(*y++, DEPTH) << (20-DEPTH)); in RENAME()

12345678910>>...86