Home
last modified time | relevance | path

Searched refs:max_content_pq (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/modules/color/
H A Dcolor_gamma.c857 struct fixed31_32 max_content_pq; in hermite_spline_eetf() local
881 compute_pq(dc_fixpt_one, &max_content_pq); // always 1? DAL2 code is weird in hermite_spline_eetf()
882 a = dc_fixpt_div(dc_fixpt_add(dc_fixpt_one, b), max_content_pq); // (1+b)/maxContent in hermite_spline_eetf()