HomeSort by: relevance | last modified time | path
    Searched defs:max_content_pq (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/display/modules/color/
amdgpu_color_gamma.c 863 struct fixed31_32 max_content_pq; local in function:hermite_spline_eetf
887 compute_pq(dc_fixpt_one, &max_content_pq); // always 1? DAL2 code is weird
888 a = dc_fixpt_div(dc_fixpt_add(dc_fixpt_one, b), max_content_pq); // (1+b)/maxContent
amdgpu_color_gamma.c 863 struct fixed31_32 max_content_pq; local in function:hermite_spline_eetf
887 compute_pq(dc_fixpt_one, &max_content_pq); // always 1? DAL2 code is weird
888 a = dc_fixpt_div(dc_fixpt_add(dc_fixpt_one, b), max_content_pq); // (1+b)/maxContent

Completed in 23 milliseconds