mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-22 14:06:23 +00:00
video: video-orc: remove trailing spaces
Remove unnecessary trailing spaces at the end of some orc functions. Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/-/merge_requests/1152>
This commit is contained in:
parent
4188959a79
commit
038ba1bffe
1 changed files with 4 additions and 4 deletions
|
@ -1533,7 +1533,7 @@ mergewl ayuv, ay, uv
|
|||
.temp 4 x
|
||||
.const 1 c128 128
|
||||
|
||||
x4 subb x, ayuv, c128
|
||||
x4 subb x, ayuv, c128
|
||||
splitlw wv, wy, x
|
||||
splitwb y, a, wy
|
||||
splitwb v, u, wv
|
||||
|
@ -1589,7 +1589,7 @@ x4 addb argb, x, c128
|
|||
.temp 4 x
|
||||
.const 1 c128 128
|
||||
|
||||
x4 subb x, ayuv, c128
|
||||
x4 subb x, ayuv, c128
|
||||
splitlw wv, wy, x
|
||||
splitwb y, a, wy
|
||||
splitwb v, u, wv
|
||||
|
@ -1646,7 +1646,7 @@ x4 addb bgra, x, c128
|
|||
.temp 4 x
|
||||
.const 1 c128 128
|
||||
|
||||
x4 subb x, ayuv, c128
|
||||
x4 subb x, ayuv, c128
|
||||
splitlw wv, wy, x
|
||||
splitwb y, a, wy
|
||||
splitwb v, u, wv
|
||||
|
@ -1702,7 +1702,7 @@ x4 addb argb, x, c128
|
|||
.temp 4 x
|
||||
.const 1 c128 128
|
||||
|
||||
x4 subb x, ayuv, c128
|
||||
x4 subb x, ayuv, c128
|
||||
splitlw wv, wy, x
|
||||
splitwb y, a, wy
|
||||
splitwb v, u, wv
|
||||
|
|
Loading…
Reference in a new issue