Home
last modified time | relevance | path

Searched refs:weights_b (Results 1 – 25 of 70) sorted by relevance

123

/dports/emulators/mess/mame-mame0226/src/mame/video/
H A Dsnookr10.cpp57 double weights_r[3], weights_b[3], weights_g[2]; in snookr10_palette() local
60 3, resistances_rb, weights_b, 100, 0, in snookr10_palette()
77 int const b = combine_weights(weights_b, bit0, bit1, bit2); in snookr10_palette()
121 double weights_r[3], weights_b[3], weights_g[2]; in apple10_palette() local
124 3, resistances_rb, weights_b, 100, 0, in apple10_palette()
141 int const b = combine_weights(weights_b, bit0, bit1, bit2); in apple10_palette()
188 double weights_r[3], weights_b[3], weights_g[2]; in crystalc_palette() local
191 3, resistances_rb, weights_b, 100, 0, in crystalc_palette()
208 int const b = combine_weights(weights_b, bit0, bit1, bit2); in crystalc_palette()
H A Dm52.cpp26 double weights_r[3], weights_g[3], weights_b[3], scale; in init_palette() local
32 2, resistances_2, weights_b, 0, 0); in init_palette()
41 int const b = combine_weights(weights_b, BIT(promval, 6), BIT(promval, 7)); in init_palette()
53 int b = combine_weights(weights_b, BIT(promval, 6), BIT(promval, 7)); in init_palette()
81 init_sprite_palette(resistances_3, resistances_2, weights_r, weights_g, weights_b, scale); in init_palette()
85 …resistances_2, double (&weights_r)[N], double (&weights_g)[O], double (&weights_b)[P], double scal… in init_sprite_palette()
94 3, resistances_3, weights_b, 470, 0); in init_sprite_palette()
102 int const b = combine_weights(weights_b, BIT(promval, 0), BIT(promval, 1), BIT(promval, 2)); in init_sprite_palette()
H A Dm58.cpp33 double weights_r[3], weights_g[3], weights_b[3], scale; in m58_palette() local
39 3, resistances_3, weights_b, 0, 0); in m58_palette()
47 int const b = combine_weights(weights_b, BIT(promval,0), BIT(promval,1), BIT(promval,2)); in m58_palette()
58 int const b = combine_weights(weights_b, BIT(promval,0), BIT(promval,1), BIT(promval,2)); in m58_palette()
67 3, resistances_3, weights_b, 470, 0); in m58_palette()
75 int const b = combine_weights(weights_b, BIT(promval,0), BIT(promval,1), BIT(promval,2)); in m58_palette()
H A Dlucky74.cpp135 double weights_r[4], weights_g[4], weights_b[4]; in palette() local
139 4, resistances_rgb, weights_b, 1000, 0); in palette()
178 int const b1 = combine_weights(weights_b, bit0, bit1, bit2, bit3); in palette()
185 int const b2 = combine_weights(weights_b, bit0, bit1, bit2, bit3); in palette()
H A Dampoker2.cpp87 double weights_r[3], weights_g[3], weights_b[2]; in ampoker2_palette() local
91 2, resistances_b, weights_b, 0, 0); in ampoker2_palette()
102 int const b = combine_weights(weights_b, bit0, bit1); in ampoker2_palette()
H A Dfunworld.cpp59 double weights_r[3], weights_b[3], weights_g[2]; in funworld_palette() local
62 3, resistances_rb, weights_b, 100, 0, in funworld_palette()
78 int const b = combine_weights(weights_b, bit0, bit1, bit2); in funworld_palette()
H A Dbagman.cpp52 double weights_r[3], weights_g[3], weights_b[2]; in bagman_palette() local
56 2, resistances_b, weights_b, 470, 0); in bagman_palette()
78 int const b = combine_weights(weights_b, bit0, bit1); in bagman_palette()
H A Dtimelimt.cpp33 double weights_r[3], weights_g[3], weights_b[2]; in timelimt_palette() local
37 2, resistances_b, weights_b, 0, 0); in timelimt_palette()
58 int const b = combine_weights(weights_b, bit0, bit1); in timelimt_palette()
H A Dgyruss.cpp41 double weights_rg[3], weights_b[2]; in gyruss_palette() local
44 2, resistances_b, weights_b, 470, 0, in gyruss_palette()
67 int const b = combine_weights(weights_b, bit0, bit1); in gyruss_palette()
H A Dzaccaria.cpp44 double weights_rg[3], weights_b[2]; in zaccaria_palette() local
47 2, resistances_b, weights_b, 470, 0, in zaccaria_palette()
81 int const b = combine_weights(weights_b, bit0, bit1); in zaccaria_palette()
/dports/emulators/mame/mame-mame0226/src/mame/video/
H A Dsnookr10.cpp57 double weights_r[3], weights_b[3], weights_g[2]; in snookr10_palette() local
60 3, resistances_rb, weights_b, 100, 0, in snookr10_palette()
77 int const b = combine_weights(weights_b, bit0, bit1, bit2); in snookr10_palette()
121 double weights_r[3], weights_b[3], weights_g[2]; in apple10_palette() local
124 3, resistances_rb, weights_b, 100, 0, in apple10_palette()
141 int const b = combine_weights(weights_b, bit0, bit1, bit2); in apple10_palette()
188 double weights_r[3], weights_b[3], weights_g[2]; in crystalc_palette() local
191 3, resistances_rb, weights_b, 100, 0, in crystalc_palette()
208 int const b = combine_weights(weights_b, bit0, bit1, bit2); in crystalc_palette()
H A Dm52.cpp26 double weights_r[3], weights_g[3], weights_b[3], scale; in init_palette() local
32 2, resistances_2, weights_b, 0, 0); in init_palette()
41 int const b = combine_weights(weights_b, BIT(promval, 6), BIT(promval, 7)); in init_palette()
53 int b = combine_weights(weights_b, BIT(promval, 6), BIT(promval, 7)); in init_palette()
81 init_sprite_palette(resistances_3, resistances_2, weights_r, weights_g, weights_b, scale); in init_palette()
85 …resistances_2, double (&weights_r)[N], double (&weights_g)[O], double (&weights_b)[P], double scal… in init_sprite_palette()
94 3, resistances_3, weights_b, 470, 0); in init_sprite_palette()
102 int const b = combine_weights(weights_b, BIT(promval, 0), BIT(promval, 1), BIT(promval, 2)); in init_sprite_palette()
H A Dm58.cpp33 double weights_r[3], weights_g[3], weights_b[3], scale; in m58_palette() local
39 3, resistances_3, weights_b, 0, 0); in m58_palette()
47 int const b = combine_weights(weights_b, BIT(promval,0), BIT(promval,1), BIT(promval,2)); in m58_palette()
58 int const b = combine_weights(weights_b, BIT(promval,0), BIT(promval,1), BIT(promval,2)); in m58_palette()
67 3, resistances_3, weights_b, 470, 0); in m58_palette()
75 int const b = combine_weights(weights_b, BIT(promval,0), BIT(promval,1), BIT(promval,2)); in m58_palette()
H A Dlucky74.cpp135 double weights_r[4], weights_g[4], weights_b[4]; in palette() local
139 4, resistances_rgb, weights_b, 1000, 0); in palette()
178 int const b1 = combine_weights(weights_b, bit0, bit1, bit2, bit3); in palette()
185 int const b2 = combine_weights(weights_b, bit0, bit1, bit2, bit3); in palette()
H A Dampoker2.cpp87 double weights_r[3], weights_g[3], weights_b[2]; in ampoker2_palette() local
91 2, resistances_b, weights_b, 0, 0); in ampoker2_palette()
102 int const b = combine_weights(weights_b, bit0, bit1); in ampoker2_palette()
H A Dfunworld.cpp59 double weights_r[3], weights_b[3], weights_g[2]; in funworld_palette() local
62 3, resistances_rb, weights_b, 100, 0, in funworld_palette()
78 int const b = combine_weights(weights_b, bit0, bit1, bit2); in funworld_palette()
H A Dbagman.cpp52 double weights_r[3], weights_g[3], weights_b[2]; in bagman_palette() local
56 2, resistances_b, weights_b, 470, 0); in bagman_palette()
78 int const b = combine_weights(weights_b, bit0, bit1); in bagman_palette()
H A Dtimelimt.cpp33 double weights_r[3], weights_g[3], weights_b[2]; in timelimt_palette() local
37 2, resistances_b, weights_b, 0, 0); in timelimt_palette()
58 int const b = combine_weights(weights_b, bit0, bit1); in timelimt_palette()
H A Dgyruss.cpp41 double weights_rg[3], weights_b[2]; in gyruss_palette() local
44 2, resistances_b, weights_b, 470, 0, in gyruss_palette()
67 int const b = combine_weights(weights_b, bit0, bit1); in gyruss_palette()
H A Dzaccaria.cpp44 double weights_rg[3], weights_b[2]; in zaccaria_palette() local
47 2, resistances_b, weights_b, 470, 0, in zaccaria_palette()
81 int const b = combine_weights(weights_b, bit0, bit1); in zaccaria_palette()
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/vidhrdw/
H A Dbagman_vidhrdw.c61 double weights_r[3], weights_g[3], weights_b[2]; in PALETTE_INIT() local
67 2, resistances_b, weights_b, 470, 0); in PALETTE_INIT()
87 b = combine_2_weights(weights_b, bit0, bit1); in PALETTE_INIT()
H A Dtimelimt_vidhrdw.c37 double weights_r[3], weights_g[3], weights_b[2]; in PALETTE_INIT() local
41 2, resistances_b, weights_b, 0, 0); in PALETTE_INIT()
62 b = combine_2_weights(weights_b, bit0, bit1); in PALETTE_INIT()
H A Dnaughtyb_vidhrdw.c79 double weights_r[2], weights_g[2], weights_b[2]; in PALETTE_INIT() local
85 2, resistances, weights_b, 270, 270); in PALETTE_INIT()
109 b = combine_2_weights(weights_b, bit0, bit1); in PALETTE_INIT()
/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/vidhrdw/
H A Dbagman_vidhrdw.c61 double weights_r[3], weights_g[3], weights_b[2]; in PALETTE_INIT() local
67 2, resistances_b, weights_b, 470, 0); in PALETTE_INIT()
87 b = combine_2_weights(weights_b, bit0, bit1); in PALETTE_INIT()
H A Dnaughtyb_vidhrdw.c79 double weights_r[2], weights_g[2], weights_b[2]; in PALETTE_INIT() local
85 2, resistances, weights_b, 270, 270); in PALETTE_INIT()
109 b = combine_2_weights(weights_b, bit0, bit1); in PALETTE_INIT()

123