[x265] [PATCH] weight_sp: pshufd to handle width 6 for SSE version of asm code

praveen at multicorewareinc.com praveen at multicorewareinc.com
Fri Oct 24 10:27:45 CEST 2014


# HG changeset patch
# User Praveen Tiwari
# Date 1414138965 -19800
# Node ID 583552ec1c83ef91584597ef40e61ee696a8a6a9
# Parent  e3a3d17b821cf37094d9e7857994c7ebf3dfcae4
weight_sp: pshufd to handle width 6 for SSE version of asm code

diff -r e3a3d17b821c -r 583552ec1c83 source/common/x86/pixel-util8.asm
--- a/source/common/x86/pixel-util8.asm	Thu Oct 23 21:03:47 2014 -0500
+++ b/source/common/x86/pixel-util8.asm	Fri Oct 24 13:52:45 2014 +0530
@@ -1483,6 +1483,7 @@
     movd        [r1], m6
     je          .nextH
     add         r1, 4
+    pshufd      m6, m6, 1
 
 .width2:
     pextrw      [r1], m6, 0


More information about the x265-devel mailing list