1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-01-13 21:28:01 +02:00

avcodec/x86/lossless_videodsp: use SPLATW in add_int16

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Michael Niedermayer 2014-01-21 02:33:20 +01:00
parent d9779d648e
commit 63d2be7533

View File

@ -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