Home
last modified time | relevance | path

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

/third_party/astc-encoder/Source/
H A Dastcenc_entry.cpp46 unsigned int tune_block_mode_limit; member
403 config.tune_block_mode_limit = astc::clamp(config.tune_block_mode_limit, 1u, 100u); in validate_config()
516 config.tune_block_mode_limit = (*preset_configs)[start].tune_block_mode_limit; in astcenc_config_init()
555 config.tune_block_mode_limit = LERPI(tune_block_mode_limit); in astcenc_config_init()
720 static_cast<float>(config.tune_block_mode_limit) / 100.0f, in astcenc_context_alloc()
732 static_cast<float>(config.tune_block_mode_limit) / 100.0f, in astcenc_context_alloc()
H A Dastcenc.h520 unsigned int tune_block_mode_limit; member
H A Dastcenccli_toplevel.cpp939 config.tune_block_mode_limit = atoi(argv[argidx - 1]); in edit_astcenc_config()
1277 printf(" Block mode centile cutoff: %g%%\n", static_cast<double>(config.tune_block_mode_limit)); in print_astcenc_config()

Completed in 7 milliseconds