Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/astc-encoder/Source/
H A Dastc_block_sizes2.cpp345 int z_weight = (((1024 + zdim / 2) / (zdim - 1)) * z * (z_weights - 1) + 32) >> 6; in initialize_decimation_table_3d() local
349 int z_weight_frac = z_weight & 0xF; in initialize_decimation_table_3d()
352 int z_weight_int = z_weight >> 4; in initialize_decimation_table_3d()
/third_party/astc-encoder/Source/
H A Dastcenc_block_sizes.cpp474 int z_weight = (((1024 + z_texels / 2) / (z_texels - 1)) * z * (z_weights - 1) + 32) >> 6; in init_decimation_info_3d() local
478 int z_weight_frac = z_weight & 0xF; in init_decimation_info_3d()
481 int z_weight_int = z_weight >> 4; in init_decimation_info_3d()

Completed in 3 milliseconds