H A D | astcenc_weight_align.cpp | 88 * @param weight_count The number of (decimated) weights. 94 unsigned int weight_count, in compute_angular_offsets() 99 promise(weight_count > 0); in compute_angular_offsets() 105 for (unsigned int i = 0; i < weight_count; i += ASTCENC_SIMD_WIDTH) in compute_angular_offsets() 121 for (unsigned int j = 0; j < weight_count; j++) in compute_angular_offsets() 141 * @param weight_count The number of (decimated) weights. 155 unsigned int weight_count, in compute_lowest_and_highest_weight() 166 promise(weight_count > 0); in compute_lowest_and_highest_weight() 178 for (unsigned int j = 1; j < weight_count; j++) in compute_lowest_and_highest_weight() 209 for (unsigned int j = 0; j < weight_count; 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 332 compute_angular_endpoints_for_quant_levels( QualityProfile privateProfile, unsigned int weight_count, const float* dec_weight_ideal_value, unsigned int max_quant_level, float low_value[TUNE_MAX_ANGULAR_QUANT + 1], float high_value[TUNE_MAX_ANGULAR_QUANT + 1] ) compute_angular_endpoints_for_quant_levels() argument 460 unsigned int weight_count = bsd.get_decimation_info(i).weight_count; compute_angular_endpoints_1plane() local 531 unsigned int weight_count = bsd.get_decimation_info(i).weight_count; compute_angular_endpoints_2planes() local [all...] |