Home
last modified time | relevance | path

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

/third_party/astc-encoder/Utils/
H A Dastc_quant_generator.cpp54 static inline unsigned int get_quant_level(quant_method method) in get_quant_level() function
265 unsigned int levels = get_quant_level(config.quant); in generate_unpacked_quant()
399 printf("\t{ // QUANT_%u\n", get_quant_level(config.quant)); in main()
/third_party/astc-encoder/Source/
H A Dastcenc_symbolic_physical.cpp158 float weight_quant_levels = static_cast<float>(get_quant_level(weight_quant_method)); in symbolic_to_physical()
H A Dastcenc_entry.cpp1355 info->color_level_count = get_quant_level(scb.get_color_quant_mode()); in astcenc_get_block_info()
1356 info->weight_level_count = get_quant_level(bm.get_weight_quant_mode()); in astcenc_get_block_info()
H A Dastcenc_internal.h247 static inline unsigned int get_quant_level(quant_method method) in get_quant_level() function
H A Dastcenc_ideal_endpoints_and_weights.cpp1051 vint steps_m1(get_quant_level(quant_level) - 1);
1077 if (get_quant_level(quant_level) <= 16)

Completed in 9 milliseconds