Home
last modified time | relevance | path

Searched refs:rgb_luma_error (Results 1 – 2 of 2) sorted by relevance

/third_party/astc-encoder/Source/
Dastcenc_pick_best_endpoint_format.cpp250 float rgb_luma_error; in compute_encoding_choice_errors() local
281 rgb_luma_plines, rgb_luma_error, in compute_encoding_choice_errors()
306 eci[i].rgb_luma_error = (rgb_luma_error - uncorr_rgb_error) * 1.5f; // wild guess in compute_encoding_choice_errors()
560 …(rgb_quantization_error * mode7mult) + rgb_range_error + eci.alpha_drop_error + eci.rgb_luma_error; in compute_color_error_for_every_integer_count_and_quant_level()
Dastcenc_internal.h1070 float rgb_luma_error; member