Home
last modified time | relevance | path

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

/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dastcenc_pick_best_endpoint_format.cpp869 int low3 = astc::min(k, low2); 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()
994 int low3 = astc::min(k, low2); 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()
1003 int low4 = astc::min(l, low3); in four_partitions_find_best_combination_for_every_quantization_and_integer_count()