Home
last modified time | relevance | path

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

/external/clang/test/Sema/
Dshift.c57 #define ashift 8 macro
58 enum { b = (a << ashift) };
/external/libjpeg-turbo/java/
DTJUnitTest.java227 int ashift = alphaOffset[pf] * 8; in initIntBuf() local
248 if (ashift >= 0) in initIntBuf()
249 buf[index] |= (255 << ashift); in initIntBuf()
434 int ashift = alphaOffset[pf] * 8; in checkIntBuf() local
449 int a = ashift >= 0 ? (buf[index] >> ashift) & 0xFF : 255; in checkIntBuf()
/external/libyuv/files/source/
Drow_common.cc451 int ashift, int rshift, int gshift, int bshift) { in YuvPixel() argument
459 (255u << ashift); in YuvPixel()