HomeSort by: relevance | last modified time | path
    Searched defs:coeffs (Results 1 - 2 of 2) 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 in function:cherryview_load_csc_matrix
    [all...]
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 in function:cherryview_load_csc_matrix
    [all...]

Completed in 23 milliseconds