Searched refs:max_angular_steps (Results 1 - 1 of 1) sorted by relevance
/third_party/astc-encoder/Source/ |
H A D | astcenc_weight_align.cpp | 90 * @param max_angular_steps The maximum number of steps to be tested. 96 unsigned int max_angular_steps, in compute_angular_offsets() 100 promise(max_angular_steps > 0); in compute_angular_offsets() 116 for (unsigned int i = 0; i < max_angular_steps; i += ASTCENC_SIMD_WIDTH) in compute_angular_offsets() 143 * @param max_angular_steps The maximum number of steps to be tested. 157 unsigned int max_angular_steps, in compute_lowest_and_highest_weight() 167 promise(max_angular_steps > 0); in compute_lowest_and_highest_weight() 187 for (unsigned int sp = 0; sp < max_angular_steps; sp += ASTCENC_SIMD_WIDTH) in compute_lowest_and_highest_weight() 250 unsigned int max_angular_steps, in compute_lowest_and_highest_weight() 261 promise(max_angular_steps > in compute_lowest_and_highest_weight() 93 compute_angular_offsets( unsigned int weight_count, const float* dec_weight_ideal_value, unsigned int max_angular_steps, float* offsets ) compute_angular_offsets() argument 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 341 unsigned int max_angular_steps = steps_for_quant_level[max_quant_level]; compute_angular_endpoints_for_quant_levels() local [all...] |
Completed in 2 milliseconds