Home
last modified time | relevance | path

Searched refs:rgbx (Results 1 – 7 of 7) 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_sse41.c541 const uint16_t* const rgbx, in RGBA32PackedToPlanar_16b_SSE41() argument
543 const __m128i in0 = LOAD_16(rgbx + 0); // r0 | g0 | b0 |x| r1 | g1 | b1 |x in RGBA32PackedToPlanar_16b_SSE41()
544 const __m128i in1 = LOAD_16(rgbx + 8); // r2 | g2 | b2 |x| r3 | g3 | b3 |x in RGBA32PackedToPlanar_16b_SSE41()
545 const __m128i in2 = LOAD_16(rgbx + 16); // r4 | ... in RGBA32PackedToPlanar_16b_SSE41()
546 const __m128i in3 = LOAD_16(rgbx + 24); // r6 | ... in RGBA32PackedToPlanar_16b_SSE41()
Dyuv_sse2.c695 const uint16_t* const rgbx, in RGBA32PackedToPlanar_16b_SSE2() argument
697 const __m128i in0 = LOAD_16(rgbx + 0); // r0 | g0 | b0 |x| r1 | g1 | b1 |x in RGBA32PackedToPlanar_16b_SSE2()
698 const __m128i in1 = LOAD_16(rgbx + 8); // r2 | g2 | b2 |x| r3 | g3 | b3 |x in RGBA32PackedToPlanar_16b_SSE2()
699 const __m128i in2 = LOAD_16(rgbx + 16); // r4 | ... in RGBA32PackedToPlanar_16b_SSE2()
700 const __m128i in3 = LOAD_16(rgbx + 24); // r6 | ... in RGBA32PackedToPlanar_16b_SSE2()
/external/mesa3d/src/intel/vulkan/
Danv_formats.c445 enum isl_format rgbx = isl_format_rgb_to_rgbx(plane_format.isl_format); in anv_get_format_plane() local
446 if (rgbx != ISL_FORMAT_UNSUPPORTED && in anv_get_format_plane()
447 isl_format_supports_rendering(devinfo, rgbx)) { in anv_get_format_plane()
448 plane_format.isl_format = rgbx; in anv_get_format_plane()
/external/webp/src/webp/
Dencode.h466 WebPPicture* picture, const uint8_t* rgbx, int rgbx_stride);
/external/webp/include/webp/
Dencode.h466 WebPPicture* picture, const uint8_t* rgbx, int rgbx_stride);