Lines Matching refs:GetNumCompressedBlocks
562 inline int GetNumCompressedBlocks(int w, int h, int blockSizeX, int blockSizeY) in GetNumCompressedBlocks() function
580 return 8 * GetNumCompressedBlocks(width, height, 4, 4); in ComputeCompressedSize()
589 return 16 * GetNumCompressedBlocks(width, height, 4, 4); in ComputeCompressedSize()
592 return 16 * GetNumCompressedBlocks(width, height, 5, 4); in ComputeCompressedSize()
595 return 16 * GetNumCompressedBlocks(width, height, 5, 5); in ComputeCompressedSize()
598 return 16 * GetNumCompressedBlocks(width, height, 6, 5); in ComputeCompressedSize()
601 return 16 * GetNumCompressedBlocks(width, height, 6, 6); in ComputeCompressedSize()
604 return 16 * GetNumCompressedBlocks(width, height, 8, 5); in ComputeCompressedSize()
607 return 16 * GetNumCompressedBlocks(width, height, 8, 6); in ComputeCompressedSize()
610 return 16 * GetNumCompressedBlocks(width, height, 8, 8); in ComputeCompressedSize()
613 return 16 * GetNumCompressedBlocks(width, height, 10, 5); in ComputeCompressedSize()
616 return 16 * GetNumCompressedBlocks(width, height, 10, 6); in ComputeCompressedSize()
619 return 16 * GetNumCompressedBlocks(width, height, 10, 8); in ComputeCompressedSize()
622 return 16 * GetNumCompressedBlocks(width, height, 10, 10); in ComputeCompressedSize()
625 return 16 * GetNumCompressedBlocks(width, height, 12, 10); in ComputeCompressedSize()
628 return 16 * GetNumCompressedBlocks(width, height, 12, 12); in ComputeCompressedSize()