Home
last modified time | relevance | path

Searched refs:WeightG (Results 1 – 2 of 2) sorted by relevance

/dports/games/rottdc/rottdc-1.0-2/rott/
H A D_rt_util.h42 #define WeightG 5 macro
H A Drt_util.c268 bestdistortion = ( (long)WeightR*r*r + (long)WeightG*g*g + (long)WeightB*b*b )*2; in BestColor()
277 distortion = WeightR*dr*dr + WeightG*dg*dg + WeightB*db*db; in BestColor()