Home
last modified time | relevance | path

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

/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dastcenc_pick_best_endpoint_format.cpp532 float rgb_quantization_error = error_weight_rgbsum * base_quant_error * 2.0f; in compute_color_error_for_every_integer_count_and_quant_level() local
534 float rgba_quantization_error = rgb_quantization_error + alpha_quantization_error; in compute_color_error_for_every_integer_count_and_quant_level()
543 …float full_hdr_rgb_error = (rgb_quantization_error * mode11mult) + rgb_range_error + eci.alpha_dro… in compute_color_error_for_every_integer_count_and_quant_level()
548 …float hdr_rgb_scale_error = (rgb_quantization_error * mode7mult) + rgb_range_error + eci.alpha_dro… in compute_color_error_for_every_integer_count_and_quant_level()
554 …float hdr_luminance_error = (rgb_quantization_error * mode23mult) + rgb_range_error + eci.alpha_dr… in compute_color_error_for_every_integer_count_and_quant_level()