Home
last modified time | relevance | path

Searched refs:quant_method (Results 1 - 10 of 10) sorted by relevance

/third_party/astc-encoder/Source/
H A Dastcenc_internal.h215 enum quant_method enum
247 static inline unsigned int get_quant_level(quant_method method) in get_quant_level()
449 inline quant_method get_weight_quant_mode() const in get_weight_quant_mode()
451 return static_cast<quant_method>(this->quant_mode); in get_weight_quant_mode()
485 void set_ref_1plane(quant_method weight_quant) in set_ref_1plane()
495 bool is_ref_1plane(quant_method max_weight_quant) const in is_ref_1plane()
506 void set_ref_2plane(quant_method weight_quant) in set_ref_2plane()
516 bool is_ref_2plane(quant_method max_weight_quant) const in is_ref_2plane()
1106 quant_method quant_mode;
1135 inline quant_method get_color_quant_mod
[all...]
H A Dastcenc_color_quantize.cpp73 quant_method quant_level, in quant_color()
89 quant_method quant_level, in quant_color3()
110 quant_method quant_level, in quant_color()
137 quant_method quant_level, in quant_color3()
174 quant_method quant_level in quantize_rgb()
213 quant_method quant_level in quantize_rgba()
242 quant_method quant_level in try_quantize_rgb_blue_contract()
290 quant_method quant_level in try_quantize_rgba_blue_contract()
326 quant_method quant_level in try_quantize_rgb_delta()
408 quant_method quant_leve in try_quantize_rgb_delta_blue_contract()
[all...]
H A Dastcenc_symbolic_physical.cpp157 quant_method weight_quant_method = bm.get_weight_quant_mode(); in symbolic_to_physical()
410 quant_method weight_quant_method = static_cast<quant_method>(bm.quant_mode); in physical_to_symbolic()
546 scb.quant_mode = static_cast<quant_method>(color_quant_level); in physical_to_symbolic()
549 decode_ise(static_cast<quant_method>(color_quant_level), color_integer_count, pcb, in physical_to_symbolic()
H A Dastcenc_integer_sequence.cpp421 quant_method quant_level in get_ise_sequence_bitcount()
494 quant_method quant_level, in encode_ise()
652 quant_method quant_level, in decode_ise()
H A Dastcenc_block_sizes.cpp133 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()
759 unsigned int bits_1plane = get_ise_sequence_bitcount(weight_count, static_cast<quant_method>(i)); in construct_dt_entry_2d()
767 unsigned int bits_2planes = get_ise_sequence_bitcount(2 * weight_count, static_cast<quant_method>(i)); in construct_dt_entry_2d()
1072 unsigned int bits_1plane = get_ise_sequence_bitcount(weight_count, static_cast<quant_method>(i)); in construct_block_size_descriptor_3d()
1078 unsigned int bits_2planes = get_ise_sequence_bitcount(2 * weight_count, static_cast<quant_method>(i)); in construct_block_size_descriptor_3d()
H A Dastcenc_pick_best_endpoint_format.cpp1212 quant_method quant_level[TUNE_MAX_TRIAL_CANDIDATES],
1213 quant_method quant_level_mod[TUNE_MAX_TRIAL_CANDIDATES],
1446 quant_level[i] = static_cast<quant_method>(best_quant_levels[best_error_weights[i]]);
1447 quant_level_mod[i] = static_cast<quant_method>(best_quant_levels_mod[best_error_weights[i]]);
H A Dastcenc_compress_symbolic.cpp607 if (!dm.is_ref_1plane(static_cast<quant_method>(max_weight_quant))) in compress_symbolic_block_for_partition_1plane()
705 quant_method color_quant_level[TUNE_MAX_TRIAL_CANDIDATES]; in compress_symbolic_block_for_partition_1plane()
706 quant_method color_quant_level_mod[TUNE_MAX_TRIAL_CANDIDATES]; in compress_symbolic_block_for_partition_1plane()
968 if (!dm.is_ref_2plane(static_cast<quant_method>(max_weight_quant))) in compress_symbolic_block_for_partition_2planes()
1089 quant_method color_quant_level[TUNE_MAX_TRIAL_CANDIDATES]; in compress_symbolic_block_for_partition_2planes()
1090 quant_method color_quant_level_mod[TUNE_MAX_TRIAL_CANDIDATES]; in compress_symbolic_block_for_partition_2planes()
H A Dastcenc_weight_align.cpp455 if (!dm.is_ref_1plane(static_cast<quant_method>(max_weight_quant))) in compute_angular_endpoints_1plane()
526 if (!dm.is_ref_2plane(static_cast<quant_method>(max_weight_quant))) in compute_angular_endpoints_2planes()
H A Dastcenc_ideal_endpoints_and_weights.cpp1040 quant_method quant_level
/third_party/astc-encoder/Utils/
H A Dastc_quant_generator.cpp29 enum quant_method enum
54 static inline unsigned int get_quant_level(quant_method method) in get_quant_level()
86 quant_method quant;

Completed in 14 milliseconds