[x265] [PATCH] analysis: init depth and mode analysis buffer at the begining of CTU compression. Encoder nits

2016-03-09 Thread sagar
# HG changeset patch # User Sagar Kotecha # Date 1457594824 -19800 # Thu Mar 10 12:57:04 2016 +0530 # Node ID 5a7d55313b7741f3d0bd6134d2451b5989f517ed # Parent 4a389ff5cdc32a7cd01f1dac39090930b54f2ea1 analysis: init depth and mode analysis buffer at the begining

Re: [x265] [PATCH] analysis: init depth and mode analysis buffer at the begining of CTU compression. Encoder nits

2016-03-09 Thread Sagar Kotecha
Yes. Thanks. Sending updated patch. -- Sagar On Thu, Mar 10, 2016 at 12:47 PM, Deepthi Nandakumar < deep...@multicorewareinc.com> wrote: > > > On Wed, Mar 9, 2016 at 2:22 PM, wrote: > >> # HG changeset patch >> # User Sagar Kotecha >> #

Re: [x265] [PATCH] analysis: init depth and mode analysis buffer at the begining of CTU compression. Encoder nits

2016-03-09 Thread Deepthi Nandakumar
On Wed, Mar 9, 2016 at 2:22 PM, wrote: > # HG changeset patch > # User Sagar Kotecha > # Date 1457442015 -19800 > # Tue Mar 08 18:30:15 2016 +0530 > # Node ID 8999a30d29f479d8dc8425046c26af8581cfa2ba > # Parent

Re: [x265] [PATCH] arm: Implement planecopy_cp NEON

2016-03-09 Thread Deepthi Nandakumar
Your patch is still mangled up. See this: https://patches.videolan.org/patch/12602/ If your patch is otherwise ok, can you change the commit message slightly so that it is sent as a new patch altogether? On Wed, Mar 9, 2016 at 5:12 PM, Ramya Sriraman wrote: > # HG

Re: [x265] [PATCH] [REVIEW PATCH]Use qp value of encoded CU, instead slice qp value

2016-03-09 Thread Ashok Kumar Mishra
yes, this patch can be pushed today. On Thu, Mar 10, 2016 at 11:50 AM, Deepthi Nandakumar < deep...@multicorewareinc.com> wrote: > This is a nice logical improvement. Anything stopping this patch from > being pushed in today? > > On Wed, Mar 9, 2016 at 8:21 PM, Ashok Kumar Mishra < >

Re: [x265] [PATCH] [REVIEW PATCH]Use qp value of encoded CU, instead slice qp value

2016-03-09 Thread Deepthi Nandakumar
This is a nice logical improvement. Anything stopping this patch from being pushed in today? On Wed, Mar 9, 2016 at 8:21 PM, Ashok Kumar Mishra < as...@multicorewareinc.com> wrote: > Below are some test results after using the same qp for encoding the CU > and SAO distortion calculation. > >

[x265] [PATCH] arm: Implement scale2D_64to32_neon ARM NEON

2016-03-09 Thread radhakrishnan
# HG changeset patch # User Radhakrishnan VR # Date 1457514246 -19800 # Wed Mar 09 14:34:06 2016 +0530 # Node ID d96f05d083a9c75a5fdf8e5ede6607bc3c091175 # Parent 7f3b515b345b8bc462b1f2c9af1409ac727336a0 arm: Implement scale2D_64to32_neon ARM NEON diff

[x265] [PATCH] arm: Implement scale1D_128to64_neon ARM NEON

2016-03-09 Thread radhakrishnan
# HG changeset patch # User Radhakrishnan VR # Date 1457504186 -19800 # Wed Mar 09 11:46:26 2016 +0530 # Node ID 7f3b515b345b8bc462b1f2c9af1409ac727336a0 # Parent 076b1abaa434c9c396aa6b8835ed212067e9e352 arm: Implement scale1D_128to64_neon ARM NEON diff

Re: [x265] [PATCH] [REVIEW PATCH]Use qp value of encoded CU, instead slice qp value

2016-03-09 Thread Ashok Kumar Mishra
Below are some test results after using the same qp for encoding the CU and SAO distortion calculation. *Before(crowd_run_2160p50, preset - medium, --bitrate 9000)* encoded 500 frames in 262.47s (1.90 fps), 8956.57 kb/s, Avg QP:43.43, Global PSNR: 30.941, SSIM Mean Y: 0.7714149 ( 6.410 dB)

[x265] [PATCH] [REVIEW PATCH]Use qp value of encoded CU, instead slice qp value

2016-03-09 Thread ashok
# HG changeset patch # User Ashok Kumar Mishra # Date 1457424244 -19800 # Tue Mar 08 13:34:04 2016 +0530 # Node ID 047095eba0a40f2298df74c37abae7a2e31f4bce # Parent 88aebc166fa8e16f91d5f0acce77690003be9d91 [REVIEW PATCH]Use qp value of encoded CU, instead slice qp

Re: [x265] [PATCH] arm: Implement planecopy_cp NEON

2016-03-09 Thread Ramya Sriraman
# HG changeset patch # User Ramya Sriraman # Date 1456985538 -19800 # Thu Mar 03 11:42:18 2016 +0530 # Node ID 3aeb208f4923e8a45cfbacbb792877af52b16970 # Parent 6d06de58c3163c19def2c28e614492e2e74283f8 arm: Implement planecopy_cp NEON diff -r 6d06de58c316 -r

[x265] [PATCH] param: return gracefully on invalid analysis mode option

2016-03-09 Thread sagar
# HG changeset patch # User Sagar Kotecha # Date 1457507471 -19800 # Wed Mar 09 12:41:11 2016 +0530 # Node ID 59bb56eaa7a7d1f604eb163cdcdd23e17769b09a # Parent 8999a30d29f479d8dc8425046c26af8581cfa2ba param: return gracefully on invalid analysis mode option diff

[x265] [PATCH] analysis: Improve and fix indexing issue for analysis-load/save

2016-03-09 Thread sagar
# HG changeset patch # User Sagar Kotecha # Date 1457415892 -19800 # Tue Mar 08 11:14:52 2016 +0530 # Node ID 67b63012de821913ecde12c000d09a5a8e5c76fa # Parent 42fd78c163fbae6992493ade1ac0f693b0d38d84 analysis: Improve and fix indexing issue for analysis-load/save

[x265] [PATCH] analysis: init depth and mode analysis buffer at the begining of CTU compression. Encoder nits

2016-03-09 Thread sagar
# HG changeset patch # User Sagar Kotecha # Date 1457442015 -19800 # Tue Mar 08 18:30:15 2016 +0530 # Node ID 8999a30d29f479d8dc8425046c26af8581cfa2ba # Parent 67b63012de821913ecde12c000d09a5a8e5c76fa analysis: init depth and mode analysis buffer at the begining