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

  /src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_color.c 225 u16 coeffs[9])
250 coeffs[i] = 0;
254 coeffs[i] |= 1 << 15;
257 coeffs[i] |= (3 << 12) |
260 coeffs[i] |= (2 << 12) |
263 coeffs[i] |= (1 << 12) |
266 coeffs[i] |= ILK_CSC_COEFF_FP(abs_coeff, 9);
268 coeffs[i] |= (7 << 12) |
271 coeffs[i] |= (6 << 12) |
352 u16 coeffs[9] = {} local
372 coeffs[1] << 16 | coeffs[0]); local
374 coeffs[3] << 16 | coeffs[2]); local
376 coeffs[5] << 16 | coeffs[4]); local
378 coeffs[7] << 16 | coeffs[6]); local
379 I915_WRITE(CGM_PIPE_CSC_COEFF8(pipe), coeffs[8]); local
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce110/
amdgpu_dce110_transform_v.c 293 const uint16_t *coeffs,
305 if (!coeffs)
344 data, coeffs[array_idx],
360 data, coeffs[array_idx + 1],
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce/
amdgpu_dce_transform.c 188 const uint16_t *coeffs,
198 if (!coeffs)
213 uint16_t even_coeff = coeffs[array_idx];
223 odd_coeff = coeffs[array_idx + 1];

Completed in 19 milliseconds