Searched refs:quant_method (Results 1 – 10 of 10) sorted by relevance
/aosp_15_r20/hardware/google/gfxstream/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() 131 quant_method quant_level, in rgb_delta_unpack() 152 quant_method quant_level, in rgba_unpack() 186 quant_method quant_level, in rgb_unpack() 211 quant_method quant_level, in rgb_scale_alpha_unpack() 241 quant_method quant_level, in rgb_scale_unpack() 267 quant_method quant_level, in luminance_unpack() 289 quant_method quant_level, in luminance_delta_unpack() [all …]
|
D | astcenc_internal.h | 202 enum quant_method enum 234 static inline unsigned int get_quant_level(quant_method method) in get_quant_level() 422 inline quant_method get_weight_quant_mode() const in get_weight_quant_mode() 424 return static_cast<quant_method>(this->quant_mode); in get_weight_quant_mode() 458 void set_ref_1_plane(quant_method weight_quant) in set_ref_1_plane() 468 bool is_ref_1_plane(quant_method max_weight_quant) const in is_ref_1_plane() 479 void set_ref_2_plane(quant_method weight_quant) in set_ref_2_plane() 489 bool is_ref_2_plane(quant_method max_weight_quant) const in is_ref_2_plane() 1012 quant_method method; 1077 quant_method quant_mode; [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() 419 quant_method quant_level in try_quantize_rgb_delta_blue_contract() 561 quant_method quant_level in try_quantize_alpha_delta() [all …]
|
D | astcenc_symbolic_physical.cpp | 153 quant_method weight_quant_method = bm.get_weight_quant_mode(); in symbolic_to_physical() 372 quant_method weight_quant_method = static_cast<quant_method>(bm.quant_mode); in physical_to_symbolic() 505 scb.quant_mode = static_cast<quant_method>(color_quant_level); in physical_to_symbolic() 507 decode_ise(static_cast<quant_method>(color_quant_level), color_integer_count, pcb.data, in physical_to_symbolic()
|
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() 1064 … unsigned int bits_1plane = get_ise_sequence_bitcount(weight_count, static_cast<quant_method>(i)); in construct_block_size_descriptor_3d() 1070 …igned int bits_2planes = get_ise_sequence_bitcount(2 * weight_count, static_cast<quant_method>(i)); in construct_block_size_descriptor_3d()
|
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_compress_symbolic.cpp | 399 if (!dm.is_ref_1_plane(static_cast<quant_method>(max_weight_quant))) in compress_symbolic_block_for_partition_1plane() 497 quant_method color_quant_level[TUNE_MAX_TRIAL_CANDIDATES]; in compress_symbolic_block_for_partition_1plane() 498 quant_method color_quant_level_mod[TUNE_MAX_TRIAL_CANDIDATES]; in compress_symbolic_block_for_partition_1plane() 751 if (!dm.is_ref_2_plane(static_cast<quant_method>(max_weight_quant))) in compress_symbolic_block_for_partition_2planes() 872 quant_method color_quant_level[TUNE_MAX_TRIAL_CANDIDATES]; in compress_symbolic_block_for_partition_2planes() 873 quant_method color_quant_level_mod[TUNE_MAX_TRIAL_CANDIDATES]; in compress_symbolic_block_for_partition_2planes()
|
D | astcenc_pick_best_endpoint_format.cpp | 1107 quant_method quant_level[TUNE_MAX_TRIAL_CANDIDATES], in compute_ideal_endpoint_formats() 1108 quant_method quant_level_mod[TUNE_MAX_TRIAL_CANDIDATES], in compute_ideal_endpoint_formats() 1342 quant_level[i] = static_cast<quant_method>(best_quant_levels[best_error_weights[i]]); in compute_ideal_endpoint_formats() 1343 quant_level_mod[i] = static_cast<quant_method>(best_quant_levels_mod[best_error_weights[i]]); in compute_ideal_endpoint_formats()
|
D | astcenc_weight_align.cpp | 356 if (!dm.is_ref_1_plane(static_cast<quant_method>(max_weight_quant))) in compute_angular_endpoints_1plane() 425 if (!dm.is_ref_2_plane(static_cast<quant_method>(max_weight_quant))) in compute_angular_endpoints_2planes()
|
D | astcenc_ideal_endpoints_and_weights.cpp | 987 quant_method quant_level in compute_quantized_weights_for_decimation()
|