Commit 63d2be75 authored by Michael Niedermayer's avatar Michael Niedermayer

avcodec/x86/lossless_videodsp: use SPLATW in add_int16

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent d9779d64
......@@ -25,9 +25,7 @@ SECTION_TEXT
%macro ADD_INT16_LOOP 1 ; %1 = is_aligned
movd m4, maskq
punpcklwd m4, m4
punpcklwd m4, m4
punpcklwd m4, m4
SPLATW m4, m4
add wq, wq
test wq, 2*mmsize - 1
jz %%.tomainloop
......
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