Home
last modified time | relevance | path

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

/third_party/astc-encoder/Source/
Dastcenc_weight_align.cpp513 : bsd.decimation_mode_count_selected; in compute_angular_endpoints_1plane()
574 promise(bsd.decimation_mode_count_selected > 0); in compute_angular_endpoints_2planes()
575 for (unsigned int i = 0; i < bsd.decimation_mode_count_selected; i++) in compute_angular_endpoints_2planes()
Dastcenc_compress_symbolic.cpp402 : bsd.decimation_mode_count_selected; in compress_symbolic_block_for_partition_1plane()
740 promise(bsd.decimation_mode_count_selected > 0); in compress_symbolic_block_for_partition_2planes()
755 for (unsigned int i = 0; i < bsd.decimation_mode_count_selected; i++) in compress_symbolic_block_for_partition_2planes()
Dastcenc_block_sizes.cpp990 bsd.decimation_mode_count_selected = dm_counts[0] + dm_counts[1] + dm_counts[2]; in construct_block_size_descriptor_2d()
1108 bsd.decimation_mode_count_selected = decimation_mode_count; in construct_block_size_descriptor_3d()
Dastcenc_internal.h685 unsigned int decimation_mode_count_selected; member