Home
last modified time | relevance | path

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

/third_party/astc-encoder/Source/
H A Dastcenc_entry.cpp860 int plane_blocks = xblocks * yblocks; in compress_image() local
905 int z = i / plane_blocks; in compress_image()
906 unsigned int rem = i - (z * plane_blocks); in compress_image()
1220 int plane_blocks = xblocks * yblocks; in astcenc_decompress_image() local
1257 int z = i / plane_blocks; in astcenc_decompress_image()
1258 unsigned int rem = i - (z * plane_blocks); in astcenc_decompress_image()

Completed in 2 milliseconds