Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/libwebp/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()
/third_party/skia/third_party/externals/libwebp/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()
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()
Dalpha_processing_sse2.c185 uint32_t* const rgbx = (uint32_t*)rgba; in ApplyAlphaMultiply_SSE2() local
189 APPLY_ALPHA(rgbx[i], _MM_SHUFFLE(2, 3, 3, 3)); in ApplyAlphaMultiply_SSE2()
193 APPLY_ALPHA(rgbx[i], _MM_SHUFFLE(0, 0, 0, 1)); in ApplyAlphaMultiply_SSE2()
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()
/third_party/ffmpeg/libavcodec/
Dsheervideodata.h109 static const SheerTable rgbx[2] = { variable
Dsheervideo.c1844 table = rgbx; in decode_frame()
1854 table = rgbx; in decode_frame()
/third_party/ffmpeg/libswscale/arm/
Drgb2yuv_neon_16.S82 loop_420sp rgbx, nv12, init, kernel_420_16x2, 16
Drgb2yuv_neon_32.S121 loop_420sp rgbx, nv12, init, kernel_420_16x2, 32
/third_party/mesa3d/docs/relnotes/
D19.0.7.rst90 - st/mesa: Add rgbx handling for fp formats
D19.1.1.rst97 - st/mesa: Add rgbx handling for fp formats
D21.2.0.rst4047 - zink: add a more direct check for rgbx formats in create_sampler_view hook
4049 - zink: also nope out of any dst alpha blends for rgbx formats
D21.3.0.rst3239 - zink: support 16bit rgbx formats
/third_party/mesa3d/src/intel/vulkan/
Danv_formats.c513 enum isl_format rgbx = isl_format_rgb_to_rgbx(plane_format.isl_format); in anv_get_format_plane() local
514 if (rgbx != ISL_FORMAT_UNSUPPORTED && in anv_get_format_plane()
515 isl_format_supports_rendering(devinfo, rgbx)) { in anv_get_format_plane()
516 plane_format.isl_format = rgbx; in anv_get_format_plane()
/third_party/skia/third_party/externals/libwebp/src/webp/
Dencode.h473 WebPPicture* picture, const uint8_t* rgbx, int rgbx_stride);
/third_party/flutter/skia/third_party/externals/libwebp/src/webp/
Dencode.h470 WebPPicture* picture, const uint8_t* rgbx, int rgbx_stride);
/third_party/gstreamer/gstplugins_base/gst/compositor/
Dblend.c924 RGB_FILL_CHECKER_C (rgbx, 4, 0, 1, 2);
925 MEMSET_XRGB (rgbx, 24, 16, 8);
926 RGB_FILL_COLOR (rgbx, 4, _memset_rgbx);
/third_party/gstreamer/gstplugins_good/gst/videomixer/
Dblend.c807 MEMSET_XRGB (rgbx, 24, 16, 8);
808 RGB_FILL_COLOR (rgbx, 4, _memset_rgbx);
/third_party/mesa3d/src/intel/isl/
Disl_format.c1114 isl_format_rgbx_to_rgba(enum isl_format rgbx) in isl_format_rgbx_to_rgba() argument
1116 assert(isl_format_is_rgbx(rgbx)); in isl_format_rgbx_to_rgba()
1118 switch (rgbx) { in isl_format_rgbx_to_rgba()
1141 return rgbx; in isl_format_rgbx_to_rgba()