Home
last modified time | relevance | path

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

/system/core/libpixelflinger/
Dscanline.cpp1153 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()
Dbuffer.cpp338 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.cpp332 const int shift = (GGL_DITHER_BITS - (sbits-dbits)); in downshift()