Home
last modified time | relevance | path

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

/external/webp/src/dsp/
Dalpha_processing_neon.c46 uint32_t* const rgbx = (uint32_t*)rgba; in ApplyAlphaMultiply_NEON() local
51 uint8x8x4_t RGBX = vld4_u8((const uint8_t*)(rgbx + i)); 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()
59 vst4_u8((uint8_t*)(rgbx + i), RGBX); in ApplyAlphaMultiply_NEON()
Dalpha_processing_sse2.c184 uint32_t* const rgbx = (uint32_t*)rgba; in ApplyAlphaMultiply_SSE2() local
188 APPLY_ALPHA(rgbx[i], _MM_SHUFFLE(2, 3, 3, 3)); in ApplyAlphaMultiply_SSE2()
192 APPLY_ALPHA(rgbx[i], _MM_SHUFFLE(0, 0, 0, 1)); in ApplyAlphaMultiply_SSE2()
Dyuv_sse2.c682 static WEBP_INLINE void RGBA32PackedToPlanar_16b(const uint16_t* const rgbx, in RGBA32PackedToPlanar_16b() argument
686 const __m128i in0 = LOAD_16(rgbx + 0); // r0 | g0 | b0 |x| r1 | g1 | b1 |x in RGBA32PackedToPlanar_16b()
687 const __m128i in1 = LOAD_16(rgbx + 8); // r2 | g2 | b2 |x| r3 | g3 | b3 |x in RGBA32PackedToPlanar_16b()
688 const __m128i in2 = LOAD_16(rgbx + 16); // r4 | ... in RGBA32PackedToPlanar_16b()
689 const __m128i in3 = LOAD_16(rgbx + 24); // r6 | ... in RGBA32PackedToPlanar_16b()
/external/webp/src/webp/
Dencode.h463 WebPPicture* picture, const uint8_t* rgbx, int rgbx_stride);
/external/webp/include/webp/
Dencode.h463 WebPPicture* picture, const uint8_t* rgbx, int rgbx_stride);