Home
last modified time | relevance | path

Searched refs:y_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.cpp263 int y_weight_int = y_weight >> 4; in initialize_decimation_table_2d() local
266 qweight[0] = x_weight_int + y_weight_int * x_weights; in initialize_decimation_table_2d()
351 int y_weight_int = y_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.cpp292 unsigned int y_weight_int = y_weight >> 4; in init_decimation_info_2d() local
295 qweight[0] = x_weight_int + y_weight_int * x_weights; in init_decimation_info_2d()
480 int y_weight_int = y_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 3 milliseconds