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