Home
last modified time | relevance | path

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

/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dastcenc_block_sizes.cpp286 …unsigned int x_weight = (((1024 + x_texels / 2) / (x_texels - 1)) * x * (x_weights - 1) + 32) >> 6; in init_decimation_info_2d() local
289 unsigned int x_weight_frac = x_weight & 0xF; in init_decimation_info_2d()
291 unsigned int x_weight_int = x_weight >> 4; in init_decimation_info_2d()
485 int x_weight = (((1024 + x_texels / 2) / (x_texels - 1)) * x * (x_weights - 1) + 32) >> 6; in init_decimation_info_3d() local
489 int x_weight_frac = x_weight & 0xF; in init_decimation_info_3d()
492 int x_weight_int = x_weight >> 4; in init_decimation_info_3d()