Home
last modified time | relevance | path

Searched refs:gamma (Results 1 – 5 of 5) sorted by relevance

/cts/tests/tests/uirendering/src/android/uirendering/cts/bitmapcomparers/
DMSSIMComparer.java170 final double gamma = 1; in getIntensity() local
172 l += (0.21f * Math.pow(Color.red(pixel) / 255f, gamma)); in getIntensity()
173 l += (0.72f * Math.pow(Color.green(pixel) / 255f, gamma)); in getIntensity()
174 l += (0.07f * Math.pow(Color.blue(pixel) / 255f, gamma)); in getIntensity()
/cts/hostsidetests/sustainedperf/shadertoy_android/jni/
Dshaders.cpp147 // output the final color with sqrt for "gamma correction"
/cts/tests/tests/transition/src/android/transition/cts/
DFadeTest.java302 final double gamma = 1; in getIntensity() local
304 l += (0.21f * Math.pow(Color.red(pixel) / 255f, gamma)); in getIntensity()
305 l += (0.72f * Math.pow(Color.green(pixel) / 255f, gamma)); in getIntensity()
306 l += (0.07f * Math.pow(Color.blue(pixel) / 255f, gamma)); in getIntensity()
/cts/tests/tests/graphics/src/android/graphics/cts/utils/
DCam.java294 float gamma = in viewed() local
296 float a = gamma * hCos; in viewed()
297 float b = gamma * hSin; in viewed()
/cts/apps/CtsVerifier/libs/
Dopencv3-android.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/opencv/ org/ ...