Browse Source

vp9: fix overwrite in ff_vp9_ipred_dr_16x16_16_avx2.

Fixes trac issue 6459.
tags/n3.4
Ronald S. Bultje 8 years ago
parent
commit
d35ff98e27
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      libavcodec/x86/vp9intrapred_16bpp.asm

+ 0
- 2
libavcodec/x86/vp9intrapred_16bpp.asm View File

@@ -1219,9 +1219,7 @@ cglobal vp9_ipred_dr_16x16_16, 4, 5, 6, dst, stride, l, a
vpalignr m4, m1, m5, 14
mova [dstq+strideq*8], m3 ; 8
mova [dstq+strideq*0], m4 ; 0
sub dstq, strideq
mova [dst3q+strideq*4], m5 ; 7
mova [ dstq+strideq*0], m1 ; -1
RET
%endif



Loading…
Cancel
Save