Home
last modified time | relevance | path

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

/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dastcenc_pick_best_endpoint_format.cpp697 float integer_count_error = best_combined_error[quant_level][integer_count - 1]; 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()
800 float integer_count_error = best_combined_error[quant_level][integer_count - 2]; 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()
925 float integer_count_error = best_combined_error[quant_level][integer_count - 3]; 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()
928 best_integer_count_error = integer_count_error; in three_partitions_find_best_combination_for_bitcount()
1061 float integer_count_error = best_combined_error[quant_level][integer_count - 4]; in four_partitions_find_best_combination_for_bitcount() local
[all …]