Home
last modified time | relevance | path

Searched refs:a_mask (Results 1 – 2 of 2) sorted by relevance

/AliOS-Things-master/components/SDL2/test/
A Dtestoffscreen.c58 Uint32 r_mask, g_mask, b_mask, a_mask; in save_surface_to_bmp() local
64 SDL_PixelFormatEnumToMasks(pixel_format, &bbp, &r_mask, &g_mask, &b_mask, &a_mask); in save_surface_to_bmp()
66 surface = SDL_CreateRGBSurface(0, width, height, bbp, r_mask, g_mask, b_mask, a_mask); in save_surface_to_bmp()
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dsp/
A Dalpha_processing_sse2.c108 const __m128i a_mask = _mm_set1_epi32(0xffu); // to preserve alpha in ExtractAlpha_SSE2() local
123 const __m128i b0 = _mm_and_si128(a0, a_mask); in ExtractAlpha_SSE2()
124 const __m128i b1 = _mm_and_si128(a1, a_mask); in ExtractAlpha_SSE2()

Completed in 3 milliseconds