Searched refs:max_weight_quant (Results 1 - 3 of 3) sorted by relevance
/third_party/astc-encoder/Source/ |
H A D | astcenc_weight_align.cpp | 440 unsigned int max_weight_quant, in compute_angular_endpoints_1plane() 455 if (!dm.is_ref_1plane(static_cast<quant_method>(max_weight_quant))) in compute_angular_endpoints_1plane() 468 if (max_precision > max_weight_quant) in compute_angular_endpoints_1plane() 470 max_precision = max_weight_quant; in compute_angular_endpoints_1plane() 509 unsigned int max_weight_quant, in compute_angular_endpoints_2planes() 526 if (!dm.is_ref_2plane(static_cast<quant_method>(max_weight_quant))) in compute_angular_endpoints_2planes() 539 if (max_precision > max_weight_quant) in compute_angular_endpoints_2planes() 541 max_precision = max_weight_quant; in compute_angular_endpoints_2planes() 435 compute_angular_endpoints_1plane( QualityProfile privateProfile, bool only_always, const block_size_descriptor& bsd, const float* dec_weight_ideal_value, unsigned int max_weight_quant, compression_working_buffers& tmpbuf ) compute_angular_endpoints_1plane() argument 505 compute_angular_endpoints_2planes( QualityProfile privateProfile, const block_size_descriptor& bsd, const float* dec_weight_ideal_value, unsigned int max_weight_quant, compression_working_buffers& tmpbuf ) compute_angular_endpoints_2planes() argument
|
H A D | astcenc_internal.h | 493 * @param max_weight_quant The max quant method to test. 495 bool is_ref_1plane(quant_method max_weight_quant) const in is_ref_1plane() 497 uint16_t mask = static_cast<uint16_t>((1 << (max_weight_quant + 1)) - 1); in is_ref_1plane() 514 * @param max_weight_quant The max quant method to test. 516 bool is_ref_2plane(quant_method max_weight_quant) const in is_ref_2plane() 518 uint16_t mask = static_cast<uint16_t>((1 << (max_weight_quant + 1)) - 1); in is_ref_2plane() 2041 * @param max_weight_quant The maximum block mode weight quantization allowed. 2049 unsigned int max_weight_quant, 2057 * @param max_weight_quant The maximum block mode weight quantization allowed. 2064 unsigned int max_weight_quant, [all...] |
H A D | astcenc_compress_symbolic.cpp | 582 int max_weight_quant = astc::min(static_cast<int>(QUANT_32), quant_limit); in compress_symbolic_block_for_partition_1plane() local 607 if (!dm.is_ref_1plane(static_cast<quant_method>(max_weight_quant))) in compress_symbolic_block_for_partition_1plane() 635 privateProfile, only_always, bsd, dec_weights_ideal, max_weight_quant, tmpbuf); in compress_symbolic_block_for_partition_1plane() 659 if (bm.quant_mode > max_weight_quant) in compress_symbolic_block_for_partition_1plane() 952 int max_weight_quant = astc::min(static_cast<int>(QUANT_32), quant_limit); in compress_symbolic_block_for_partition_2planes() local 968 if (!dm.is_ref_2plane(static_cast<quant_method>(max_weight_quant))) in compress_symbolic_block_for_partition_2planes() 1011 privateProfile, bsd, dec_weights_ideal, max_weight_quant, tmpbuf); in compress_symbolic_block_for_partition_2planes() 1034 if (bm.quant_mode > max_weight_quant) in compress_symbolic_block_for_partition_2planes()
|
Completed in 7 milliseconds