mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-11 09:55:36 +00:00
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
1 changed files with 3 additions and 1 deletions
|
@ -529,8 +529,10 @@ storeq d1, p1
|
|||
.function video_orc_splat2_u64
|
||||
.dest 8 d1 guint8
|
||||
.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
|
||||
.dest 4 d1 guint8
|
||||
|
|
Loading…
Reference in a new issue