Searched refs:input_tf (Results 1 – 1 of 1) sorted by relevance
1870 struct dc_transfer_func *input_tf, in mod_color_calculate_degamma_params() argument1873 struct dc_transfer_func_distributed_points *tf_pts = &input_tf->tf_pts; in mod_color_calculate_degamma_params()1883 if (input_tf->type == TF_TYPE_BYPASS) in mod_color_calculate_degamma_params()1889 if (input_tf->type == TF_TYPE_PREDEFINED) { in mod_color_calculate_degamma_params()1890 if ((input_tf->tf == TRANSFER_FUNCTION_SRGB || in mod_color_calculate_degamma_params()1891 input_tf->tf == TRANSFER_FUNCTION_LINEAR) && in mod_color_calculate_degamma_params()1898 if (input_tf->tf == TRANSFER_FUNCTION_PQ && in mod_color_calculate_degamma_params()1902 if (input_tf->tf == TRANSFER_FUNCTION_GAMMA22 && in mod_color_calculate_degamma_params()1907 if (input_tf->tf == TRANSFER_FUNCTION_HLG && in mod_color_calculate_degamma_params()1913 input_tf->type = TF_TYPE_DISTRIBUTED_POINTS; in mod_color_calculate_degamma_params()[all …]