Home
last modified time | relevance | path

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

/aosp_15_r20/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dastcenc_partition_tables.cpp420 bsd.partitioning_packed_index[partition_count - 2][i] = static_cast<uint16_t>(next_index); in build_partition_table_for_one_partition_count()
431 bsd.partitioning_packed_index[partition_count - 2][i] = static_cast<uint16_t>(next_index); in build_partition_table_for_one_partition_count()
Dastcenc_internal.h584 uint16_t partitioning_packed_index[3][BLOCK_MAX_PARTITIONINGS]; member
690 packed_index = this->partitioning_packed_index[partition_count - 2][index]; in get_partition_info()