Home
last modified time | relevance | path

Searched refs:CTM_COEFF_NEGATIVE (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/gpu/drm/i915/display/
H A Dintel_color.c92 #define CTM_COEFF_NEGATIVE(coeff) (((coeff) & CTM_COEFF_SIGN) != 0) macro
468 if (CTM_COEFF_NEGATIVE(input[i])) in ilk_csc_convert_ctm()
581 if (CTM_COEFF_NEGATIVE(coeff)) in ctm_to_twos_complement()