Searched defs:rgba4444 (Results 1 – 4 of 4) sorted by relevance
/external/webp/src/dsp/ |
D | alpha_processing.c | 262 static WEBP_INLINE void ApplyAlphaMultiply4444_C(uint8_t* rgba4444, in ApplyAlphaMultiply4444_C() 283 static void ApplyAlphaMultiply_16b_C(uint8_t* rgba4444, in ApplyAlphaMultiply_16b_C()
|
D | yuv_sse2.c | 138 const __m128i rgba4444 = _mm_or_si128(rb2, ga2); in PackAndStore4444_SSE2() local
|
/external/skqp/tests/ |
D | ReadPixelsTest.cpp | 571 static const uint16_t rgba4444[kNumPixels] = { 0xF00F, 0x0F0F, 0x00FF, 0xFFFF, 0x000F }; variable
|
/external/skia/tests/ |
D | ReadPixelsTest.cpp | 571 static const uint16_t rgba4444[kNumPixels] = { 0xF00F, 0x0F0F, 0x00FF, 0xFFFF, 0x000F }; variable
|