Home
last modified time | relevance | path

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

/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dastcenc_pick_best_endpoint_format.cpp1175 float total_error = error_of_best + qwt_errors[i]; in compute_ideal_endpoint_formats() local
1176 errors_of_best_combination[i] = total_error; in compute_ideal_endpoint_formats()
1179 if (total_error < error_of_best_combination) in compute_ideal_endpoint_formats()
1181 error_of_best_combination = total_error; in compute_ideal_endpoint_formats()
1209 float total_error = error_of_best + qwt_errors[i]; in compute_ideal_endpoint_formats() local
1210 errors_of_best_combination[i] = total_error; in compute_ideal_endpoint_formats()
1212 if (total_error < error_of_best_combination) in compute_ideal_endpoint_formats()
1214 error_of_best_combination = total_error; in compute_ideal_endpoint_formats()
1242 float total_error = error_of_best + qwt_errors[i]; in compute_ideal_endpoint_formats() local
1243 errors_of_best_combination[i] = total_error; in compute_ideal_endpoint_formats()
[all …]