Searched refs:cw_r_weight (Results 1 – 3 of 3) sorted by relevance
438 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()
439 float cw_r_weight; member
675 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()