summaryrefslogtreecommitdiff
path: root/libswresample/x86/rematrix.asm
diff options
context:
space:
mode:
Diffstat (limited to 'libswresample/x86/rematrix.asm')
-rw-r--r--libswresample/x86/rematrix.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/libswresample/x86/rematrix.asm b/libswresample/x86/rematrix.asm
index 4d66debeaf..ee50e20fa6 100644
--- a/libswresample/x86/rematrix.asm
+++ b/libswresample/x86/rematrix.asm
@@ -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