Home
last modified time | relevance | path

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

/third_party/astc-encoder/Test/
Dastc_trace_analysis.py148 def __init__(self, weight_x, weight_y, weight_z, weight_quant): argument
150 self.weight_y = weight_y
449 wy = can.weight_y
/third_party/astc-encoder/Source/
Dastcenc.h648 unsigned int weight_y; member
Dastcenc_entry.cpp1242 info->weight_y = di.weight_y; in astcenc_get_block_info()
Dastcenc_block_sizes.cpp433 di.weight_y = static_cast<uint8_t>(y_weights); in init_decimation_info_2d()
702 di.weight_y = static_cast<uint8_t>(y_weights); in init_decimation_info_3d()
Dastcenc_compress_symbolic.cpp528 trace_add_data("weight_y", di.weight_y); in compress_symbolic_block_for_partition_1plane()
909 trace_add_data("weight_y", di.weight_y); in compress_symbolic_block_for_partition_2planes()
Dastcenc_internal.h556 uint8_t weight_y; member