Searched refs:integer_count_error (Results 1 – 1 of 1) sorted by relevance
697 float integer_count_error = best_combined_error[quant_level][integer_count - 1]; in one_partition_find_best_combination_for_bitcount() local698 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() local801 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() local926 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 …]