Searched refs:best_error_weights (Results 1 – 1 of 1) sorted by relevance
1287 int best_error_weights[TUNE_MAX_TRIAL_CANDIDATES]; in compute_ideal_endpoint_formats() local1290 best_error_weights[0] = index_of_best_combination; in compute_ideal_endpoint_formats()1319 best_error_weights[i] = best_error_index; in compute_ideal_endpoint_formats()1335 if (best_error_weights[i] < 0) in compute_ideal_endpoint_formats()1340 block_mode[i] = best_error_weights[i]; in compute_ideal_endpoint_formats()1342 quant_level[i] = static_cast<quant_method>(best_quant_levels[best_error_weights[i]]); in compute_ideal_endpoint_formats()1343 quant_level_mod[i] = static_cast<quant_method>(best_quant_levels_mod[best_error_weights[i]]); in compute_ideal_endpoint_formats()1350 partition_format_specifiers[i][j] = best_ep_formats[best_error_weights[i]][j]; in compute_ideal_endpoint_formats()