Home
last modified time | relevance | path

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

/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dastcenc_find_best_partitioning.cpp498 unsigned int max_values, in insert_result() argument
505 if (this_error >= best_errors[max_values - 1]) in insert_result()
511 for (unsigned int i = 0; i < max_values; i++) in insert_result()
520 for (unsigned int j = max_values - 1; j > i; j--) in insert_result()