Home
last modified time | relevance | path

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

/test/screenshot/screenshot/src/main/java/androidx/test/screenshot/matchers/
DMSSIMMatcher.kt78 var currentWindowX = 0 in calculateSSIM() variable
79 while (currentWindowX < width) { in calculateSSIM()
80 val windowWidth = computeWindowSize(currentWindowX, width) in calculateSSIM()
81 val start: Int = indexFromXAndY(currentWindowX, currentWindowY, stride, offset) in calculateSSIM()
86 currentWindowX += WINDOW_SIZE in calculateSSIM()
109 currentWindowX += WINDOW_SIZE in calculateSSIM()