Home
last modified time | relevance | path

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

/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dastcenc_compute_variance.cpp438 unsigned int max_blk_size_xy = have_z ? 16 : 32; in init_compute_averages() local
441 unsigned int max_padsize_xy = max_blk_size_xy + kerneldim; in init_compute_averages()
462 ag.blk_size_xy = max_blk_size_xy; in init_compute_averages()
468 unsigned int y_tasks = (size_y + max_blk_size_xy - 1) / max_blk_size_xy; in init_compute_averages()