Home
last modified time | relevance | path

Searched refs:rgbx (Results 1 – 5 of 5) sorted by relevance

/external/webp/src/dsp/
Dalpha_processing_sse2.c178 uint32_t* const rgbx = (uint32_t*)rgba; in ApplyAlphaMultiply() local
185 APPLY_ALPHA(rgbx[i], _MM_SHUFFLE(0, 3, 3, 3), kMask, kMult); in ApplyAlphaMultiply()
192 APPLY_ALPHA(rgbx[i], _MM_SHUFFLE(0, 0, 0, 3), kMask, kMult); in ApplyAlphaMultiply()
Dyuv_sse2.c712 static WEBP_INLINE void RGBA32PackedToPlanar_16b(const uint16_t* const rgbx, in RGBA32PackedToPlanar_16b() argument
716 const __m128i in0 = LOAD_16(rgbx + 0); // r0 | g0 | b0 |x| r1 | g1 | b1 |x in RGBA32PackedToPlanar_16b()
717 const __m128i in1 = LOAD_16(rgbx + 8); // r2 | g2 | b2 |x| r3 | g3 | b3 |x in RGBA32PackedToPlanar_16b()
718 const __m128i in2 = LOAD_16(rgbx + 16); // r4 | ... in RGBA32PackedToPlanar_16b()
719 const __m128i in3 = LOAD_16(rgbx + 24); // r6 | ... in RGBA32PackedToPlanar_16b()
/external/opencv3/3rdparty/libwebp/webp/
Dencode.h428 WebPPicture* picture, const uint8_t* rgbx, int rgbx_stride);
/external/webp/src/webp/
Dencode.h450 WebPPicture* picture, const uint8_t* rgbx, int rgbx_stride);
/external/webp/include/webp/
Dencode.h450 WebPPicture* picture, const uint8_t* rgbx, int rgbx_stride);