Home
last modified time | relevance | path

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

/cts/tests/tests/graphics/src/android/graphics/cts/
DBitmapRegionDecoderTest.java128 private static final int MSE_MARGIN = 3 * (1 * 1); field in BitmapRegionDecoderTest
226 compareRegionByRegion(decoder, opts, MSE_MARGIN, wholeImage); in testDecodeRegionInputStream()
258 compareRegionByRegion(decoder, opts, MSE_MARGIN, wholeImage); in testDecodeRegionInputStreamInBitmap()
286 compareRegionByRegion(decoder, opts, MSE_MARGIN, wholeImage); in testDecodeRegionByteArray()
311 compareRegionByRegion(decoder, opts, MSE_MARGIN, wholeImage); in testDecodeRegionStringAndFileDescriptor()
320 compareRegionByRegion(decoder, opts, MSE_MARGIN, wholeImage); in testDecodeRegionStringAndFileDescriptor()
DYuvImageTest.java102 private static final int MSE_MARGIN = 3 * (15 * 15); field in YuvImageTest
540 BitmapUtils.assertBitmapsMse(expected, actual, MSE_MARGIN, sameRect, false); in compressRects()
556 BitmapUtils.assertBitmapsMse(expected, actual, MSE_MARGIN, true, false); in compressOddRect()
DBitmapTest.java170 private static final int MSE_MARGIN = 3 * (15 * 15);
194 if (!BitmapUtils.compareBitmapsMse(lastBitmap, result, MSE_MARGIN, true, false)) { in testCompressWebpLossy()