Home
last modified time | relevance | path

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

/cts/tests/tests/graphics/src/android/graphics/cts/
DYuvImageTest.java350 int[] expColors = new int [width * height]; in compareBitmaps() local
351 expected.getPixels(expColors, 0, width, 0, 0, width, height); in compareBitmaps()
359 mse += distance(expColors[idx], actualColors[idx]); in compareBitmaps()