Searched refs:input_tf (Results 1 – 1 of 1) sorted by relevance
1876 struct dc_transfer_func *input_tf, in mod_color_calculate_degamma_params() argument1889 if (input_tf->type == TF_TYPE_BYPASS) in mod_color_calculate_degamma_params()1895 if (input_tf->type == TF_TYPE_PREDEFINED) { in mod_color_calculate_degamma_params()1896 if ((input_tf->tf == TRANSFER_FUNCTION_SRGB || in mod_color_calculate_degamma_params()1897 input_tf->tf == TRANSFER_FUNCTION_LINEAR) && in mod_color_calculate_degamma_params()1904 if (input_tf->tf == TRANSFER_FUNCTION_PQ && in mod_color_calculate_degamma_params()1908 if (input_tf->tf == TRANSFER_FUNCTION_GAMMA22 && in mod_color_calculate_degamma_params()1913 if (input_tf->tf == TRANSFER_FUNCTION_HLG && in mod_color_calculate_degamma_params()1919 input_tf->type = TF_TYPE_DISTRIBUTED_POINTS; in mod_color_calculate_degamma_params()1955 tf = input_tf->tf; in mod_color_calculate_degamma_params()[all …]