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

  /src/sys/external/bsd/drm2/dist/drm/amd/display/modules/color/
amdgpu_color_gamma.c 1318 * index/4095 < regamma_y < (index+1)/4095 =>
1319 * index < 4095*regamma_y < index + 1
1320 * norm_y = 4095*regamma_y, and index is just truncating to nearest integer
1334 struct fixed31_32 *regamma_y; local in function:apply_lut_1d
1352 regamma_y = &tf_pts->red[i];
1354 regamma_y = &tf_pts->green[i];
1356 regamma_y = &tf_pts->blue[i];
1359 *regamma_y);
1383 *regamma_y = dc_fixpt_add(lut1,
amdgpu_color_gamma.c 1318 * index/4095 < regamma_y < (index+1)/4095 =>
1319 * index < 4095*regamma_y < index + 1
1320 * norm_y = 4095*regamma_y, and index is just truncating to nearest integer
1334 struct fixed31_32 *regamma_y; local in function:apply_lut_1d
1352 regamma_y = &tf_pts->red[i];
1354 regamma_y = &tf_pts->green[i];
1356 regamma_y = &tf_pts->blue[i];
1359 *regamma_y);
1383 *regamma_y = dc_fixpt_add(lut1,

Completed in 28 milliseconds