Added gst-plugins-base-subtitles0.10-0.10.34 for Meego Harmattan 1.2
[mafwsubrenderer] / gst-plugins-base-subtitles0.10 / gst / videotestsrc / gstvideotestsrcorc.orc
1
2 .init gst_videotestsrc_orc_init
3
4 .function gst_orc_splat_u8
5 .dest 1 d1 guint8
6 .param 1 p1
7
8 copyb d1, p1
9
10
11 .function gst_orc_splat_s16
12 .dest 2 d1 gint8
13 .param 2 p1
14
15 copyw d1, p1
16
17
18 .function gst_orc_splat_u16
19 .dest 2 d1 guint8
20 .param 2 p1
21
22 copyw d1, p1
23
24
25 .function gst_orc_splat_u32
26 .dest 4 d1 guint8
27 .param 4 p1
28
29 copyl d1, p1
30
31