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

  /src/sys/external/bsd/drm2/dist/drm/amd/display/modules/color/
amdgpu_color_gamma.c 764 /* Multiply 0.008 as regamma is 0-1 and FP16 input is 0-125.
1093 static void build_hlg_regamma(struct pwl_float_data_ex *regamma,
1100 struct pwl_float_data_ex *rgb = regamma;
1309 * RS3+ color transform DDI - 1D LUT adjustment is composed with regamma here
1323 * adjustedY is then linearly interpolating regamma Y between lut1 and lut2
1510 * ToDo one day - for now this only applies to ADL regamma to avoid regression
1647 /* setup to spare calculated ideal regamma values */
1651 const struct pwl_float_data_ex *regamma = rgb_regamma; local in function:map_regamma_hw_to_x_user
1664 tf_pts->red[i] = regamma->r;
1665 tf_pts->green[i] = regamma->g
    [all...]
amdgpu_color_gamma.c 764 /* Multiply 0.008 as regamma is 0-1 and FP16 input is 0-125.
1093 static void build_hlg_regamma(struct pwl_float_data_ex *regamma,
1100 struct pwl_float_data_ex *rgb = regamma;
1309 * RS3+ color transform DDI - 1D LUT adjustment is composed with regamma here
1323 * adjustedY is then linearly interpolating regamma Y between lut1 and lut2
1510 * ToDo one day - for now this only applies to ADL regamma to avoid regression
1647 /* setup to spare calculated ideal regamma values */
1651 const struct pwl_float_data_ex *regamma = rgb_regamma; local in function:map_regamma_hw_to_x_user
1664 tf_pts->red[i] = regamma->r;
1665 tf_pts->green[i] = regamma->g
    [all...]
amdgpu_color_gamma.c 764 /* Multiply 0.008 as regamma is 0-1 and FP16 input is 0-125.
1093 static void build_hlg_regamma(struct pwl_float_data_ex *regamma,
1100 struct pwl_float_data_ex *rgb = regamma;
1309 * RS3+ color transform DDI - 1D LUT adjustment is composed with regamma here
1323 * adjustedY is then linearly interpolating regamma Y between lut1 and lut2
1510 * ToDo one day - for now this only applies to ADL regamma to avoid regression
1647 /* setup to spare calculated ideal regamma values */
1651 const struct pwl_float_data_ex *regamma = rgb_regamma; local in function:map_regamma_hw_to_x_user
1664 tf_pts->red[i] = regamma->r;
1665 tf_pts->green[i] = regamma->g
    [all...]

Completed in 110 milliseconds