Searched refs:integer_count_error (Results 1 – 1 of 1) sorted by relevance
714 float integer_count_error = best_combined_error[quant_level][integer_count - 1]; in one_partition_find_best_combination_for_bitcount() local715 if (integer_count_error < best_integer_count_error) in one_partition_find_best_combination_for_bitcount()717 best_integer_count_error = integer_count_error; in one_partition_find_best_combination_for_bitcount()824 float integer_count_error = best_combined_error[quant_level][integer_count - 2]; in two_partitions_find_best_combination_for_bitcount() local825 if (integer_count_error < best_integer_count_error) in two_partitions_find_best_combination_for_bitcount()827 best_integer_count_error = integer_count_error; in two_partitions_find_best_combination_for_bitcount()949 float integer_count_error = best_combined_error[quant_level][integer_count - 3]; in three_partitions_find_best_combination_for_bitcount() local950 if (integer_count_error < best_integer_count_error) in three_partitions_find_best_combination_for_bitcount()952 best_integer_count_error = integer_count_error; in three_partitions_find_best_combination_for_bitcount()1085 float integer_count_error = best_combined_error[quant_level][integer_count - 4]; in four_partitions_find_best_combination_for_bitcount() local[all …]