Home
last modified time | relevance | path

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

/system/core/libpixelflinger/
Dscanline.cpp1148 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()
Dbuffer.cpp343 const int shift = (GGL_DITHER_BITS - (sbits-dbits)); in downshift_component()
/system/core/libpixelflinger/include/private/pixelflinger/
Dggl_context.h75 const int GGL_DITHER_BITS = 6; // dither weights stored on 6 bits variable
/system/core/libpixelflinger/codeflinger/
Dload_store.cpp335 const int shift = (GGL_DITHER_BITS - (sbits-dbits)); in downshift()