[x265] [PATCH] asm: psyCost_pp_8x8 in sse4: improve 6425c->928c

chen chenm003 at 163.com
Tue Dec 30 09:18:40 CET 2014


please merge two patch into one.

At 2014-12-30 16:16:51,"Divya Manivannan" <divya at multicorewareinc.com> wrote:
># HG changeset patch
># User Divya Manivannan <divya at multicorewareinc.com>
># Date 1419927386 -19800
>#      Tue Dec 30 13:46:26 2014 +0530
># Node ID f96a7da455b0e9f96c4cc9d29a586f7097886a09
># Parent  0fe68395d98afda88407a7d2bfd4a3f665adf2d1
>asm: psyCost_pp_8x8 in sse4: improve 6425c->928c
>
>diff -r 0fe68395d98a -r f96a7da455b0 source/common/x86/asm-primitives.cpp
>--- a/source/common/x86/asm-primitives.cpp Tue Dec 30 11:09:25 2014 +0530
>+++ b/source/common/x86/asm-primitives.cpp Tue Dec 30 13:46:26 2014 +0530
>@@ -1719,7 +1719,9 @@
> //        p.denoiseDct = x265_denoise_dct_sse4;
> 
>         p.psy_cost_pp[BLOCK_4x4] = x265_psyCost_pp_4x4_sse4;
>+#if X86_64
>         p.psy_cost_pp[BLOCK_8x8] = x265_psyCost_pp_8x8_sse4;
>+#endif
>     }
>     if (cpuMask & X265_CPU_AVX)
>     {
>_______________________________________________
>x265-devel mailing list
>x265-devel at videolan.org
>https://mailman.videolan.org/listinfo/x265-devel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/x265-devel/attachments/20141230/ed13631a/attachment-0001.html>


More information about the x265-devel mailing list