Searched refs:GGL_DITHER_BITS (Results 1 – 4 of 4) sorted by relevance
1148 r += (threshold >> (GGL_DITHER_BITS-8 +5)); in rgb888ToRgb565()1149 g += (threshold >> (GGL_DITHER_BITS-8 +6)); in rgb888ToRgb565()1150 b += (threshold >> (GGL_DITHER_BITS-8 +5)); in rgb888ToRgb565()1203 int threshold = di.get_value() << (8 - GGL_DITHER_BITS); in write()1323 int threshold = di.get_value() << (8 - GGL_DITHER_BITS); in write()1378 int threshold = di.get_value() << (8 - GGL_DITHER_BITS); in write()
343 const int shift = (GGL_DITHER_BITS - (sbits-dbits)); in downshift_component()
75 const int GGL_DITHER_BITS = 6; // dither weights stored on 6 bits variable
335 const int shift = (GGL_DITHER_BITS - (sbits-dbits)); in downshift()