Searched refs:quant_method (Results 1 – 10 of 10) sorted by relevance
/third_party/astc-encoder/Source/ |
D | astcenc_color_unquantize.cpp | 38 quant_method quant_level, in unquant_color() 57 quant_method quant_level, in unquant_color() 92 quant_method quant_level, in rgba_delta_unpack() 138 quant_method quant_level, in rgb_delta_unpack() 159 quant_method quant_level, in rgba_unpack() 193 quant_method quant_level, in rgb_unpack() 218 quant_method quant_level, in rgb_scale_alpha_unpack() 248 quant_method quant_level, in rgb_scale_unpack() 274 quant_method quant_level, in luminance_unpack() 296 quant_method quant_level, in luminance_delta_unpack() [all …]
|
D | astcenc_internal.h | 400 enum quant_method enum 432 static inline unsigned int get_quant_level(quant_method method) in get_quant_level() 620 inline quant_method get_weight_quant_mode() const in get_weight_quant_mode() 622 return static_cast<quant_method>(this->quant_mode); in get_weight_quant_mode() 1127 alignas(ASTCENC_VECALIGN) quant_method best_quant_levels[WEIGHTS_MAX_BLOCK_MODES]; 1130 quant_method best_quant_levels_mod[WEIGHTS_MAX_BLOCK_MODES]; 1191 quant_method method; 1260 quant_method quant_mode; 1285 inline quant_method get_color_quant_mode() const in get_color_quant_mode() 1556 quant_method quant_level, [all …]
|
D | astcenc_color_quantize.cpp | 54 quant_method quant_level, in quant_color_clamp() 72 quant_method quant_level, in quant_color() 88 quant_method quant_level, in unquant_color() 110 quant_method quant_level in quantize_rgb() 171 quant_method quant_level in quantize_rgba() 200 quant_method quant_level in try_quantize_rgb_blue_contract() 275 quant_method quant_level in try_quantize_rgba_blue_contract() 306 quant_method quant_level in try_quantize_rgb_delta() 437 quant_method quant_level in try_quantize_rgb_delta_blue_contract() 599 quant_method quant_level in try_quantize_alpha_delta() [all …]
|
D | astcenc_pick_best_endpoint_format.cpp | 693 quant_method& best_quant_level, in one_partition_find_best_combination_for_bitcount() 724 best_quant_level = static_cast<quant_method>(ql); in one_partition_find_best_combination_for_bitcount() 806 quant_method& best_quant_level, in two_partitions_find_best_combination_for_bitcount() 807 quant_method& best_quant_level_mod, in two_partitions_find_best_combination_for_bitcount() 835 best_quant_level = static_cast<quant_method>(ql); in two_partitions_find_best_combination_for_bitcount() 836 best_quant_level_mod = static_cast<quant_method>(ql_mod); in two_partitions_find_best_combination_for_bitcount() 931 quant_method& best_quant_level, in three_partitions_find_best_combination_for_bitcount() 932 quant_method& best_quant_level_mod, in three_partitions_find_best_combination_for_bitcount() 960 best_quant_level = static_cast<quant_method>(ql); in three_partitions_find_best_combination_for_bitcount() 961 best_quant_level_mod = static_cast<quant_method>(ql_mod); in three_partitions_find_best_combination_for_bitcount() [all …]
|
D | astcenc_symbolic_physical.cpp | 175 quant_method weight_quant_method = bm.get_weight_quant_mode(); in symbolic_to_physical() 377 quant_method weight_quant_method = static_cast<quant_method>(bm.quant_mode); in physical_to_symbolic() 504 scb.quant_mode = static_cast<quant_method>(color_quant_level); in physical_to_symbolic() 506 decode_ise(static_cast<quant_method>(color_quant_level), color_integer_count, pcb.data, in physical_to_symbolic()
|
D | astcenc_integer_sequence.cpp | 428 quant_method quant_level in get_ise_sequence_bitcount() 500 quant_method quant_level, in encode_ise() 659 quant_method quant_level, in decode_ise()
|
D | astcenc_block_sizes.cpp | 133 weight_bits = get_ise_sequence_bitcount(weight_count, static_cast<quant_method>(quant_mode)); in decode_block_mode_2d() 236 weight_bits = get_ise_sequence_bitcount(weight_count, static_cast<quant_method>(quant_mode)); in decode_block_mode_3d() 785 unsigned int bits_1plane = get_ise_sequence_bitcount(weight_count, static_cast<quant_method>(i)); in construct_dt_entry_2d() 793 …unsigned int bits_2planes = get_ise_sequence_bitcount(2 * weight_count, static_cast<quant_method>(… in construct_dt_entry_2d() 1071 … unsigned int bits_1plane = get_ise_sequence_bitcount(weight_count, static_cast<quant_method>(i)); in construct_block_size_descriptor_3d() 1077 …igned int bits_2planes = get_ise_sequence_bitcount(2 * weight_count, static_cast<quant_method>(i)); in construct_block_size_descriptor_3d()
|
D | astcenc_compress_symbolic.cpp | 500 quant_method color_quant_level[TUNE_MAX_TRIAL_CANDIDATES]; in compress_symbolic_block_for_partition_1plane() 501 quant_method color_quant_level_mod[TUNE_MAX_TRIAL_CANDIDATES]; in compress_symbolic_block_for_partition_1plane() 875 quant_method color_quant_level[TUNE_MAX_TRIAL_CANDIDATES]; in compress_symbolic_block_for_partition_2planes() 876 quant_method color_quant_level_mod[TUNE_MAX_TRIAL_CANDIDATES]; in compress_symbolic_block_for_partition_2planes()
|
D | astcenc_decompress_symbolic.cpp | 130 quant_method quant_level, in unpack_weights()
|
D | astcenc_ideal_endpoints_and_weights.cpp | 935 quant_method quant_level in compute_quantized_weights_for_decimation()
|