Home
last modified time | relevance | path

Searched refs:numPixels (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/graphics/src/android/graphics/cts/
DCornerPathEffectTest.java86 int numPixels = 0; in testCornerPathEffect() local
91 numPixels += 1; in testCornerPathEffect()
100 int cornerPixels = numPixels - straightLines; in testCornerPathEffect()
/cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/
DImageCompare.java62 final int numPixels = width * height; in psnr() local
77 final double mse = noise / numPixels; in psnr()