Home
last modified time | relevance | path

Searched refs:cw_r_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()
443 config.cw_r_weight = astc::max(config.cw_r_weight, max_weight); in validate_config()
586 config.cw_r_weight = 1.0f; in astcenc_config_init()
661 config.cw_r_weight = 0.30f * 2.25f; in astcenc_config_init()
840 blk.channel_weight = vfloat4(ctx.config.cw_r_weight, in compress_image()
Dastcenc.h439 float cw_r_weight; member
Dastcenccli_toplevel.cpp675 config.cw_r_weight = static_cast<float>(atof(argv[argidx - 4])); in edit_astcenc_config()
1105 printf(" R component weight: %g\n", static_cast<double>(config.cw_r_weight)); in print_astcenc_config()