Searched refs:Colormaxc (Results 1 – 1 of 1) sorted by relevance
104 #define Colormaxc (ColormaxcI - 1) /* quantized bits lost */ macro825 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()