Searched refs:ashift (Results 1 – 3 of 3) sorted by relevance
57 #define ashift 8 macro58 enum { b = (a << ashift) };
227 int ashift = alphaOffset[pf] * 8; in initIntBuf() local248 if (ashift >= 0) in initIntBuf()249 buf[index] |= (255 << ashift); in initIntBuf()434 int ashift = alphaOffset[pf] * 8; in checkIntBuf() local449 int a = ashift >= 0 ? (buf[index] >> ashift) & 0xFF : 255; in checkIntBuf()
451 int ashift, int rshift, int gshift, int bshift) { in YuvPixel() argument459 (255u << ashift); in YuvPixel()