Home
last modified time | relevance | path

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

/dports/graphics/xli/xli-2006-11-10/
H A Dreduce.c104 #define Colormaxc (ColormaxcI - 1) /* quantized bits lost */ macro
825 rval = (rval & ~Colormaxc) + (ColormaxcI >> 1); /* closest color to center of 15 bit color */ in find_nearest()
826 gval = (gval & ~Colormaxc) + (ColormaxcI >> 1); in find_nearest()
827 bval = (bval & ~Colormaxc) + (ColormaxcI >> 1); in find_nearest()