Home
last modified time | relevance | path

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

/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dastcenc_pick_best_endpoint_format.cpp1171 float error_of_best = one_partition_find_best_combination_for_bitcount( in compute_ideal_endpoint_formats() local
1175 float total_error = error_of_best + qwt_errors[i]; in compute_ideal_endpoint_formats()
1204 float error_of_best = two_partitions_find_best_combination_for_bitcount( in compute_ideal_endpoint_formats() local
1209 float total_error = error_of_best + qwt_errors[i]; in compute_ideal_endpoint_formats()
1237 float error_of_best = three_partitions_find_best_combination_for_bitcount( in compute_ideal_endpoint_formats() local
1242 float total_error = error_of_best + qwt_errors[i]; in compute_ideal_endpoint_formats()
1271 float error_of_best = four_partitions_find_best_combination_for_bitcount( in compute_ideal_endpoint_formats() local
1276 float total_error = error_of_best + qwt_errors[i]; in compute_ideal_endpoint_formats()