Searched refs:max_lum_pq (Results 1 - 1 of 1) sorted by relevance

/openbsd-current/sys/dev/pci/drm/amd/display/modules/color/
H A Dcolor_gamma.c869 struct fixed31_32 max_lum_pq; local
893 compute_pq(dc_fixpt_div(max_display, max_content), &max_lum_pq); local
896 ks = dc_fixpt_sub(dc_fixpt_mul(a, max_lum_pq), b); // a * max_lum_pq - b
920 // (-2t^3 + 3t^2) * max_lum_pq
921 E2 = dc_fixpt_add(E2, dc_fixpt_mul(max_lum_pq,

Completed in 161 milliseconds