Searched refs:can_blue_contract (Results 1 – 2 of 2) sorted by relevance
298 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()
913 bool can_blue_contract; member