Searched refs:CTM_COEFF_SIGN (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/sys/external/bsd/drm2/dist/drm/i915/display/
H A Dintel_color.c33 #define CTM_COEFF_SIGN (1ULL << 63) macro
45 #define CTM_COEFF_NEGATIVE(coeff) (((coeff) & CTM_COEFF_SIGN) != 0)
46 #define CTM_COEFF_ABS(coeff) ((coeff) & (CTM_COEFF_SIGN - 1))
151 result[i] |= user_coeff & CTM_COEFF_SIGN;

Completed in 133 milliseconds