Home
last modified time | relevance | path

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

/third_party/astc-encoder/Source/
H A Dastcenc_entry.cpp43 unsigned int tune_2partition_index_limit; member
400 config.tune_2partition_index_limit = astc::clamp(config.tune_2partition_index_limit, 1u, BLOCK_MAX_PARTITIONINGS); in validate_config()
513 config.tune_2partition_index_limit = (*preset_configs)[start].tune_2partition_index_limit; in astcenc_config_init()
552 config.tune_2partition_index_limit = LERPI(tune_2partition_index_limit); in astcenc_config_init()
H A Dastcenc.h499 unsigned int tune_2partition_index_limit; member
H A Dastcenccli_toplevel.cpp961 config.tune_2partition_index_limit = atoi(argv[argidx - 1]); in edit_astcenc_config()
1270 printf(" 2 partition index cutoff: %u partition ids\n", config.tune_2partition_index_limit); in print_astcenc_config()
H A Dastcenc_compress_symbolic.cpp1442 ctx.config.tune_2partition_index_limit, in compress_block()

Completed in 8 milliseconds