Home
last modified time | relevance | path

Searched refs:tune_candidate_limit (Results 1 - 6 of 6) sorted by relevance

/third_party/astc-encoder/Source/
H A Dastcenc_entry.cpp48 unsigned int tune_candidate_limit; member
405 config.tune_candidate_limit = astc::clamp(config.tune_candidate_limit, 1u, TUNE_MAX_TRIAL_CANDIDATES); in validate_config()
518 config.tune_candidate_limit = (*preset_configs)[start].tune_candidate_limit; in astcenc_config_init()
557 config.tune_candidate_limit = LERPUI(tune_candidate_limit); in astcenc_config_init()
H A Dastcenc.h535 unsigned int tune_candidate_limit; member
H A Dastcenc_pick_best_endpoint_format.cpp1206 unsigned int tune_candidate_limit,
1401 for (unsigned int i = 1; i < tune_candidate_limit; i++)
1437 for (unsigned int i = 0; i < tune_candidate_limit; i++)
1458 return tune_candidate_limit;
H A Dastcenc_compress_symbolic.cpp579 promise(config.tune_candidate_limit > 0); in compress_symbolic_block_for_partition_1plane()
711 config.tune_candidate_limit, 0, max_block_modes, in compress_symbolic_block_for_partition_1plane()
948 promise(config.tune_candidate_limit > 0); in compress_symbolic_block_for_partition_2planes()
1099 config.tune_candidate_limit, in compress_symbolic_block_for_partition_2planes()
H A Dastcenc_internal.h1944 * Returns the best @c tune_candidate_limit best looking modes, along with the ideal color encoding
1953 * @param tune_candidate_limit The max number of candidates to return, may be less.
1971 unsigned int tune_candidate_limit,
H A Dastcenccli_toplevel.cpp1085 config.tune_candidate_limit = atoi(argv[argidx - 1]); in edit_astcenc_config()
1278 printf(" Candidate cutoff: %u candidates\n", config.tune_candidate_limit); in print_astcenc_config()

Completed in 13 milliseconds