bayer: fix unused variable

This commit is contained in:
Wim Taymans 2014-05-20 11:42:35 +02:00
parent 9c1e66302d
commit d80630f011

View File

@ -24,18 +24,16 @@ mergebw d1, b, d
.dest 2 d1 guint8 .dest 2 d1 guint8
.source 2 s guint8 .source 2 s guint8
.temp 2 t .temp 2 t
.temp 1 a
.temp 1 b .temp 1 b
.temp 1 c .temp 1 c
.temp 1 d .temp 1 d
.temp 1 e .temp 1 e
.temp 1 f
loadoffw t, s, -1 loadoffw t, s, -1
splitwb b, a, t select1wb b, t
splitwb d, c, s splitwb d, c, s
loadoffw t, s, 1 loadoffw t, s, 1
splitwb f, e, t select0wb e, t
avgub e, c, e avgub e, c, e
mergebw d0, c, e mergebw d0, c, e
avgub b, b, d avgub b, b, d