Home
last modified time | relevance | path

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

/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dastcenc_pick_best_endpoint_format.cpp298 eci[i].can_blue_contract = !blk.is_luminance(); in compute_encoding_choice_errors()
578 float error_scale_bc_rgba = eci.can_blue_contract ? 0.625f : 1.0f; in compute_color_error_for_every_integer_count_and_quant_level()
581 float error_scale_bc_rgb = eci.can_blue_contract ? 0.5f : 1.0f; in compute_color_error_for_every_integer_count_and_quant_level()
Dastcenc_internal.h913 bool can_blue_contract; member