Home
last modified time | relevance | path

Searched refs:weight_y (Results 1 - 7 of 7) sorted by relevance

/third_party/astc-encoder/Test/
H A Dastc_trace_analysis.py148 def __init__(self, weight_x, weight_y, weight_z, weight_quant):
150 self.weight_y = weight_y
312 wy = get_attrib(candidate, "weight_y")
449 wy = can.weight_y
/third_party/astc-encoder/Source/
H A Dastcenc.h711 unsigned int weight_y; member
H A Dastcenc_block_sizes.cpp420 di.weight_y = static_cast<uint8_t>(y_weights); in init_decimation_info_2d()
676 di.weight_y = static_cast<uint8_t>(y_weights); in init_decimation_info_3d()
H A Dastcenc_entry.cpp1346 info->weight_y = di.weight_y; in astcenc_get_block_info()
H A Dastcenc_internal.h373 uint8_t weight_y; member
H A Dastcenc_compress_symbolic.cpp732 trace_add_data("weight_y", di.weight_y); in compress_symbolic_block_for_partition_1plane()
1122 trace_add_data("weight_y", di.weight_y); in compress_symbolic_block_for_partition_2planes()
H A Dastcenccli_toplevel.cpp1662 float weight_count = static_cast<float>(info.weight_x * info.weight_y);

Completed in 13 milliseconds