Home
last modified time | relevance | path

Searched refs:block_mode_packed_index (Results 1 - 3 of 3) sorted by relevance

/third_party/astc-encoder/Source/
H A Dastcenc_block_sizes.cpp842 bsd.block_mode_packed_index[i] = BLOCK_BAD_BLOCK_MODE; in construct_block_size_descriptor_2d()
856 if (bsd.block_mode_packed_index[i] != BLOCK_BAD_BLOCK_MODE) in construct_block_size_descriptor_2d()
975 bsd.block_mode_packed_index[i] = static_cast<uint16_t>(packed_bm_idx); in construct_block_size_descriptor_2d()
1117 bsd.block_mode_packed_index[i] = BLOCK_BAD_BLOCK_MODE; in construct_block_size_descriptor_3d()
1131 if (bsd.block_mode_packed_index[i] != BLOCK_BAD_BLOCK_MODE) in construct_block_size_descriptor_3d()
1181 bsd.block_mode_packed_index[i] = static_cast<uint16_t>(packed_idx); in construct_block_size_descriptor_3d()
H A Dastcenc_internal.h539 * efficiently the @c block_mode_packed_index array stores the mapping between physical ID and the
598 uint16_t block_mode_packed_index[WEIGHTS_MAX_BLOCK_MODES]; member
650 unsigned int packed_index = this->block_mode_packed_index[block_mode]; in get_block_mode()
H A Dastcenc_symbolic_physical.cpp397 unsigned int packed_index = bsd.block_mode_packed_index[block_mode]; in physical_to_symbolic()

Completed in 6 milliseconds