video-orc: fix loading of param
param loading ignores the x4, loading only part of the param.
This commit is contained in:
parent
bca801492b
commit
72076e9521
@ -529,8 +529,10 @@ storeq d1, p1
|
|||||||
.function video_orc_splat2_u64
|
.function video_orc_splat2_u64
|
||||||
.dest 8 d1 guint8
|
.dest 8 d1 guint8
|
||||||
.param 4 p1
|
.param 4 p1
|
||||||
|
.temp 4 p
|
||||||
|
|
||||||
x4 mergebw d1, p1, p1
|
loadpl p, p1
|
||||||
|
x4 mergebw d1, p, p
|
||||||
|
|
||||||
.function video_orc_convert_I420_UYVY
|
.function video_orc_convert_I420_UYVY
|
||||||
.dest 4 d1 guint8
|
.dest 4 d1 guint8
|
||||||
|
Loading…
x
Reference in New Issue
Block a user