Home
last modified time | relevance | path

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

/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dastcenc_pick_best_endpoint_format.cpp753 int intcnt = i + j; in two_partitions_find_best_combination_for_every_quantization_and_integer_count() local
755 if (errorterm <= best_combined_error[quant][intcnt]) in two_partitions_find_best_combination_for_every_quantization_and_integer_count()
757 best_combined_error[quant][intcnt] = errorterm; 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()
876 int intcnt = i + j + k; in three_partitions_find_best_combination_for_every_quantization_and_integer_count() local
878 if (errorterm <= best_combined_error[quant][intcnt]) in three_partitions_find_best_combination_for_every_quantization_and_integer_count()
880 best_combined_error[quant][intcnt] = errorterm; 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()
[all …]