Home
last modified time | relevance | path

Searched refs:VERT (Results 1 – 25 of 49) sorted by relevance

12

/third_party/gstreamer/gstplugins_good/gst/goom/
Difs.c557 col[VERT] = couleur >> (VERT * 8) & 0xff; in ifs_update()
571 col[VERT] += v[VERT]; in ifs_update()
572 if (col[VERT] > 200) { in ifs_update()
573 col[VERT] = 200; in ifs_update()
574 v[VERT] = -(RAND () % 3) - 2; in ifs_update()
576 if (col[VERT] > col[BLEU]) { in ifs_update()
577 col[VERT] = col[BLEU]; in ifs_update()
578 v[VERT] = v[BLEU]; in ifs_update()
580 if (col[VERT] < 32) { in ifs_update()
581 col[VERT] = 32; in ifs_update()
[all …]
Dlines.c102 return (230 << (ROUGE * 8)) | (120 << (VERT * 8)) | (18 << (BLEU * 8)); in getcouleur()
104 return (120 << (VERT * 8)) | (252 << (ROUGE * 8)) | (18 << (BLEU * 8)); in getcouleur()
106 return (160 << (VERT * 8)) | (236 << (ROUGE * 8)) | (40 << (BLEU * 8)); in getcouleur()
108 return (40 << (BLEU * 8)) | (220 << (ROUGE * 8)) | (140 << (VERT * 8)); in getcouleur()
110 return (200 << (VERT * 8)) | (80 << (ROUGE * 8)) | (18 << (BLEU * 8)); in getcouleur()
112 return (250 << (BLEU * 8)) | (30 << (VERT * 8)) | (80 << (ROUGE * 8)); in getcouleur()
114 return (16 << (BLEU * 8)) | (16 << (VERT * 8)) | (16 << (ROUGE * 8)); in getcouleur()
Dgoom_config.h31 #define VERT 1 macro
37 #define VERT 2 macro
Dtentacle3d.c81 (0x28 << (ROUGE * 8)) | (0x2c << (VERT * 8)) | (0x5f << (BLEU * 8)); in tentacle_fx_init()
94 (0x18 << (ROUGE * 8)) | (0x4c << (VERT * 8)) | (0x2f << (BLEU * 8)); in tentacle_fx_init()
96 (0x48 << (ROUGE * 8)) | (0x2c << (VERT * 8)) | (0x6f << (BLEU * 8)); in tentacle_fx_init()
98 (0x58 << (ROUGE * 8)) | (0x3c << (VERT * 8)) | (0x0f << (BLEU * 8)); in tentacle_fx_init()
100 (0x87 << (ROUGE * 8)) | (0x55 << (VERT * 8)) | (0x74 << (BLEU * 8)); in tentacle_fx_init()
/third_party/ffmpeg/libavcodec/x86/
Dvp9dsp_init_16bpp.c79 init_ipred_func(v, VERT, 4, 16, mmx); in ff_vp9dsp_init_16bpp_x86()
95 init_8_16_32_ipred_funcs(v, VERT, 16, sse); in ff_vp9dsp_init_16bpp_x86()
/third_party/mesa3d/src/gallium/tests/graw/vertex-shader/
Dvert-mov.txt1 VERT
Dvert-lit.txt1 VERT
Dvert-xpd.txt1 VERT
Dvert-srcmod-swz.txt1 VERT
Dvert-dst.txt1 VERT
Dvert-sub.txt1 VERT
Dvert-mul.txt1 VERT
Dvert-add.txt1 VERT
Dvert-min.txt1 VERT
Dvert-max.txt1 VERT
Dvert-cb-2d.txt1 VERT
Dvert-srcmod-neg.txt1 VERT
Dvert-mad.txt1 VERT
Dvert-uadd.txt1 VERT
Dvert-frc.txt1 VERT
Dvert-abs.txt1 VERT
Dvert-srcmod-abs.txt1 VERT
Dvert-slt.txt1 VERT
Dvert-lrp.txt1 VERT
Dvert-sge.txt1 VERT

12