Home
last modified time | relevance | path

Searched refs:weight_x (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):
149 self.weight_x = weight_x
311 wx = get_attrib(candidate, "weight_x")
448 wx = can.weight_x
/third_party/astc-encoder/Source/
H A Dastcenc.h708 unsigned int weight_x; member
H A Dastcenc_block_sizes.cpp419 di.weight_x = static_cast<uint8_t>(x_weights); in init_decimation_info_2d()
675 di.weight_x = static_cast<uint8_t>(x_weights); in init_decimation_info_3d()
H A Dastcenc_entry.cpp1345 info->weight_x = di.weight_x; in astcenc_get_block_info()
H A Dastcenc_internal.h370 uint8_t weight_x; member
H A Dastcenc_compress_symbolic.cpp731 trace_add_data("weight_x", di.weight_x); in compress_symbolic_block_for_partition_1plane()
1121 trace_add_data("weight_x", di.weight_x); 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