Home
last modified time | relevance | path

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

/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dastcenc_compute_variance.cpp439 unsigned int max_blk_size_z = astc::min(size_z, have_z ? 16u : 1u); in init_compute_averages() local
442 unsigned int max_padsize_z = max_blk_size_z + (have_z ? kerneldim : 0); in init_compute_averages()
463 ag.blk_size_z = max_blk_size_z; in init_compute_averages()
467 unsigned int z_tasks = (size_z + max_blk_size_z - 1) / max_blk_size_z; in init_compute_averages()