Searched refs:calculateSSIM (Results 1 – 2 of 2) sorted by relevance
/platform_testing/libraries/screenshot/src/androidTest/java/platform/test/screenshot/ |
D | MSSIMMatcherTest.kt | 39 matcher.calculateSSIM( in performDiff_sameBitmaps() 59 matcher.calculateSSIM( in performDiff_noPixelsCompared() 87 matcher.calculateSSIM( in performDiff_sameRegion() 107 matcher.calculateSSIM( in performDiff_checkedAgainstUnchecked() 126 matcher.calculateSSIM( in performDiff_differentBorders() 145 matcher.calculateSSIM( in performDiff_fullscreen_differentBorders_dark() 164 matcher.calculateSSIM( in performDiff_differentBorders_dark() 183 matcher.calculateSSIM( in performDiff_fullscreen_movedToRight() 202 matcher.calculateSSIM( in performDiff_fullscreen_checkboxes_differentRadius()
|
/platform_testing/libraries/screenshot/src/main/java/platform/test/screenshot/matchers/ |
D | MSSIMMatcher.kt | 52 val calSSIMResult = calculateSSIM(expected, given, width, height, filter) in compareBitmaps() 75 internal fun calculateSSIM( in calculateSSIM() method in platform.test.screenshot.matchers.MSSIMMatcher 82 return calculateSSIM(ideal, given, 0, width, width, height, filter) in calculateSSIM() 85 private fun calculateSSIM( in calculateSSIM() method
|