[x265] [PATCH] asm: fix sse_pp[32x64] sse2 asm for 12 bit

2015-09-10 Thread ramya
# HG changeset patch # User Ramya Sriraman # Date 1441875518 -19800 # Thu Sep 10 14:28:38 2015 +0530 # Node ID 4b4597b2007f8d4785180e82854678c8a882f30b # Parent 365f7ed4d89628d49cd6af8d81d4edc01f73ffad asm: fix sse_pp[32x64] sse2 asm for 12 bit diff -r

[x265] [PATCH 1 of 3] asm: AVX2 code for pixel_var primitive, improved over 40% than SSE

2015-09-10 Thread dnyaneshwar
# HG changeset patch # User Dnyaneshwar G # Date 1441715051 -19800 # Tue Sep 08 17:54:11 2015 +0530 # Node ID 89c234e68523b05550b8c5197b83849544dc97d1 # Parent 365f7ed4d89628d49cd6af8d81d4edc01f73ffad asm: AVX2 code for pixel_var primitive, improved over

[x265] [PATCH 2 of 3] asm: avx2 code for sad_x3_32xN, improved over 40% than SSE

2015-09-10 Thread dnyaneshwar
# HG changeset patch # User Dnyaneshwar G # Date 1441885683 -19800 # Thu Sep 10 17:18:03 2015 +0530 # Node ID 5b5d7438e90196d7974b9ceec2130b6c924e2342 # Parent abab4304e992b7addb65ad8fbdfe309ba57732a6 asm: avx2 code for sad_x3_32xN, improved over 40% than

[x265] [PATCH 3 of 3] asm: avx2 code for sad_x3_64xN, improved over 40% than SSE

2015-09-10 Thread dnyaneshwar
# HG changeset patch # User Dnyaneshwar G # Date 1441886472 -19800 # Thu Sep 10 17:31:12 2015 +0530 # Node ID d31b9e8bdcf4f5fac2e3f0c567f1c90c1d19a382 # Parent 5b5d7438e90196d7974b9ceec2130b6c924e2342 asm: avx2 code for sad_x3_64xN, improved over 40% than

Re: [x265] [PATCH 2 of 3] asm: avx2 code for sad_x3_32xN, improved over 40% than SSE

2015-09-10 Thread chen
just a little modift At 2015-09-10 20:03:54,dnyanesh...@multicorewareinc.com wrote: ># HG changeset patch ># User Dnyaneshwar G ># Date 1441885683 -19800 ># Thu Sep 10 17:18:03 2015 +0530 ># Node ID 5b5d7438e90196d7974b9ceec2130b6c924e2342 ># Parent

Re: [x265] [PATCH] bug: build warnings removal for linux, correct threading masks for windows

2015-09-10 Thread Steve Borho
On 09/09, Pradeep Ramachandran wrote: > My first patch did that but Steve recommended against it - dunno why. I'm allergic to mallocs which allocate less memory than the size of a pointer. every malloc must be failure-checked and failures safely handled. if they can be avoided, all the better.

Re: [x265] [PATCH] asm: fix sse_pp[32x64] sse2 asm for 12 bit

2015-09-10 Thread chen
At 2015-09-10 16:58:52,ra...@multicorewareinc.com wrote: ># HG changeset patch ># User Ramya Sriraman ># Date 1441875518 -19800 ># Thu Sep 10 14:28:38 2015 +0530 ># Node ID 4b4597b2007f8d4785180e82854678c8a882f30b ># Parent

[x265] [PATCH] asm: pixelavg_pp[48x64] avx2 8bpp code

2015-09-10 Thread rajesh
# HG changeset patch # User Rajesh Paulraj # Date 1441881122 -19800 # Thu Sep 10 16:02:02 2015 +0530 # Node ID 6bbfbfc5611e804938a49bb83689c7d81d1844c1 # Parent 365f7ed4d89628d49cd6af8d81d4edc01f73ffad asm: pixelavg_pp[48x64] avx2 8bpp code avx2: avg_pp[48x64]

[x265] [PATCH] asm: fix crash as NR buffer is not aligned to 16-byte boundry

2015-09-10 Thread dnyaneshwar
# HG changeset patch # User Dnyaneshwar G # Date 1441865435 -19800 # Thu Sep 10 11:40:35 2015 +0530 # Node ID abab4304e992b7addb65ad8fbdfe309ba57732a6 # Parent 89c234e68523b05550b8c5197b83849544dc97d1 asm: fix crash as NR buffer is not aligned to 16-byte