Commit 36a6fb98 authored by Carl Eugen Hoyos's avatar Carl Eugen Hoyos Committed by Vittorio Giovara

hevc_deblock: Fix compilation with nasm

CC: libav-stable@libav.org
Bug-Id: 795
Signed-off-by: 's avatarVittorio Giovara <vittorio.giovara@gmail.com>
parent e570f895
...@@ -356,7 +356,7 @@ ALIGN 16 ...@@ -356,7 +356,7 @@ ALIGN 16
%if %1 > 8 %if %1 > 8
shl betaq, %1 - 8 shl betaq, %1 - 8
%endif %endif
movd m13, betaq movd m13, betad
SPLATW m13, m13, 0 SPLATW m13, m13, 0
;end beta calculations ;end beta calculations
...@@ -620,7 +620,7 @@ ALIGN 16 ...@@ -620,7 +620,7 @@ ALIGN 16
paddw m15, m2; p1' paddw m15, m2; p1'
;beta calculations ;beta calculations
movd m10, betaq movd m10, betad
SPLATW m10, m10, 0 SPLATW m10, m10, 0
movd m13, r7d; 1dp0 + 1dp3 movd m13, r7d; 1dp0 + 1dp3
......
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