Home
last modified time | relevance | path

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

/third_party/astc-encoder/Source/
H A Dastcenc_block_sizes.cpp759 unsigned int bits_1plane = get_ise_sequence_bitcount(weight_count, static_cast<quant_method>(i)); in construct_dt_entry_2d() local
760 if (bits_1plane >= BLOCK_MIN_WEIGHT_BITS && bits_1plane <= BLOCK_MAX_WEIGHT_BITS) in construct_dt_entry_2d()
1072 unsigned int bits_1plane = get_ise_sequence_bitcount(weight_count, static_cast<quant_method>(i)); in construct_block_size_descriptor_3d() local
1073 if (bits_1plane >= BLOCK_MIN_WEIGHT_BITS && bits_1plane <= BLOCK_MAX_WEIGHT_BITS) in construct_block_size_descriptor_3d()

Completed in 3 milliseconds