Home | History | Annotate | Download | only in libpixelflinger

Lines Matching refs:GGL_DITHER_BITS

1108         /* dither in on GGL_DITHER_BITS, and each of r, g, b is on 8 bits */
1109 r += (threshold >> (GGL_DITHER_BITS-8 +5));
1110 g += (threshold >> (GGL_DITHER_BITS-8 +6));
1111 b += (threshold >> (GGL_DITHER_BITS-8 +5));
1164 int threshold = di.get_value() << (8 - GGL_DITHER_BITS);
1284 int threshold = di.get_value() << (8 - GGL_DITHER_BITS);
1339 int threshold = di.get_value() << (8 - GGL_DITHER_BITS);