Searched refs:max_quant_steps (Results 1 - 1 of 1) sorted by relevance
/third_party/astc-encoder/Source/ |
H A D | astcenc_weight_align.cpp | 144 * @param max_quant_steps The maximum quantization level to be tested. 158 unsigned int max_quant_steps, in compute_lowest_and_highest_weight() 229 span = min(span, vint(max_quant_steps + 3)); in compute_lowest_and_highest_weight() 251 unsigned int max_quant_steps, in compute_lowest_and_highest_weight() 305 span = min(span, vint(max_quant_steps + 3)); in compute_lowest_and_highest_weight() 340 unsigned int max_quant_steps = steps_for_quant_level[max_quant_level]; in compute_angular_endpoints_for_quant_levels() local 355 max_angular_steps, max_quant_steps, in compute_angular_endpoints_for_quant_levels() 365 promise(max_quant_steps > 0); in compute_angular_endpoints_for_quant_levels() 366 for (unsigned int i = 0; i < (max_quant_steps + 4); i++) in compute_angular_endpoints_for_quant_levels() 153 compute_lowest_and_highest_weight( QualityProfile privateProfile, unsigned int weight_count, const float* dec_weight_ideal_value, unsigned int max_angular_steps, unsigned int max_quant_steps, const float* offsets, float* lowest_weight, int* weight_span, float* error, float* cut_low_weight_error, float* cut_high_weight_error ) compute_lowest_and_highest_weight() argument 246 compute_lowest_and_highest_weight( QualityProfile privateProfile, unsigned int weight_count, const float* dec_weight_ideal_value, unsigned int max_angular_steps, unsigned int max_quant_steps, const float* offsets, float* lowest_weight, int* weight_span, float* error, float* cut_low_weight_error, float* cut_high_weight_error ) compute_lowest_and_highest_weight() argument
|
Completed in 2 milliseconds