Home
last modified time | relevance | path

Searched refs:rgbx (Results 1 – 6 of 6) 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/mesa3d/src/intel/vulkan/
Danv_formats.c288 enum isl_format rgbx = isl_format_rgb_to_rgbx(format.isl_format); in anv_get_format() local
289 if (rgbx != ISL_FORMAT_UNSUPPORTED && in anv_get_format()
290 isl_format_supports_rendering(devinfo, rgbx)) { in anv_get_format()
291 format.isl_format = rgbx; in anv_get_format()
/external/webp/include/webp/
Dencode.h463 WebPPicture* picture, const uint8_t* rgbx, int rgbx_stride);
/external/webp/src/webp/
Dencode.h463 WebPPicture* picture, const uint8_t* rgbx, int rgbx_stride);