Home
last modified time | relevance | path

Searched refs:z_weight_int (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.cpp352 int z_weight_int = z_weight >> 4; in initialize_decimation_table_3d() local
355 qweight[0] = (z_weight_int * y_weights + y_weight_int) * x_weights + x_weight_int; in initialize_decimation_table_3d()
356 qweight[3] = ((z_weight_int + 1) * y_weights + (y_weight_int + 1)) * x_weights + (x_weight_int + 1); in initialize_decimation_table_3d()
/third_party/astc-encoder/Source/
H A Dastcenc_block_sizes.cpp481 int z_weight_int = z_weight >> 4; in init_decimation_info_3d() local
484 qweight[0] = (z_weight_int * y_weights + y_weight_int) * x_weights + x_weight_int; in init_decimation_info_3d()
485 qweight[3] = ((z_weight_int + 1) * y_weights + (y_weight_int + 1)) * x_weights + (x_weight_int + 1); in init_decimation_info_3d()

Completed in 5 milliseconds