Home
last modified time | relevance | path

Searched refs:get_weight_quant_mode (Results 1 – 5 of 5) sorted by relevance

/third_party/astc-encoder/Source/
Dastcenc_decompress_symbolic.cpp285 …unpack_weights(bsd, scb, di, is_dual_plane, bm.get_weight_quant_mode(), plane1_weights, plane2_wei… in decompress_symbolic_block()
350 unpack_weights(bsd, scb, di, true, bm.get_weight_quant_mode(), plane1_weights, plane2_weights); in compute_symbolic_block_difference_2plane()
446 unpack_weights(bsd, scb, di, false, bm.get_weight_quant_mode(), plane1_weights, nullptr); in compute_symbolic_block_difference_1plane()
538 unpack_weights(bsd, scb, di, false, bm.get_weight_quant_mode(), plane1_weights, nullptr); in compute_symbolic_block_difference_1plane_1partition()
Dastcenc_compress_symbolic.cpp487 bm.get_weight_quant_mode()); in compress_symbolic_block_for_partition_1plane()
851 bm.get_weight_quant_mode()); in compress_symbolic_block_for_partition_2planes()
860 bm.get_weight_quant_mode()); in compress_symbolic_block_for_partition_2planes()
Dastcenc_entry.cpp1252 info->weight_level_count = get_quant_level(bm.get_weight_quant_mode()); in astcenc_get_block_info()
1287 …unpack_weights(bsd, scb, di, bm.is_dual_plane, bm.get_weight_quant_mode(), weight_plane1, weight_p… in astcenc_get_block_info()
Dastcenc_symbolic_physical.cpp175 quant_method weight_quant_method = bm.get_weight_quant_mode(); in symbolic_to_physical()
Dastcenc_internal.h620 inline quant_method get_weight_quant_mode() const in get_weight_quant_mode() function