Home
last modified time | relevance | path

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

/third_party/astc-encoder/Source/
Dastcenc_ideal_endpoints_and_weights.cpp684 const endpoints_and_weights& eai2, in compute_error_of_weight_set_2planes() argument
711 vfloat actual_values2 = loada(eai2.weights + i); in compute_error_of_weight_set_2planes()
713 vfloat error2 = diff * diff * loada(eai2.weight_error_scale + i); in compute_error_of_weight_set_2planes()
736 vfloat actual_values2 = loada(eai2.weights + i); in compute_error_of_weight_set_2planes()
738 vfloat error2 = diff * diff * loada(eai2.weight_error_scale + i); in compute_error_of_weight_set_2planes()
761 vfloat actual_values2 = loada(eai2.weights + i); in compute_error_of_weight_set_2planes()
763 vfloat error2 = diff * diff * loada(eai2.weight_error_scale + i); in compute_error_of_weight_set_2planes()
Dastcenc_internal.h2076 const endpoints_and_weights& eai2,