Home
last modified time | relevance | path

Searched refs:plane_blocks (Results 1 – 1 of 1) sorted by relevance

/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dastcenc_entry.cpp874 int plane_blocks = xblocks * yblocks; in compress_image() local
917 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() local
1248 int z = i / plane_blocks; in astcenc_decompress_image()
1249 unsigned int rem = i - (z * plane_blocks); in astcenc_decompress_image()