Home
last modified time | relevance | path

Searched refs:tune_mse_overshoot (Results 1 - 3 of 3) sorted by relevance

/third_party/astc-encoder/Source/
H A Dastcenc_entry.cpp54 float tune_mse_overshoot; member
410 config.tune_mse_overshoot = astc::max(config.tune_mse_overshoot, 1.0f); in validate_config()
525 config.tune_mse_overshoot = (*preset_configs)[start].tune_mse_overshoot; in astcenc_config_init()
564 config.tune_mse_overshoot = LERP(tune_mse_overshoot); in astcenc_config_init()
H A Dastcenc.h574 float tune_mse_overshoot; member
H A Dastcenc_compress_symbolic.cpp1568 1.0f / ctx.config.tune_mse_overshoot, in compress_block()
1572 static const float errorval_overshoot = 1.0f / ctx.config.tune_mse_overshoot; in compress_block()

Completed in 6 milliseconds