Home
last modified time | relevance | path

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

/third_party/astc-encoder/Source/
Dastcenc_pick_best_endpoint_format.cpp1314 int best_error_weights[TUNE_MAX_TRIAL_CANDIDATES]; in compute_ideal_endpoint_formats() local
1317 best_error_weights[0] = index_of_best_combination; in compute_ideal_endpoint_formats()
1348 best_error_weights[i] = best_error_index; in compute_ideal_endpoint_formats()
1364 if (best_error_weights[i] < 0) in compute_ideal_endpoint_formats()
1369 block_mode[i] = best_error_weights[i]; in compute_ideal_endpoint_formats()
1371 quant_level[i] = best_quant_levels[best_error_weights[i]]; in compute_ideal_endpoint_formats()
1372 quant_level_mod[i] = best_quant_levels_mod[best_error_weights[i]]; in compute_ideal_endpoint_formats()
1379 partition_format_specifiers[i][j] = best_ep_formats[best_error_weights[i]][j]; in compute_ideal_endpoint_formats()