Home
last modified time | relevance | path

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

/third_party/astc-encoder/Source/
H A Dastcenc_entry.cpp44 unsigned int tune_3partition_index_limit; member
401 config.tune_3partition_index_limit = astc::clamp(config.tune_3partition_index_limit, 1u, BLOCK_MAX_PARTITIONINGS); in validate_config()
514 config.tune_3partition_index_limit = (*preset_configs)[start].tune_3partition_index_limit; in astcenc_config_init()
553 config.tune_3partition_index_limit = LERPI(tune_3partition_index_limit); in astcenc_config_init()
H A Dastcenc.h506 unsigned int tune_3partition_index_limit; member
H A Dastcenccli_toplevel.cpp972 config.tune_3partition_index_limit = atoi(argv[argidx - 1]); in edit_astcenc_config()
1271 printf(" 3 partition index cutoff: %u partition ids\n", config.tune_3partition_index_limit); in print_astcenc_config()
H A Dastcenc_compress_symbolic.cpp1443 ctx.config.tune_3partition_index_limit, in compress_block()

Completed in 9 milliseconds