Re: [x265] [PATCH] presets: Updating presets to improve coding efficiency and speed

2015-12-21 Thread Tom Vaughan
Pradeep, In presets.rst you put 2 rows in for limit-refs. The 2nd one should be limit-modes. +| limit-modes |0 | 0 |0 | 0| 0 |0 | 1 | 1|1 |0| Also, I don't see limit-modes changed for slow, slower and veryslow. Please

Re: [x265] [PATCH] presets: Updating presets to improve coding efficiency and speed

2015-12-21 Thread Pradeep Ramachandran
Ok thanks - will fix and resend. Pradeep. On Tue, Dec 22, 2015 at 7:38 AM, Deepthi Nandakumar < deep...@multicorewareinc.com> wrote: > Yes, you're right, Tom. Also this patch will not apply at the current tip, > since Tom committed a patch to presets.rst yesterday. > > On Tue, Dec 22, 2015 at

Re: [x265] [PATCH] presets: Updating presets to improve coding efficiency and speed

2015-12-21 Thread Tom Vaughan
Yes, I was trying to get all the columns to be visible in our online documentation of presets. I’m getting frustrated with readthedocs.org, and .rst files. Restructured text documentation was a big improvement over what we were doing before, and it allows us to manage the documentation with our

[x265] [PATCH 1 of 3] do border extension on CU level and new counter for reconColCount

2015-12-21 Thread Min Chen
# HG changeset patch # User Min Chen # Date 1450727186 21600 # Node ID bcc6d005cd852c043413d1f90aca05366acec514 # Parent 942587f1ab4484ce69a818ce9c8adc59c38fe239 do border extension on CU level and new counter for reconColCount --- source/common/frame.cpp | 11 +++

[x265] [PATCH 3 of 3] reduce pointer operators on I400

2015-12-21 Thread Min Chen
# HG changeset patch # User Min Chen # Date 1450728715 21600 # Node ID 3e9e45fd692d79806e53d69c2ed7a20b3e24e671 # Parent d8c3eded1440670bde63e2fb5bec0e80ff6e2d67 reduce pointer operators on I400 --- source/encoder/framefilter.cpp |7 --- 1 files changed, 4

[x265] [PATCH 2 of 3] simplify logic on setting reconColCount[] and fix bug in case that disable both Deblock and Sao

2015-12-21 Thread Min Chen
# HG changeset patch # User Min Chen # Date 1450727188 21600 # Node ID d8c3eded1440670bde63e2fb5bec0e80ff6e2d67 # Parent bcc6d005cd852c043413d1f90aca05366acec514 simplify logic on setting reconColCount[] and fix bug in case that disable both Deblock and Sao ---

Re: [x265] [PATCH] presets: Updating presets to improve coding efficiency and speed

2015-12-21 Thread Pradeep Ramachandran
I still see a scroll-bar on windows 10 with Chrome :-(. My screen is running at 1920x1080. Pradeep Ramachandran, PhD Solution Architect, pradeeprama.info/ www.multicorewareinc.com/ Ph: +91 99627 82018 On Tue, Dec 22, 2015 at 9:59 AM, Tom Vaughan < tom.vaug...@multicorewareinc.com> wrote: >

Re: [x265] [PATCH] presets: Updating presets to improve coding efficiency and speed

2015-12-21 Thread Deepthi Nandakumar
Yes, you're right, Tom. Also this patch will not apply at the current tip, since Tom committed a patch to presets.rst yesterday. On Tue, Dec 22, 2015 at 7:30 AM, Tom Vaughan < tom.vaug...@multicorewareinc.com> wrote: > Pradeep, > In presets.rst you put 2 rows in for limit-refs. The 2nd one

[x265] [PATCH] presets: Updating presets to improve coding efficiency and speed

2015-12-21 Thread Pradeep Ramachandran
# HG changeset patch # User Pradeep Ramachandran # Date 1450756004 -19800 # Tue Dec 22 09:16:44 2015 +0530 # Node ID 3a50008e7c938f2a0d86ddeddb2b232f337af766 # Parent f4eff2f13593627b674d0c5abed14c0f6c54863b presets: Updating presets to improve coding

[x265] [PATCH] presets: Updating presets to improve coding efficiency and speed

2015-12-21 Thread Pradeep Ramachandran
# HG changeset patch # User Pradeep Ramachandran # Date 1450687279 -19800 # Mon Dec 21 14:11:19 2015 +0530 # Node ID df793ec188d2cb6ea9dc886296ccb4c7448e4523 # Parent 0315c0c389c99185cbaa73a0e8acfe9ef60dd817 presets: Updating presets to improve coding