mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 03:35:21 +00:00
bayer: fix unused variable
This commit is contained in:
parent
9c1e66302d
commit
d80630f011
1 changed files with 2 additions and 4 deletions
|
@ -24,18 +24,16 @@ mergebw d1, b, d
|
|||
.dest 2 d1 guint8
|
||||
.source 2 s guint8
|
||||
.temp 2 t
|
||||
.temp 1 a
|
||||
.temp 1 b
|
||||
.temp 1 c
|
||||
.temp 1 d
|
||||
.temp 1 e
|
||||
.temp 1 f
|
||||
|
||||
loadoffw t, s, -1
|
||||
splitwb b, a, t
|
||||
select1wb b, t
|
||||
splitwb d, c, s
|
||||
loadoffw t, s, 1
|
||||
splitwb f, e, t
|
||||
select0wb e, t
|
||||
avgub e, c, e
|
||||
mergebw d0, c, e
|
||||
avgub b, b, d
|
||||
|
|
Loading…
Reference in a new issue