[x265] [PATCH 3 of 3] asm: AVX2 version luma_vpp[4x4], improve 391c -> 302c

chen chenm003 at 163.com
Mon Nov 3 16:24:02 CET 2014


I check it with testbench before upload, and confirm again, no crash or mistake on x86{debug,release}, x86_64{debug,release}


At 2014-11-03 17:42:01,"Praveen Tiwari" <praveen at multicorewareinc.com> wrote:

Crashing on vc11-x86-8bpp, Release mode. Min,  can you check your code ?




Regards,
Praveen 


On Fri, Oct 31, 2014 at 4:16 AM, Min Chen <chenm003 at 163.com> wrote:
# HG changeset patch
# User Min Chen <chenm003 at 163.com>
# Date 1414709200 25200
# Node ID 5d0b20f6e4de0b59b8c3306793c7267e01b9a41b
# Parent  529ff7eca135838dc50c227d52db97725a79f0db
asm: AVX2 version luma_vpp[4x4], improve 391c -> 302c

diff -r 529ff7eca135 -r 5d0b20f6e4de source/common/x86/asm-primitives.cpp
--- a/source/common/x86/asm-primitives.cpp      Thu Oct 30 15:46:23 2014 -0700
+++ b/source/common/x86/asm-primitives.cpp      Thu Oct 30 15:46:40 2014 -0700
@@ -1799,6 +1799,7 @@
         p.transpose[BLOCK_64x64] = x265_transpose64_avx2;
 #endif
         p.luma_hpp[LUMA_4x4] = x265_interp_8tap_horiz_pp_4x4_avx2;
+        p.luma_vpp[LUMA_4x4] = x265_interp_8tap_vert_pp_4x4_avx2;
     }
 #endif // if HIGH_BIT_DEPTH
 }
diff -r 529ff7eca135 -r 5d0b20f6e4de source/common/x86/ipfilter8.asm
--- a/source/common/x86/ipfilter8.asm   Thu Oct 30 15:46:23 2014 -0700
+++ b/source/common/x86/ipfilter8.asm   Thu Oct 30 15:46:40 2014 -0700
@@ -3420,6 +3420,88 @@
     RET
 %endmacro

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/x265-devel/attachments/20141103/9a2da449/attachment.html>


More information about the x265-devel mailing list