Home
last modified time | relevance | path

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

/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dastcenc_pick_best_endpoint_format.cpp681 uint8_t& best_format in one_partition_find_best_combination_for_bitcount() argument
708 best_format = FMT_LUMINANCE; in one_partition_find_best_combination_for_bitcount()
712 best_format = best_combined_format[ql][best_integer_count]; in one_partition_find_best_combination_for_bitcount()
728 const uint8_t best_format[2][21][4], in two_partitions_find_best_combination_for_every_quantization_and_integer_count()
758 best_combined_format[quant][intcnt][0] = best_format[0][quant][i]; in two_partitions_find_best_combination_for_every_quantization_and_integer_count()
759 best_combined_format[quant][intcnt][1] = best_format[1][quant][j]; in two_partitions_find_best_combination_for_every_quantization_and_integer_count()
842 const uint8_t best_format[3][21][4], in three_partitions_find_best_combination_for_every_quantization_and_integer_count()
881 best_combined_format[quant][intcnt][0] = best_format[0][quant][i]; in three_partitions_find_best_combination_for_every_quantization_and_integer_count()
882 best_combined_format[quant][intcnt][1] = best_format[1][quant][j]; in three_partitions_find_best_combination_for_every_quantization_and_integer_count()
883 best_combined_format[quant][intcnt][2] = best_format[2][quant][k]; in three_partitions_find_best_combination_for_every_quantization_and_integer_count()
[all …]