Searched refs:get_weight_quant_mode (Results 1 – 5 of 5) sorted by relevance
/third_party/astc-encoder/Source/ |
D | astcenc_decompress_symbolic.cpp | 285 …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()
|
D | astcenc_compress_symbolic.cpp | 487 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()
|
D | astcenc_entry.cpp | 1252 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()
|
D | astcenc_symbolic_physical.cpp | 175 quant_method weight_quant_method = bm.get_weight_quant_mode(); in symbolic_to_physical()
|
D | astcenc_internal.h | 620 inline quant_method get_weight_quant_mode() const in get_weight_quant_mode() function
|