Home
last modified time | relevance | path

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

/platform_testing/libraries/screenshot/src/main/java/platform/test/screenshot/matchers/
DMSSIMMatcher.kt96 var currentWindowY = 0 in calculateSSIM() variable
99 while (currentWindowY < height) { in calculateSSIM()
100 val windowHeight = computeWindowSize(currentWindowY, height) in calculateSSIM()
104 val start: Int = indexFromXAndY(currentWindowX, currentWindowY, stride, offset) in calculateSSIM()
138 currentWindowY += WINDOW_SIZE in calculateSSIM()