Searched refs:numBlocksHigh (Results 1 – 1 of 1) sorted by relevance
1592 auto numBlocksHigh = (checkedHeight + checkedBlockHeight - 1u) / checkedBlockHeight; in computeCompressedImageSize() local1595 if (numBlocksHigh.IsValid() && numBlocksHigh.ValueOrDie() < minBlockHeight) in computeCompressedImageSize()1596 numBlocksHigh = minBlockHeight; in computeCompressedImageSize()1597 auto bytes = numBlocksWide * numBlocksHigh * pixelBytes * checkedDepth; in computeCompressedImageSize()