Home
last modified time | relevance | path

Searched refs:decimation_mode (Results 1 – 7 of 7) sorted by relevance

/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dastcenc_compress_symbolic.cpp205 const decimation_info& di = bsd.get_decimation_info(bm.decimation_mode); in realign_weights_decimated()
470 int decimation_mode = bm.decimation_mode; in compress_symbolic_block_for_partition_1plane() local
471 const auto& di = bsd.get_decimation_info(decimation_mode); in compress_symbolic_block_for_partition_1plane()
481 dec_weights_ideal + BLOCK_MAX_WEIGHTS * decimation_mode, in compress_symbolic_block_for_partition_1plane()
518 int decimation_mode = qw_bm.decimation_mode; in compress_symbolic_block_for_partition_1plane() local
519 const auto& di = bsd.get_decimation_info(decimation_mode); in compress_symbolic_block_for_partition_1plane()
835 unsigned int decimation_mode = bm.decimation_mode; in compress_symbolic_block_for_partition_2planes() local
836 const auto& di = bsd.get_decimation_info(decimation_mode); in compress_symbolic_block_for_partition_2planes()
845 dec_weights_ideal + BLOCK_MAX_WEIGHTS * decimation_mode, in compress_symbolic_block_for_partition_2planes()
854 dec_weights_ideal + BLOCK_MAX_WEIGHTS * decimation_mode + WEIGHTS_PLANE2_OFFSET, in compress_symbolic_block_for_partition_2planes()
[all …]
Dastcenc_internal.h406 uint8_t decimation_mode; member
431 struct decimation_mode struct
565 decimation_mode decimation_modes[WEIGHTS_MAX_DECIMATION_MODES];
639 const decimation_mode& get_decimation_mode(unsigned int decimation_mode) const in get_decimation_mode()
641 return this->decimation_modes[decimation_mode]; in get_decimation_mode()
655 const decimation_info& get_decimation_info(unsigned int decimation_mode) const in get_decimation_info()
657 return this->decimation_tables[decimation_mode]; in get_decimation_info()
Dastcenc_weight_align.cpp355 const decimation_mode& dm = bsd.decimation_modes[i]; in compute_angular_endpoints_1plane()
389 unsigned int decim_mode = bm.decimation_mode; in compute_angular_endpoints_1plane()
424 const decimation_mode& dm = bsd.decimation_modes[i]; in compute_angular_endpoints_2planes()
460 unsigned int decim_mode = bm.decimation_mode; in compute_angular_endpoints_2planes()
Dastcenc_block_sizes.cpp940 int decimation_mode = decimation_mode_index[y_weights * 16 + x_weights]; in construct_block_size_descriptor_2d() local
941 if (decimation_mode < 0) in construct_block_size_descriptor_2d()
945 decimation_mode = packed_dm_idx; in construct_block_size_descriptor_2d()
953 bm.decimation_mode = static_cast<uint8_t>(decimation_mode); in construct_block_size_descriptor_2d()
959 auto& dm = bsd.decimation_modes[decimation_mode]; in construct_block_size_descriptor_2d()
1166 int decimation_mode = decimation_mode_index[z_weights * 64 + y_weights * 8 + x_weights]; in construct_block_size_descriptor_3d() local
1167 bsd.block_modes[packed_idx].decimation_mode = static_cast<uint8_t>(decimation_mode); in construct_block_size_descriptor_3d()
Dastcenc_decompress_symbolic.cpp279 const auto& di = bsd.get_decimation_info(bm.decimation_mode); in decompress_symbolic_block()
346 const decimation_info& di = bsd.get_decimation_info(bm.decimation_mode); in compute_symbolic_block_difference_2plane()
443 const decimation_info& di = bsd.get_decimation_info(bm.decimation_mode); in compute_symbolic_block_difference_1plane()
535 const decimation_info& di = bsd.get_decimation_info(bm.decimation_mode); in compute_symbolic_block_difference_1plane_1partition()
Dastcenc_symbolic_physical.cpp151 const auto& di = bsd.get_decimation_info(bm.decimation_mode); in symbolic_to_physical()
369 const auto& di = bsd.get_decimation_info(bm.decimation_mode); in physical_to_symbolic()
Dastcenc_entry.cpp1336 const decimation_info& di = bsd.get_decimation_info(bm.decimation_mode); in astcenc_get_block_info()