Searched refs:threshold (Results 1 - 1 of 1) sorted by relevance

/system/core/libpixelflinger/
H A Dscanline.cpp1128 int threshold = get_value(); local
1130 r += (threshold >> (GGL_DITHER_BITS-8 +5));
1131 g += (threshold >> (GGL_DITHER_BITS-8 +6));
1132 b += (threshold >> (GGL_DITHER_BITS-8 +5));
1185 int threshold = di.get_value() << (8 - GGL_DITHER_BITS); local
1194 sR = ((sR << 8) + f*dR + threshold)>>8;
1195 sG = ((sG << 8) + f*dG + threshold)>>8;
1196 sB = ((sB << 8) + f*dB + threshold)>>8;
1304 /* Scale threshold to 0.8 fixed float format */
1305 int threshold local
1360 int threshold = di.get_value() << (8 - GGL_DITHER_BITS); local
[all...]

Completed in 374 milliseconds