Home
last modified time | relevance | path

Searched refs:cut_low_weight_error (Results 1 - 1 of 1) sorted by relevance

/third_party/astc-encoder/Source/
H A Dastcenc_weight_align.cpp149 * @param[out] cut_low_weight_error Per angular step, the low weight cut error.
163 float* cut_low_weight_error, in compute_lowest_and_highest_weight()
239 storea(cut_low_weight_err * errscale, cut_low_weight_error + sp); in compute_lowest_and_highest_weight()
256 float* cut_low_weight_error, in compute_lowest_and_highest_weight()
315 storea(cut_low_weight_err * errscale, cut_low_weight_error + sp); in compute_lowest_and_highest_weight()
351 ASTCENC_ALIGNAS float cut_low_weight_error[ANGULAR_STEPS]; in compute_angular_endpoints_for_quant_levels() local
357 cut_low_weight_error, cut_high_weight_error); in compute_angular_endpoints_for_quant_levels()
381 float error_cut_low = error[i] + cut_low_weight_error[i]; in compute_angular_endpoints_for_quant_levels()
383 float error_cut_low_high = error[i] + cut_low_weight_error[i] + cut_high_weight_error[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