compositor: Remove unneeded left shift for ARGB/AYUV SOURCE operator

The alpha value is already in the lower 8 bits from the beginning in
this case.

Fixes https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/issues/610
This commit is contained in:
Sebastian Dröge 2019-05-24 15:53:55 +02:00 committed by Sebastian Dröge
parent 326940f89a
commit 2933ef6336

View file

@ -77,8 +77,7 @@ storel d, t
.const 4 a_not_alpha 0xffffff00
loadl t, s
shrul t2, t, 24
convlw tw, t2
convlw tw, t
convwb tb, tw
splatbl a, tb
x4 convubw a_wide, a