From 00288c27a1aaedca466d568f431f7de5606b0ea5 Mon Sep 17 00:00:00 2001 From: Cameron Kaiser Date: Wed, 7 Mar 2018 17:25:56 -0800 Subject: [PATCH] #478: M1443865 (for our Intel friends if they ever get it working) --- media/libvpx/vp9/encoder/x86/vp9_quantize_ssse3_x86_64.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media/libvpx/vp9/encoder/x86/vp9_quantize_ssse3_x86_64.asm b/media/libvpx/vp9/encoder/x86/vp9_quantize_ssse3_x86_64.asm index 449d52b22..9ee55a382 100644 --- a/media/libvpx/vp9/encoder/x86/vp9_quantize_ssse3_x86_64.asm +++ b/media/libvpx/vp9/encoder/x86/vp9_quantize_ssse3_x86_64.asm @@ -186,7 +186,7 @@ cglobal quantize_%1, 0, %2, 15, coeff, ncoeff, skip, zbin, round, quant, \ pshuflw m7, m8, 0x1 pmaxsw m8, m7 pextrw r6, m8, 0 - mov [r2], r6 + mov [r2], r6w RET ; skip-block, i.e. just write all zeroes