Skip to content
Snippets Groups Projects
Commit 5f8f6243 authored by Michael Niedermayer's avatar Michael Niedermayer
Browse files

swr: fix 10l use of uninitialized data

parent b9e5c5f1
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment