Commit c75fdee7 authored by Carl Eugen Hoyos's avatar Carl Eugen Hoyos

avcodec/x86/hevc_deblock: Fix compilation with nasm.

parent bbc5adfb
...@@ -355,7 +355,7 @@ ALIGN 16 ...@@ -355,7 +355,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
...@@ -619,7 +619,7 @@ ALIGN 16 ...@@ -619,7 +619,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