Commit 4debdee6 authored by Michael Niedermayer's avatar Michael Niedermayer

dirac: alignment for add_rect_clamped has been fixed

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 66b6d7bc
......@@ -195,7 +195,7 @@ cglobal add_rect_clamped_%1, 7,7,3, dst, src, stride, idwt, idwt_stride, w, h
paddw m1, [idwtq+2*wq]
paddw m2, [idwtq+2*wq+mmsize]
packuswb m1, m2
movu [dstq +wq], m1
mova [dstq +wq], m1
jg .loop
lea srcq, [srcq + 2*strideq]
......
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