Home
last modified time | relevance | path

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

/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dastcenc_pick_best_endpoint_format.cpp1157 float error_of_best_combination = ERROR_CALC_DEFAULT; in compute_ideal_endpoint_formats() local
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()
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()
1245 if (total_error < error_of_best_combination) in compute_ideal_endpoint_formats()
1247 error_of_best_combination = total_error; in compute_ideal_endpoint_formats()
1279 if (total_error < error_of_best_combination) in compute_ideal_endpoint_formats()
1281 error_of_best_combination = total_error; in compute_ideal_endpoint_formats()