Home
last modified time | relevance | path

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

/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dastcenc_ideal_endpoints_and_weights.cpp754 const endpoints_and_weights& eai2, in compute_error_of_weight_set_2planes() argument
781 vfloat actual_values2 = loada(eai2.weights + i); in compute_error_of_weight_set_2planes()
783 vfloat error2 = diff * diff * loada(eai2.weight_error_scale + i); in compute_error_of_weight_set_2planes()
806 vfloat actual_values2 = loada(eai2.weights + i); in compute_error_of_weight_set_2planes()
808 vfloat error2 = diff * diff * loada(eai2.weight_error_scale + i); in compute_error_of_weight_set_2planes()
831 vfloat actual_values2 = loada(eai2.weights + i); in compute_error_of_weight_set_2planes()
833 vfloat error2 = diff * diff * loada(eai2.weight_error_scale + i); in compute_error_of_weight_set_2planes()
Dastcenc_internal.h1770 const endpoints_and_weights& eai2,