Searched refs:VERT (Results 1 – 25 of 49) sorted by relevance
12
557 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 …]
102 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()
31 #define VERT 1 macro37 #define VERT 2 macro
81 (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()
79 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()
1 VERT