Searched refs:get_quant_level (Results 1 – 2 of 2) sorted by relevance
1251 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()
432 static inline unsigned int get_quant_level(quant_method method) in get_quant_level() function