Home
last modified time | relevance | path

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

/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dastcenc_pick_best_endpoint_format.cpp684 float best_integer_count_error = ERROR_CALC_DEFAULT; in one_partition_find_best_combination_for_bitcount() local
698 if (integer_count_error < best_integer_count_error) in one_partition_find_best_combination_for_bitcount()
700 best_integer_count_error = integer_count_error; in one_partition_find_best_combination_for_bitcount()
715 return best_integer_count_error; in one_partition_find_best_combination_for_bitcount()
787 float best_integer_count_error = ERROR_CALC_DEFAULT; in two_partitions_find_best_combination_for_bitcount() local
801 if (integer_count_error < best_integer_count_error) in two_partitions_find_best_combination_for_bitcount()
803 best_integer_count_error = integer_count_error; in two_partitions_find_best_combination_for_bitcount()
829 return best_integer_count_error; in two_partitions_find_best_combination_for_bitcount()
912 float best_integer_count_error = ERROR_CALC_DEFAULT; in three_partitions_find_best_combination_for_bitcount() local
926 if (integer_count_error < best_integer_count_error) in three_partitions_find_best_combination_for_bitcount()
[all …]