Home
last modified time | relevance | path

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

/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dastcenc_pick_best_endpoint_format.cpp574 float base_quant_error_rgb = error_weight_rgbsum * static_cast<float>(partition_size); in compute_color_error_for_every_integer_count_and_quant_level() local
576 float base_quant_error_rgba = base_quant_error_rgb + base_quant_error_a; in compute_color_error_for_every_integer_count_and_quant_level()
595 float quant_error_rgb = base_quant_error_rgb * base_quant_error; in compute_color_error_for_every_integer_count_and_quant_level()