Searched refs:windowWidth (Results 1 – 2 of 2) sorted by relevance
/platform_testing/libraries/screenshot/src/main/java/platform/test/screenshot/matchers/ |
D | MSSIMMatcher.kt | 103 val windowWidth = computeWindowSize(currentWindowX, width) in calculateSSIM() constant 106 shouldIgnoreWindow(ideal, start, stride, windowWidth, windowHeight, filter) && in calculateSSIM() 107 shouldIgnoreWindow(given, start, stride, windowWidth, windowHeight, filter) in calculateSSIM() 110 ignored += windowWidth * windowHeight in calculateSSIM() 113 val means = getMeans(ideal, given, filter, start, stride, windowWidth, windowHeight) in calculateSSIM() 125 windowWidth, in calculateSSIM() 133 numPixelsToCompareInWindow(start, stride, windowWidth, windowHeight, filter) in calculateSSIM() 184 windowWidth: Int, in shouldIgnoreWindow() 189 for (x in 0 until windowWidth) { in shouldIgnoreWindow() 204 windowWidth: Int, in numPixelsToCompareInWindow() [all …]
|
/platform_testing/libraries/flicker/utils/src/android/tools/traces/ |
D | ConditionsFactory.kt | 322 val windowWidth = pipWindow.frame.width().toFloat() in <lambda>() constant 329 windowHeight == layerHeight && windowWidth == layerWidth in <lambda>()
|