<div style="line-height:1.7;color:#000000;font-size:14px;font-family:arial"><DIV><SPAN style="FONT-FAMILY: simsun"></SPAN>At 2013-11-05 15:49:27,nabajit@multicorewareinc.com wrote:<BR>># HG changeset patch<BR>># User Nabajit Deka<BR>># Date 1383636969 -19800<BR>>#      Tue Nov 05 13:06:09 2013 +0530<BR>># Node ID ecf2873ed6be542e54cc56047bfeff64c72000c4<BR>># Parent  b1bee3614505ed6eb6ac610a0f023e1af5b42c9c<BR>>asm: routines for luma vps filter functions for all block sizes.<BR>><BR>>diff -r b1bee3614505 -r ecf2873ed6be source/common/x86/ipfilter8.asm<BR>>--- a/source/common/x86/ipfilter8.asm       Tue Nov 05 12:50:01 2013 +0530<BR>>+++ b/source/common/x86/ipfilter8.asm Tue Nov 05 13:06:09 2013 +0530<BR>>+%ifidn %3, pp </DIV>
<DIV>"%3,pp" no extra space here is better, it is a string operator<BR></DIV>
<DIV>>+    psubw  m7, m3<BR>>+    psubw  m6, m3<BR>>+    psubw  m5, m3<BR>>+    psubw  m4, m3<BR>>+<BR>>+    movu    [r2], m7<BR>>+    movu    [r2 + r3], m6<BR>>+    movu    [r2 + 2 * r3], m5<BR>psubw need code ident</DIV></div>