Home
last modified time | relevance | path

Searched refs:tune_refinement_mse_overshoot (Results 1 – 3 of 3) sorted by relevance

/third_party/astc-encoder/Source/
Dastcenc_entry.cpp50 float tune_refinement_mse_overshoot; member
432 config.tune_refinement_mse_overshoot = astc::max(config.tune_refinement_mse_overshoot, 1.0f); in validate_config()
538 config.tune_refinement_mse_overshoot = (*preset_configs)[start].tune_refinement_mse_overshoot; in astcenc_config_init()
574 config.tune_refinement_mse_overshoot = LERP(tune_refinement_mse_overshoot); in astcenc_config_init()
Dastcenc.h524 float tune_refinement_mse_overshoot; member
Dastcenc_compress_symbolic.cpp1311 static const float errorval_overshoot = 1.0f / ctx.config.tune_refinement_mse_overshoot; in compress_block()