Home
last modified time | relevance | path

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

/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dastcenc_find_best_partitioning.cpp499 float this_error, in insert_result() argument
505 if (this_error >= best_errors[max_values - 1]) in insert_result()
514 if (this_error > best_errors[i]) in insert_result()
527 best_errors[i] = this_error; in insert_result()