mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-03 16:09:39 +00:00
dd819ddc6b
Avoid compiling all the functions at startup but compile only what's needed when needed.
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
|
|
|
|
|