Searched refs:c8_to_c12 (Results 1 – 1 of 1) sorted by relevance
1168 static u16 c8_to_c12(u8 c8, enum c8_to_c12_mode mode) in c8_to_c12() function1200 v = ((u64)c8_to_c12(a, m) << 36) | ((u64)c8_to_c12(r, m) << 24) | in argb8888_to_argb12121212()1201 ((u64)c8_to_c12(g, m) << 12) | (u64)c8_to_c12(b, m); in argb8888_to_argb12121212()