Home
last modified time | relevance | path

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

/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dastcenc_partition_tables.cpp260 unsigned int partition_index, in generate_one_partition_info_entry() argument
278 uint8_t part = select_partition(partition_index, x, y, z, partition_count, small_block); in generate_one_partition_info_entry()
319 pi.partition_index = static_cast<uint16_t>(partition_index); in generate_one_partition_info_entry()
Dastcenc_symbolic_physical.cpp205 write_bits(scb.partition_index, 6, 13, pcb.data); in symbolic_to_physical()
206 write_bits(scb.partition_index >> 6, PARTITION_INDEX_BITS - 6, 19, pcb.data); in symbolic_to_physical()
426 scb.partition_index = 0; in physical_to_symbolic()
462 …scb.partition_index = static_cast<uint16_t>(read_bits(6, 13, pcb.data) | (read_bits(PARTITION_INDE… in physical_to_symbolic()
Dastcenc_find_best_partitioning.cpp737 …ave[2 * i] = bsd.get_raw_partition_info(partition_count, uncor_best_partitions[i]).partition_index; in find_best_partition_candidates()
738 …2 * i + 1] = bsd.get_raw_partition_info(partition_count, samec_best_partitions[i]).partition_index; in find_best_partition_candidates()
742 …ave[2 * i] = bsd.get_raw_partition_info(partition_count, samec_best_partitions[i]).partition_index; in find_best_partition_candidates()
743 …2 * i + 1] = bsd.get_raw_partition_info(partition_count, uncor_best_partitions[i]).partition_index; in find_best_partition_candidates()
Dastcenc_pick_best_endpoint_format.cpp74 int partition_index, in compute_error_squared_rgb_single_partition() argument
88 unsigned int texel_count = pi.partition_texel_count[partition_index]; in compute_error_squared_rgb_single_partition()
89 const uint8_t* texel_indexes = pi.texels_of_partition[partition_index]; in compute_error_squared_rgb_single_partition()
318 int partition_index, in compute_color_error_for_every_integer_count_and_quant_level() argument
326 int partition_size = pi.partition_texel_count[partition_index]; in compute_color_error_for_every_integer_count_and_quant_level()
352 vfloat4 ep0 = ep.endpt0[partition_index]; in compute_color_error_for_every_integer_count_and_quant_level()
353 vfloat4 ep1 = ep.endpt1[partition_index]; in compute_color_error_for_every_integer_count_and_quant_level()
Dastcenc.h632 unsigned int partition_index; member
Dastcenc_compress_symbolic.cpp77 const auto& pi = bsd.get_partition_info(partition_count, scb.partition_index); in realign_weights_undecimated()
197 const auto& pi = bsd.get_partition_info(partition_count, scb.partition_index); in realign_weights_decimated()
365 unsigned int partition_index, in compress_symbolic_block_for_partition_1plane() argument
382 const auto& pi = bsd.get_partition_info(partition_count, partition_index); in compress_symbolic_block_for_partition_1plane()
608 workscb.partition_index = static_cast<uint16_t>(partition_index); in compress_symbolic_block_for_partition_1plane()
941 workscb.partition_index = 0; in compress_symbolic_block_for_partition_2planes()
Dastcenc_decompress_symbolic.cpp275 const auto& pi = bsd.get_partition_info(partition_count, scb.partition_index); in decompress_symbolic_block()
439 const auto& pi = bsd.get_partition_info(partition_count, scb.partition_index); in compute_symbolic_block_difference_1plane()
531 assert(bsd.get_partition_info(scb.partition_count, scb.partition_index).partition_count == 1); in compute_symbolic_block_difference_1plane_1partition()
Dastcenc_internal.h315 uint16_t partition_index; member
695 assert(index == result.partition_index); in get_partition_info()
1071 uint16_t partition_index; member
Dastcenc_entry.cpp1333 const auto& pi = bsd.get_partition_info(partition_count, scb.partition_index); in astcenc_get_block_info()
1345 info->partition_index = scb.partition_index; in astcenc_get_block_info()