Searched refs:numBlocksY (Results 1 – 1 of 1) sorted by relevance
1943 const int numBlocksY = divRoundUp(imageHeight, blockSize.y()); in iterate() local1944 const int totalNumBlocks = numBlocksX * numBlocksY; in iterate()