Index: source/libvpx/vp8/encoder/x86/temporal_filter_apply_sse2.asm |
=================================================================== |
--- source/libvpx/vp8/encoder/x86/temporal_filter_apply_sse2.asm (revision 191025) |
+++ source/libvpx/vp8/encoder/x86/temporal_filter_apply_sse2.asm (working copy) |
@@ -50,7 +50,7 @@ |
; 0x8000 >> (16 - strength) |
mov rdx, 16 |
sub rdx, arg(4) ; 16 - strength |
- movd xmm4, rdx ; can't use rdx w/ shift |
+ movq xmm4, rdx ; can't use rdx w/ shift |
movdqa xmm5, [GLOBAL(_const_top_bit)] |
psrlw xmm5, xmm4 |
movdqa [rsp + rounding_bit], xmm5 |