Searched refs:LUT_10BIT_MASK (Results 1 – 1 of 1) sorted by relevance
49 #define LUT_10BIT_MASK 0x03ff macro167 word = (((lut[i].red >> 6) & LUT_10BIT_MASK) << 20) + in mtk_gamma_set()168 (((lut[i].green >> 6) & LUT_10BIT_MASK) << 10) + in mtk_gamma_set()169 ((lut[i].blue >> 6) & LUT_10BIT_MASK); in mtk_gamma_set()