dirac: add_rect_clamped does currently not receive aligned data, thus use unaligned accesses.

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Michael Niedermayer 2011-10-30 23:26:29 +01:00
parent d532e9223e
commit 22fe93ea39
1 changed files with 1 additions and 1 deletions

View File

@ -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
mova [dstq +wq], m1
movu [dstq +wq], m1
jg .loop
lea srcq, [srcq + 2*strideq]