Home
last modified time | relevance | path

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

/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dastcenc_pick_best_endpoint_format.cpp1158 int index_of_best_combination = -1; in compute_ideal_endpoint_formats() local
1182 index_of_best_combination = i; in compute_ideal_endpoint_formats()
1215 index_of_best_combination = i; in compute_ideal_endpoint_formats()
1248 index_of_best_combination = i; in compute_ideal_endpoint_formats()
1282 index_of_best_combination = i; in compute_ideal_endpoint_formats()
1290 best_error_weights[0] = index_of_best_combination; in compute_ideal_endpoint_formats()
1291 if (index_of_best_combination >= 0) in compute_ideal_endpoint_formats()
1293 errors_of_best_combination[index_of_best_combination] = ERROR_CALC_DEFAULT; in compute_ideal_endpoint_formats()