Home
last modified time | relevance | path

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

/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dastcenc_pick_best_endpoint_format.cpp747 int high2 = astc::max(i, j); in two_partitions_find_best_combination_for_every_quantization_and_integer_count() local
748 if ((high2 - low2) > 1) in two_partitions_find_best_combination_for_every_quantization_and_integer_count()
861 int high2 = astc::max(i, j); in three_partitions_find_best_combination_for_every_quantization_and_integer_count() local
862 if ((high2 - low2) > 1) in three_partitions_find_best_combination_for_every_quantization_and_integer_count()
870 int high3 = astc::max(k, high2); in three_partitions_find_best_combination_for_every_quantization_and_integer_count()
986 int high2 = astc::max(i, j); in four_partitions_find_best_combination_for_every_quantization_and_integer_count() local
987 if ((high2 - low2) > 1) in four_partitions_find_best_combination_for_every_quantization_and_integer_count()
995 int high3 = astc::max(k, high2); in four_partitions_find_best_combination_for_every_quantization_and_integer_count()