Home
last modified time | relevance | path

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

/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dastcenc_ideal_endpoints_and_weights.cpp689 const endpoints_and_weights& eai, in compute_error_of_weight_set_1plane() argument
706 vfloat actual_values = loada(eai.weights + i); in compute_error_of_weight_set_1plane()
708 vfloat significance = loada(eai.weight_error_scale + i); in compute_error_of_weight_set_1plane()
722 vfloat actual_values = loada(eai.weights + i); in compute_error_of_weight_set_1plane()
724 vfloat significance = loada(eai.weight_error_scale + i); in compute_error_of_weight_set_1plane()
738 vfloat actual_values = loada(eai.weights + i); in compute_error_of_weight_set_1plane()
740 vfloat significance = loada(eai.weight_error_scale + i); in compute_error_of_weight_set_1plane()
Dastcenc_internal.h1749 const endpoints_and_weights& eai,