Home
last modified time | relevance | path

Searched refs:V5bit (Results 1 – 3 of 3) sorted by relevance

/TwlSDK-5.1.0/build/tools/ppmconv/
Dppmconv.c32 #define V5bit( x ) ((x)>>3) macro
33 #define RGB5551( r, g, b, a ) ((V5bit(r)<<0) | (V5bit(g)<<5) | (V5bit(b)<<10)| (((a)&1)<<15))
Dppmconv8.c35 #define V5bit( x ) ((x)>>3) macro
36 #define RGB5551( r, g, b, a ) ((V5bit(r)<<0) | (V5bit(g)<<5) | (V5bit(b)<<10)| (((a)&1)<<15))
Dppmconvbg.c37 #define V5bit( x ) ((x)>>3) macro
38 #define RGB5551( r, g, b, a ) ((V5bit(r)<<0) | (V5bit(g)<<5) | (V5bit(b)<<10)| (((a)&1)<<15))