Home
last modified time | relevance | path

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

/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dastcenc_block_sizes.cpp984 bsd.decimation_mode_count_all = dm_counts[0] + dm_counts[1] + dm_counts[2] + dm_counts[3]; in construct_block_size_descriptor_2d()
994 for (unsigned int i = bsd.decimation_mode_count_all; i < WEIGHTS_MAX_DECIMATION_MODES; i++) in construct_block_size_descriptor_2d()
1102 bsd.decimation_mode_count_all = decimation_mode_count; in construct_block_size_descriptor_3d()
Dastcenc_internal.h540 unsigned int decimation_mode_count_all; member