Home
last modified time | relevance | path

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

/third_party/astc-encoder/Source/
Dastcenc_entry.cpp1251 info->color_level_count = get_quant_level(scb.get_color_quant_mode()); in astcenc_get_block_info()
1252 info->weight_level_count = get_quant_level(bm.get_weight_quant_mode()); in astcenc_get_block_info()
Dastcenc_internal.h432 static inline unsigned int get_quant_level(quant_method method) in get_quant_level() function