Searched refs:ashift (Results 1 – 7 of 7) sorted by relevance
/external/clang/test/Sema/ |
D | shift.c | 56 #define ashift 8 macro 57 enum { b = (a << ashift) };
|
/external/qemu/android/skin/ |
D | scaler.c | 163 uint32_t ashift = dst_surface->format->Ashift; in skin_scaler_scale() local 176 ((a << ashift) & amask); in skin_scaler_scale()
|
/external/qemu/distrib/sdl-1.2.15/src/video/ |
D | SDL_blit_A.c | 607 Uint32 ashift = sf->Ashift; in BlitRGBtoRGBPixelAlphaMMX() local 613 multmask = ~(0xFFFFi64 << (ashift * 2)); in BlitRGBtoRGBPixelAlphaMMX() 632 mm_alpha = _mm_srli_si64(mm_alpha, ashift); /* mm_alpha >> ashift -> mm_alpha(0000000A) */ in BlitRGBtoRGBPixelAlphaMMX() 1707 Uint32 ashift = sf->Ashift; in BlitRGBtoRGBPixelAlphaMMX3DNOW() local 1713 multmask = ~(0xFFFFi64 << (ashift * 2)); in BlitRGBtoRGBPixelAlphaMMX3DNOW() 1737 mm_alpha = _mm_srli_si64(mm_alpha, ashift); /* mm_alpha >> ashift -> mm_alpha(0000000A) */ in BlitRGBtoRGBPixelAlphaMMX3DNOW()
|
/external/qemu/include/ui/ |
D | console.h | 132 uint8_t rshift, gshift, bshift, ashift; member
|
/external/qemu/hw/android/goldfish/ |
D | fb.c | 180 pf->abits, pf->amask, pf->ashift, pf->amax); in goldfish_fb_get_pixel_format()
|
/external/libyuv/files/source/ |
D | row_common.cc | 451 int ashift, int rshift, int gshift, int bshift) { in YuvPixel() argument 459 (255u << ashift); in YuvPixel()
|
/external/qemu/ui/ |
D | console.c | 1697 pf.ashift = 0; in qemu_different_endianness_pixelformat() 1774 pf.ashift = 24; in qemu_default_pixelformat()
|