Home
last modified time | relevance | path

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

/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dastcenc_pick_best_endpoint_format.cpp870 int high3 = astc::max(k, high2); in three_partitions_find_best_combination_for_every_quantization_and_integer_count() local
871 if ((high3 - low3) > 1) in three_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() local
996 if ((high3 - low3) > 1) in four_partitions_find_best_combination_for_every_quantization_and_integer_count()
1004 int high4 = astc::max(l, high3); in four_partitions_find_best_combination_for_every_quantization_and_integer_count()