Searched refs:max_content (Results 1 – 2 of 2) sorted by relevance
869 struct fixed31_32 max_content, in hermite_spline_eetf() argument890 if (dc_fixpt_eq(max_content, dc_fixpt_zero)) { in hermite_spline_eetf()896 compute_pq(dc_fixpt_div(min_display, max_content), &min_lum_pq); in hermite_spline_eetf()897 compute_pq(dc_fixpt_div(max_display, max_content), &max_lum_pq); in hermite_spline_eetf()962 struct fixed31_32 max_content; in build_freesync_hdr() local972 if (fs_params->max_content == 0 || in build_freesync_hdr()978 max_content = dc_fixpt_from_int(fs_params->max_content); in build_freesync_hdr()987 if (fs_params->max_content > fs_params->max_display) in build_freesync_hdr()990 max_content = max_display; in build_freesync_hdr()1002 dc_fixpt_div(max_content, sdr_white_level)); in build_freesync_hdr()[all …]
82 unsigned int max_content; // luminance in nits member
Completed in 20 milliseconds