Home
last modified time | relevance | path

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

/third_party/astc-encoder/Source/
H A Dastcenc_entry.cpp417 astc::max(config.cw_b_weight, config.cw_a_weight)); in validate_config()
424 config.cw_a_weight = astc::max(config.cw_a_weight, max_weight); in validate_config()
579 config.cw_a_weight = 1.0f; in astcenc_config_init()
630 config.cw_a_weight = 2.0f * config.rgbm_m_scale; in astcenc_config_init()
868 ctx.config.cw_a_weight); in compress_image()
961 ctx.config.cw_a_weight); in compress_image()
H A Dastcenc.h418 * It is recommended that the value of @c cw_a_weight is set to twice the value of the multiplier
473 float cw_a_weight; member
H A Dastcenccli_toplevel.cpp719 config.cw_a_weight = static_cast<float>(atof(argv[argidx - 1])); in edit_astcenc_config()
833 config.cw_a_weight = found_a ? 1.0f : 0.0f; in edit_astcenc_config()
912 config.cw_a_weight = 2.0f * config.rgbm_m_scale; in edit_astcenc_config()
1268 printf(" A component weight: %g\n", static_cast<double>(config.cw_a_weight)); in print_astcenc_config()

Completed in 7 milliseconds