Home
last modified time | relevance | path

Searched refs:RGBX (Results 1 – 4 of 4) sorted by relevance

/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dsp/
A Dalpha_processing_neon.c51 uint8x8x4_t RGBX = vld4_u8((const uint8_t*)(rgbx + i)); in ApplyAlphaMultiply_NEON() local
52 MULTIPLY_BY_ALPHA(RGBX, 0, 3); in ApplyAlphaMultiply_NEON()
53 vst4_u8((uint8_t*)(rgbx + i), RGBX); in ApplyAlphaMultiply_NEON()
57 uint8x8x4_t RGBX = vld4_u8((const uint8_t*)(rgbx + i)); in ApplyAlphaMultiply_NEON() local
58 MULTIPLY_BY_ALPHA(RGBX, 3, 0); in ApplyAlphaMultiply_NEON()
59 vst4_u8((uint8_t*)(rgbx + i), RGBX); in ApplyAlphaMultiply_NEON()
A Dalpha_processing_sse2.c156 #define APPLY_ALPHA(RGBX, SHUFFLE) do { \ argument
157 const __m128i argb0 = _mm_loadu_si128((const __m128i*)&(RGBX)); \
174 _mm_storeu_si128((__m128i*)&(RGBX), A3); \
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/
A Dlibpng-manual.txt3475 is stored XRGB or RGBX.
A DCHANGES1481 Fixed bug in RGB to RGBX transformation introduced in 1.2.6rc1.

Completed in 17 milliseconds