Home
last modified time | relevance | path

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

/third_party/astc-encoder/Source/
H A Dastcenc_entry.cpp45 unsigned int tune_4partition_index_limit; member
402 config.tune_4partition_index_limit = astc::clamp(config.tune_4partition_index_limit, 1u, BLOCK_MAX_PARTITIONINGS); in validate_config()
515 config.tune_4partition_index_limit = (*preset_configs)[start].tune_4partition_index_limit; in astcenc_config_init()
554 config.tune_4partition_index_limit = LERPI(tune_4partition_index_limit); in astcenc_config_init()
H A Dastcenc.h513 unsigned int tune_4partition_index_limit; member
H A Dastcenccli_toplevel.cpp983 config.tune_4partition_index_limit = atoi(argv[argidx - 1]); in edit_astcenc_config()
1272 printf(" 4 partition index cutoff: %u partition ids\n", config.tune_4partition_index_limit); in print_astcenc_config()
H A Dastcenc_compress_symbolic.cpp1444 ctx.config.tune_4partition_index_limit in compress_block()

Completed in 8 milliseconds