Commit 5f8f6243 authored by Michael Niedermayer's avatar Michael Niedermayer

swr: fix 10l use of uninitialized data

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent b9e5c5f1
......@@ -43,7 +43,7 @@ mix_2_1_float_u_int %+ SUFFIX
%endif
VBROADCASTSS m4, [coeffpq + 4*index1q]
VBROADCASTSS m5, [coeffpq + 4*index2q]
shl lenq , 2
shl lend , 2
add in1q , lenq
add in2q , lenq
add outq , lenq
......@@ -180,7 +180,7 @@ mix_2_1_int16_u_int %+ SUFFIX
pslld m7, m4
psrld m7, 1
punpcklwd m5, m6
add lenq , lenq
add lend , lend
add in1q , lenq
add in2q , lenq
add outq , lenq
......
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