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

/external/skia/src/ports/
H A DSkFontHost_gamma.cpp101 // If the luminance is <= this value, then apply the black gamma table
104 // If the luminance is >= this value, then apply the white gamma table
113 int luminance = (r * 2 + g * 5 + b) >> 3; local
115 if (luminance <= BLACK_GAMMA_THRESHOLD) {
119 if (luminance >= WHITE_GAMMA_THRESHOLD) {
/external/webkit/WebCore/platform/graphics/filters/
H A DFEColorMatrix.cpp113 inline void luminance(double& red, double& green, double& blue, double& alpha) function in namespace:WebCore
146 luminance(red, green, blue, alpha);
/external/libvpx/vp8/encoder/
H A Dssim.c25 static int luminance; variable
185 if (luminance)
225 if (luminance)
281 luminance = 1;
284 luminance = 0;

Completed in 179 milliseconds