Searched refs:get_partition_info (Results 1 - 5 of 5) sorted by relevance
/third_party/astc-encoder/Source/ |
H A D | astcenc_decompress_symbolic.cpp | 270 const auto& pi = bsd.get_partition_info(partition_count, scb.partition_index); in decompress_symbolic_block() 436 const auto& pi = bsd.get_partition_info(partition_count, scb.partition_index); in compute_symbolic_block_difference_1plane() 529 assert(bsd.get_partition_info(scb.partition_count, scb.partition_index).partition_count == 1); in compute_symbolic_block_difference_1plane_1partition()
|
H A D | astcenc_compress_symbolic.cpp | 81 const auto& pi = bsd.get_partition_info(partition_count, scb.partition_index); in realign_weights_undecimated() 288 const auto& pi = bsd.get_partition_info(partition_count, scb.partition_index); in realign_weights_undecimated() 408 const auto& pi = bsd.get_partition_info(partition_count, scb.partition_index); in realign_weights_decimated() 590 const auto& pi = bsd.get_partition_info(partition_count, partition_index); in compress_symbolic_block_for_partition_1plane() 1095 const auto& pi = bsd.get_partition_info(1, 0); in compress_symbolic_block_for_partition_2planes()
|
H A D | astcenc_internal.h | 712 const partition_info& get_partition_info(unsigned int partition_count, unsigned int index) const in get_partition_info() function
|
H A D | astcenc_entry.cpp | 1340 const auto& pi = bsd.get_partition_info(partition_count, scb.partition_index); in astcenc_get_block_info()
|
H A D | astcenc_ideal_endpoints_and_weights.cpp | 682 const auto& pi = bsd.get_partition_info(1, 0);
|
Completed in 11 milliseconds