Home | History | Annotate | Download | only in coders

Lines Matching full:c565_g

718 #define C565_g(x) (((x) & 0x07E0) >> 5)
722 #define C565_green(x) ( (C565_g(x) << 2 | C565_g(x) >> 4))