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.java349 int[] expColors = new int [width * height]; in compareBitmaps() local
350 expected.getPixels(expColors, 0, width, 0, 0, width, height); in compareBitmaps()
358 mse += distance(expColors[idx], actualColors[idx]); in compareBitmaps()