Searched refs:argb_t (Results 1 – 1 of 1) sorted by relevance
21 typedef mmx_t argb_t; typedef135 typedef uint32_t argb_t; typedef137 #define ARGB_DECL_ZERO() argb_t _zero = 0138 #define ARGB_DECL(x) argb_t x##_ag, x##_rb139 #define ARGB_DECL2(x1,x2) argb_t x1##_ag, x1##_rb, x2##_ag, x2##_rb145 argb_t _v = (argb_t)(v); \