Home
last modified time | relevance | path

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

/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dastcenc_find_best_partitioning.cpp502 unsigned int* best_partitions) in insert_result() argument
523 best_partitions[j] = best_partitions[j - 1]; in insert_result()
528 best_partitions[i] = this_partition; in insert_result()
539 unsigned int best_partitions[BLOCK_MAX_PARTITIONINGS], in find_best_partition_candidates()
762 best_partitions[emitted] = partition; in find_best_partition_candidates()
Dastcenc_internal.h1545 unsigned int best_partitions[TUNE_MAX_PARTITIIONING_CANDIDATES],