Home
last modified time | relevance | path

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

/dports/games/rottdc/rottdc-1.0-2/rott/
H A D_rt_util.h41 #define WeightR 3 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()