Searched refs:GGL_DITHER_BITS (Results 1 – 4 of 4) sorted by relevance
1153 r += (threshold >> (GGL_DITHER_BITS-8 +5)); in rgb888ToRgb565()1154 g += (threshold >> (GGL_DITHER_BITS-8 +6)); in rgb888ToRgb565()1155 b += (threshold >> (GGL_DITHER_BITS-8 +5)); in rgb888ToRgb565()1208 int threshold = di.get_value() << (8 - GGL_DITHER_BITS); in write()1328 int threshold = di.get_value() << (8 - GGL_DITHER_BITS); in write()1383 int threshold = di.get_value() << (8 - GGL_DITHER_BITS); in write()
338 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
332 const int shift = (GGL_DITHER_BITS - (sbits-dbits)); in downshift()