Home
last modified time | relevance | path

Searched refs:x_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.cpp257 int x_weight = (((1024 + xdim / 2) / (xdim - 1)) * x * (x_weights - 1) + 32) >> 6; in initialize_decimation_table_2d() local
260 int x_weight_frac = x_weight & 0xF; in initialize_decimation_table_2d()
262 int x_weight_int = x_weight >> 4; in initialize_decimation_table_2d()
343 int x_weight = (((1024 + xdim / 2) / (xdim - 1)) * x * (x_weights - 1) + 32) >> 6; in initialize_decimation_table_3d() local
347 int x_weight_frac = x_weight & 0xF; in initialize_decimation_table_3d()
350 int x_weight_int = x_weight >> 4; in initialize_decimation_table_3d()
/third_party/astc-encoder/Source/
H A 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()
472 int x_weight = (((1024 + x_texels / 2) / (x_texels - 1)) * x * (x_weights - 1) + 32) >> 6; in init_decimation_info_3d() local
476 int x_weight_frac = x_weight & 0xF; in init_decimation_info_3d()
479 int x_weight_int = x_weight >> 4; in init_decimation_info_3d()

Completed in 3 milliseconds