Home
last modified time | relevance | path

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

/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dastcenc_partition_tables.cpp387 uint8_t build[BLOCK_MAX_PARTITIONINGS] { 0 }; in build_partition_table_for_one_partition_count()
390 for (unsigned int i = 0; i < BLOCK_MAX_PARTITIONINGS; i++) in build_partition_table_for_one_partition_count()
447 partition_info* par_tab3 = par_tab2 + BLOCK_MAX_PARTITIONINGS; in init_partition_tables()
448 partition_info* par_tab4 = par_tab3 + BLOCK_MAX_PARTITIONINGS; in init_partition_tables()
449 partition_info* par_tab1 = par_tab4 + BLOCK_MAX_PARTITIONINGS; in init_partition_tables()
455 uint64_t* canonical_patterns = new uint64_t[BLOCK_MAX_PARTITIONINGS * 7]; in init_partition_tables()
Dastcenc_find_best_partitioning.cpp362 unsigned int mismatch_counts[BLOCK_MAX_PARTITIONINGS] in count_partition_mismatch_bits() argument
400 const unsigned int mismatch_count[BLOCK_MAX_PARTITIONINGS], in get_partition_ordering_by_mismatch_bits() argument
401 unsigned int partition_ordering[BLOCK_MAX_PARTITIONINGS] in get_partition_ordering_by_mismatch_bits() argument
448 unsigned int partition_ordering[BLOCK_MAX_PARTITIONINGS] in compute_kmeans_partition_ordering() argument
479 unsigned int mismatch_counts[BLOCK_MAX_PARTITIONINGS]; in compute_kmeans_partition_ordering()
539 unsigned int best_partitions[BLOCK_MAX_PARTITIONINGS], in find_best_partition_candidates() argument
564 unsigned int partition_sequence[BLOCK_MAX_PARTITIONINGS]; in find_best_partition_candidates()
Dastcenc_internal.h80 static constexpr unsigned int BLOCK_MAX_PARTITIONINGS { 1024 };
577 partition_info partitionings[(3 * BLOCK_MAX_PARTITIONINGS) + 1];
584 uint16_t partitioning_packed_index[3][BLOCK_MAX_PARTITIONINGS];
594 uint64_t coverage_bitmaps_2[BLOCK_MAX_PARTITIONINGS][2];
601 uint64_t coverage_bitmaps_3[BLOCK_MAX_PARTITIONINGS][3];
608 uint64_t coverage_bitmaps_4[BLOCK_MAX_PARTITIONINGS][4];
673 unsigned int index = (partition_count - 2) * BLOCK_MAX_PARTITIONINGS; in get_partition_table()
Dastcenc_entry.cpp437 …rtition_index_limit = astc::clamp(config.tune_2partition_index_limit, 1u, BLOCK_MAX_PARTITIONINGS); in validate_config()
438 …rtition_index_limit = astc::clamp(config.tune_3partition_index_limit, 1u, BLOCK_MAX_PARTITIONINGS); in validate_config()
439 …rtition_index_limit = astc::clamp(config.tune_4partition_index_limit, 1u, BLOCK_MAX_PARTITIONINGS); in validate_config()
606 BLOCK_MAX_PARTITIONINGS); in astcenc_config_init()
608 BLOCK_MAX_PARTITIONINGS); in astcenc_config_init()
610 BLOCK_MAX_PARTITIONINGS); in astcenc_config_init()