Home
last modified time | relevance | path

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

/third_party/astc-encoder/Source/
Dastcenc_block_sizes.cpp991 bsd.decimation_mode_count_all = dm_counts[0] + dm_counts[1] + dm_counts[2] + dm_counts[3]; in construct_block_size_descriptor_2d()
1001 for (unsigned int i = bsd.decimation_mode_count_all; i < WEIGHTS_MAX_DECIMATION_MODES; i++) in construct_block_size_descriptor_2d()
1109 bsd.decimation_mode_count_all = decimation_mode_count; in construct_block_size_descriptor_3d()
Dastcenc_internal.h688 unsigned int decimation_mode_count_all; member