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/
Dastcenc_weight_align.cpp171 float* cut_low_weight_error, in compute_lowest_and_highest_weight() argument
229 storea(cut_low_weight_err * errscale, &cut_low_weight_error[sp]); in compute_lowest_and_highest_weight()
262 alignas(ASTCENC_VECALIGN) float cut_low_weight_error[ANGULAR_STEPS]; in compute_angular_endpoints_for_quant_levels() local
268 cut_low_weight_error, cut_high_weight_error); in compute_angular_endpoints_for_quant_levels()
292 float error_cut_low = error[i] + cut_low_weight_error[i]; in compute_angular_endpoints_for_quant_levels()
294 float error_cut_low_high = error[i] + cut_low_weight_error[i] + cut_high_weight_error[i]; in compute_angular_endpoints_for_quant_levels()