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