Re: [x265] psycho-visual feature tuning, feature freeze

2014-08-19 Thread Deepthi Nandakumar
I have removed the temporary disabling we had in place for rdoq, when psy-rd was enabled since rdoq was not psy-aware at that point. RDOQ is turned on in rdLevels 4 and above. Psy-rdoq can be turned on if rdoq is enabled. Psy-rd can be turned on with or without rdoq/psy-rdoq. On Sat, Aug 16,

Re: [x265] psycho-visual feature tuning, feature freeze

2014-08-19 Thread Deepthi Nandakumar
Our general suggestion would be to use psy-rd and psy-rdoq together for best visual quality. On Tue, Aug 19, 2014 at 2:18 PM, Deepthi Nandakumar deep...@multicorewareinc.com wrote: I have removed the temporary disabling we had in place for rdoq, when psy-rd was enabled since rdoq was not

[x265] [PATCH 1 of 2] cleanup: remove reduce condition check

2014-08-19 Thread Min Chen
# HG changeset patch # User Min Chen chenm...@163.com # Date 1408475768 25200 # Node ID 097a8749922f37c8bfaa55fc0e2cb21943d30b34 # Parent b137f5c97c469a9495bdace16adde9d787445aa1 cleanup: remove reduce condition check diff -r b137f5c97c46 -r 097a8749922f source/encoder/entropy.cpp ---

[x265] [PATCH] Removed code that will never be executed

2014-08-19 Thread dtyx265
# HG changeset patch # User David T Yuen dtyx...@gmail.com # Date 1408483766 25200 # Node ID 4f25565211552f72143ce030e3ee830765b08a75 # Parent 80129b1b626099c9cc6949c4cd7c43dd28cae4ca Removed code that will never be executed. diff -r 80129b1b6260 -r 4f2556521155

Re: [x265] [PATCH] Removed code that will never be executed

2014-08-19 Thread Steve Borho
On 08/19, dtyx...@gmail.com wrote: # HG changeset patch # User David T Yuen dtyx...@gmail.com # Date 1408483766 25200 # Node ID 4f25565211552f72143ce030e3ee830765b08a75 # Parent 80129b1b626099c9cc6949c4cd7c43dd28cae4ca Removed code that will never be executed. Queued, thanks diff -r