mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-08 18:39:54 +00:00
93aa13639d
This reverts commit b2051090b4
.
Fixes the build again until someone pushes the regenerated .c/.h
files too.
29 lines
295 B
Text
29 lines
295 B
Text
|
|
.function gst_orc_splat_u8
|
|
.dest 1 d1 guint8
|
|
.param 1 p1
|
|
|
|
copyb d1, p1
|
|
|
|
|
|
.function gst_orc_splat_s16
|
|
.dest 2 d1 gint8
|
|
.param 2 p1
|
|
|
|
copyw d1, p1
|
|
|
|
|
|
.function gst_orc_splat_u16
|
|
.dest 2 d1 guint8
|
|
.param 2 p1
|
|
|
|
copyw d1, p1
|
|
|
|
|
|
.function gst_orc_splat_u32
|
|
.dest 4 d1 guint8
|
|
.param 4 p1
|
|
|
|
copyl d1, p1
|
|
|
|
|