Searched refs:errors_of_best_combination (Results 1 – 2 of 2) sorted by relevance
1133 float* errors_of_best_combination = tmpbuf.errors_of_best_combination; in compute_ideal_endpoint_formats() local1142 errors_of_best_combination[i] = ERROR_CALC_DEFAULT; in compute_ideal_endpoint_formats()1151 errors_of_best_combination[i] = ERROR_CALC_DEFAULT; in compute_ideal_endpoint_formats()1167 errors_of_best_combination[i] = ERROR_CALC_DEFAULT; in compute_ideal_endpoint_formats()1176 errors_of_best_combination[i] = total_error; in compute_ideal_endpoint_formats()1200 errors_of_best_combination[i] = ERROR_CALC_DEFAULT; in compute_ideal_endpoint_formats()1210 errors_of_best_combination[i] = total_error; in compute_ideal_endpoint_formats()1233 errors_of_best_combination[i] = ERROR_CALC_DEFAULT; in compute_ideal_endpoint_formats()1243 errors_of_best_combination[i] = total_error; in compute_ideal_endpoint_formats()1267 errors_of_best_combination[i] = ERROR_CALC_DEFAULT; in compute_ideal_endpoint_formats()[all …]
945 alignas(ASTCENC_VECALIGN) float errors_of_best_combination[WEIGHTS_MAX_BLOCK_MODES]; member