mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-28 04:31:06 +00:00
colorspace: Fix Y800 ORC getline implementation
This commit is contained in:
parent
d29423fd76
commit
52f3e1351a
1 changed files with 2 additions and 2 deletions
|
@ -1407,11 +1407,11 @@ mergewl ayuv, ay, uv
|
||||||
.dest 4 ayuv guint8
|
.dest 4 ayuv guint8
|
||||||
.source 1 y guint8
|
.source 1 y guint8
|
||||||
.const 1 c255 255
|
.const 1 c255 255
|
||||||
.const 2 c0xffff 0xffff
|
.const 2 c0x8080 0x8080
|
||||||
.temp 2 ay
|
.temp 2 ay
|
||||||
|
|
||||||
mergebw ay, c255, y
|
mergebw ay, c255, y
|
||||||
mergewl ayuv, ay, c0xffff
|
mergewl ayuv, ay, c0x8080
|
||||||
|
|
||||||
|
|
||||||
.function cogorc_getline_BGRA
|
.function cogorc_getline_BGRA
|
||||||
|
|
Loading…
Reference in a new issue