diff options
author | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2014-07-23 00:51:29 +0200 |
---|---|---|
committer | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2014-07-23 10:32:27 +0200 |
commit | c75fdee747179e21e3cc137b2565ba911b17f9c5 (patch) | |
tree | c20817b7884b7daff3717a7c690b44f43f8a4d37 /libavcodec | |
parent | bbc5adfb9428e1cbfcc323db700578059f8fa253 (diff) | |
download | ffmpeg-c75fdee747179e21e3cc137b2565ba911b17f9c5.tar.gz |
avcodec/x86/hevc_deblock: Fix compilation with nasm.
Diffstat (limited to 'libavcodec')
-rw-r--r-- | libavcodec/x86/hevc_deblock.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/x86/hevc_deblock.asm b/libavcodec/x86/hevc_deblock.asm index 395b20ee45..b263dca0d2 100644 --- a/libavcodec/x86/hevc_deblock.asm +++ b/libavcodec/x86/hevc_deblock.asm @@ -355,7 +355,7 @@ ALIGN 16 %if %1 > 8 shl betaq, %1 - 8 %endif - movd m13, betaq + movd m13, betad SPLATW m13, m13, 0 ;end beta calculations @@ -619,7 +619,7 @@ ALIGN 16 paddw m15, m2; p1' ;beta calculations - movd m10, betaq + movd m10, betad SPLATW m10, m10, 0 movd m13, r7d; 1dp0 + 1dp3 |