Searched refs:GetNumCompressedBlocks (Results 1 – 1 of 1) sorted by relevance
534 inline int GetNumCompressedBlocks(int w, int h, int blockSizeX, int blockSizeY) in GetNumCompressedBlocks() function552 return 8 * GetNumCompressedBlocks(width, height, 4, 4); in ComputeCompressedSize()559 return 16 * GetNumCompressedBlocks(width, height, 4, 4); in ComputeCompressedSize()