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

chen chenm003 at 163.com
Tue Dec 30 07:53:40 CET 2014




At 2014-12-30 13:40:06,"Divya Manivannan" <divya at multicorewareinc.com> wrote:
># HG changeset patch
># User Divya Manivannan <divya at multicorewareinc.com>
># Date 1419917965 -19800
>#      Tue Dec 30 11:09:25 2014 +0530
># Node ID 0fe68395d98afda88407a7d2bfd4a3f665adf2d1
># Parent  32ed3f21039a5b93a54da8961442825e4db69d88
>asm: psyCost_pp_8x8 in sse4: improve 6425c->928c
>
>diff -r 32ed3f21039a -r 0fe68395d98a source/common/x86/asm-primitives.cpp
>--- a/source/common/x86/asm-primitives.cpp	Mon Dec 29 13:49:02 2014 +0530
>+++ b/source/common/x86/asm-primitives.cpp	Tue Dec 30 11:09:25 2014 +0530
>@@ -1719,6 +1719,7 @@
> //        p.denoiseDct = x265_denoise_dct_sse4;
> 
>         p.psy_cost_pp[BLOCK_4x4] = x265_psyCost_pp_4x4_sse4;
>+        p.psy_cost_pp[BLOCK_8x8] = x265_psyCost_pp_8x8_sse4;
X64 only code, need check in build time
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/x265-devel/attachments/20141230/3a1fc3c8/attachment.html>


More information about the x265-devel mailing list