Searched refs:LUT_10BIT_MASK (Results 1 – 2 of 2) sorted by relevance
26 #define LUT_10BIT_MASK 0x03ff macro70 word = (((lut[i].red >> 6) & LUT_10BIT_MASK) << 20) + in mtk_gamma_set_common()71 (((lut[i].green >> 6) & LUT_10BIT_MASK) << 10) + in mtk_gamma_set_common()72 ((lut[i].blue >> 6) & LUT_10BIT_MASK); in mtk_gamma_set_common()
42 #define LUT_10BIT_MASK 0x03ff macro
Completed in 8 milliseconds