Commit d35ff98e authored by Ronald S. Bultje's avatar Ronald S. Bultje

vp9: fix overwrite in ff_vp9_ipred_dr_16x16_16_avx2.

Fixes trac issue 6459.
parent feb13aed
...@@ -1219,9 +1219,7 @@ cglobal vp9_ipred_dr_16x16_16, 4, 5, 6, dst, stride, l, a ...@@ -1219,9 +1219,7 @@ cglobal vp9_ipred_dr_16x16_16, 4, 5, 6, dst, stride, l, a
vpalignr m4, m1, m5, 14 vpalignr m4, m1, m5, 14
mova [dstq+strideq*8], m3 ; 8 mova [dstq+strideq*8], m3 ; 8
mova [dstq+strideq*0], m4 ; 0 mova [dstq+strideq*0], m4 ; 0
sub dstq, strideq
mova [dst3q+strideq*4], m5 ; 7 mova [dst3q+strideq*4], m5 ; 7
mova [ dstq+strideq*0], m1 ; -1
RET RET
%endif %endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment