Home
last modified time | relevance | path

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

/platform_testing/libraries/screenshot/src/main/java/platform/test/screenshot/matchers/
DMSSIMMatcher.kt101 var currentWindowX = 0 in calculateSSIM() variable
102 while (currentWindowX < width) { in calculateSSIM()
103 val windowWidth = computeWindowSize(currentWindowX, width) in calculateSSIM()
104 val start: Int = indexFromXAndY(currentWindowX, currentWindowY, stride, offset) in calculateSSIM()
109 currentWindowX += WINDOW_SIZE in calculateSSIM()
136 currentWindowX += WINDOW_SIZE in calculateSSIM()