Searched refs:currentWindowX (Results 1 – 1 of 1) sorted by relevance
101 var currentWindowX = 0 in calculateSSIM() variable102 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()