Home
last modified time | relevance | path

Searched defs:xblocks (Results 1 – 2 of 2) sorted by relevance

/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dastcenc_entry.cpp868 int xblocks = (dim_x + block_x - 1) / block_x; in compress_image() local
1209 unsigned int xblocks = (image_out.dim_x + block_x - 1) / block_x; in astcenc_decompress_image() local
Dastcenccli_image_load_store.cpp2407 unsigned int xblocks = (dim_x + block_x - 1) / block_x; in load_cimage() local