Home
last modified time | relevance | path

Searched refs:error_cut_low_high (Results 1 – 1 of 1) sorted by relevance

/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dastcenc_weight_align.cpp285 float error_cut_low_high = error[i] + cut_low_weight_error[i] + cut_high_weight_error[i]; in compute_angular_endpoints_for_quant_levels() local
306 new_result = vfloat4(error_cut_low_high, i_flt, 1.0f, 0.0f); in compute_angular_endpoints_for_quant_levels()
307 mask = vfloat4(best_result.lane<0>()) > vfloat4(error_cut_low_high); in compute_angular_endpoints_for_quant_levels()