Re: [x265] [PATCH 01 of 24] Convert Deblock functions to statis

2015-12-08 Thread Deepthi Nandakumar
Min, Thanks a lot for the series. I will test and queue them as soon as we regain access to test machines etc. Sorry about the delay. On Tue, Dec 8, 2015 at 5:24 AM, Min Chen wrote: > # HG changeset patch > # User Min Chen > # Date 1449511549 21600 > #

Re: [x265] [PATCH 01 of 24] Convert Deblock functions to statis

2015-12-08 Thread chen
Hello Deepthi, Hope team are fine. The next goal may improve Frame Parallelism performance, we can start CU early. Thanks, Min At 2015-12-08 18:33:09,"Deepthi Nandakumar" wrote: Min, Thanks a lot for the series. I will test and queue them as soon as we

[x265] [PATCH] asm: AVX2 version of saoCuStatsE0, (133572c -> 47575c)

2015-12-08 Thread Min Chen
# HG changeset patch # User Min Chen # Date 1449617231 21600 # Node ID 244ae08b286714f714f6476c6e71dfe4f734b4ea # Parent bc3da6a276cc043ca8034d7ff00dcafb9dcd17d4 asm: AVX2 version of saoCuStatsE0, (133572c -> 47575c) --- source/common/x86/asm-primitives.cpp |1 +

Re: [x265] [PATCH 1 of 2] asm: SA8D avx2 asm code for main12

2015-12-08 Thread Dnyaneshwar Gorade
Thanks, Min. I am re-sending these two patches with the above modifications. On Wed, Dec 2, 2015 at 8:57 PM, chen wrote: > I suggest just keep one name of sa8d_avx2 > > At 2015-12-02 12:31:59,"Dnyaneshwar Gorade" < > dnyanesh...@multicorewareinc.com> wrote: > > the real