Searched refs:plane_blocks (Results 1 – 1 of 1) sorted by relevance
874 int plane_blocks = xblocks * yblocks; in compress_image() local917 int z = i / plane_blocks; in compress_image()918 unsigned int rem = i - (z * plane_blocks); in compress_image()1214 int plane_blocks = xblocks * yblocks; in astcenc_decompress_image() local1248 int z = i / plane_blocks; in astcenc_decompress_image()1249 unsigned int rem = i - (z * plane_blocks); in astcenc_decompress_image()