Home
last modified time | relevance | path

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

/third_party/astc-encoder/Source/
Dastcenc_entry.cpp438 float max_weight = astc::max(astc::max(config.cw_r_weight, config.cw_g_weight), in validate_config()
444 config.cw_g_weight = astc::max(config.cw_g_weight, max_weight); in validate_config()
587 config.cw_g_weight = 1.0f; in astcenc_config_init()
626 config.cw_g_weight = 0.0f; in astcenc_config_init()
662 config.cw_g_weight = 0.59f * 2.25f; in astcenc_config_init()
841 ctx.config.cw_g_weight, in compress_image()
Dastcenc.h442 float cw_g_weight; member
Dastcenccli_toplevel.cpp676 config.cw_g_weight = static_cast<float>(atof(argv[argidx - 3])); in edit_astcenc_config()
1106 printf(" G component weight: %g\n", static_cast<double>(config.cw_g_weight)); in print_astcenc_config()