[x265] [PATCH 1 of 2] testbench: fix bug in plane_copy_cp, detect outside bound now

2015-07-01 Thread Min Chen
# HG changeset patch # User Min Chen # Date 1435795548 25200 # Node ID 42547f20aca0aeafb0305789728b936cb07107ec # Parent 68d0893604778b3e5582d6b8aaa55a8f6593abb0 testbench: fix bug in plane_copy_cp, detect outside bound now --- source/test/pixelharness.cpp |6 +++--- 1 files changed, 3 inser

[x265] [PATCH 2 of 2] asm: fix buffer overwrite bug in upShift_8_avx2

2015-07-01 Thread Min Chen
# HG changeset patch # User Min Chen # Date 1435795552 25200 # Node ID f57693f3e4b7a548336eee93422b4b76c68a372e # Parent 42547f20aca0aeafb0305789728b936cb07107ec asm: fix buffer overwrite bug in upShift_8_avx2 --- source/common/x86/pixel-a.asm | 103 ++--- 1

Re: [x265] [PATCH] stats: count of each CU partition per frame

2015-07-01 Thread Steve Borho
On 07/01, Divya Manivannan wrote: > # HG changeset patch > # User Divya Manivannan > # Date 1435741578 -19800 > # Wed Jul 01 14:36:18 2015 +0530 > # Node ID e4ac2778e85bb86923842f3dea5a4a4f8e88b057 > # Parent 2f345c1c0d8e2351e5aaae5f3e0e017b5810f32e > stats: count of each CU partition per fr

[x265] [PATCH] asm: pixelavg_pp[8xN] sse2 code for 10bpp

2015-07-01 Thread rajesh
# HG changeset patch # User Rajesh Paulraj # Date 1435735579 -19800 # Wed Jul 01 12:56:19 2015 +0530 # Node ID ab8cfdf88aad580381f2fcc11533c4cd1d2f1250 # Parent 2f345c1c0d8e2351e5aaae5f3e0e017b5810f32e asm: pixelavg_pp[8xN] sse2 code for 10bpp avg_pp[ 8x4] 5.12x125.34 641

[x265] [PATCH] stats: count of each CU partition per frame

2015-07-01 Thread Divya Manivannan
# HG changeset patch # User Divya Manivannan # Date 1435741578 -19800 # Wed Jul 01 14:36:18 2015 +0530 # Node ID e4ac2778e85bb86923842f3dea5a4a4f8e88b057 # Parent 2f345c1c0d8e2351e5aaae5f3e0e017b5810f32e stats: count of each CU partition per frame diff -r 2f345c1c0d8e -r e4ac2778e85b doc/re