[x265] [PATCH] quant: remove extra upshift by 4 in s_invQuantScales

2014-08-13 Thread deepthi
# HG changeset patch # User Deepthi Nandakumar deep...@multicorewareinc.com # Date 1407919768 -19800 # Wed Aug 13 14:19:28 2014 +0530 # Node ID 41df534b9605806520c8ff23348e15aff793f8dc # Parent d43e9a6a7cced5b60284c25bd987c55c522c1212 quant: remove extra upshift by 4 in s_invQuantScales

Re: [x265] [PATCH] Added fast intra search option

2014-08-13 Thread Deepthi Nandakumar
There are a couple of warnings our regression tests caught with this. Can you take a look? source\encoder\predict.cpp(78): warning C4800: 'const unsigned char' : forcing value to bool 'true' or 'false' (performance warning) (IntraFilterType can be bool, I think?).

Re: [x265] [PATCH] Added fast intra search option

2014-08-13 Thread dave
In building with gcc debian 4.7.2-5 I get no warnings. On 08/13/2014 05:46 AM, Deepthi Nandakumar wrote: There are a couple of warnings our regression tests caught with this. Can you take a look? source\encoder\predict.cpp(78): warning C4800: 'const unsigned char' : forcing value to bool

[x265] HIGH_BIT_DEPTH builds fail for GCC 4.8.2

2014-08-13 Thread Mario *LigH* Rohkrämer
LoRd_MuldeR analyzed this issue already in the doom9 forum: http://forum.doom9.org/showpost.php?p=1689849postcount=1152 Possibly unrelated warning: + h:/MSYS/home/Entwicklung/x265/source/encoder/slicetype.cpp: In member function 'void x265::EstimateRow::estimateCUCost(x265::Lowres**,

Re: [x265] [PATCH] Added fast intra search option

2014-08-13 Thread dave
On 08/12/2014 10:22 PM, Steve Borho wrote: On 08/12, dtyx...@gmail.com wrote: # HG changeset patch # User David T Yuen dtyx...@gmail.com # Date 1407882999 25200 # Node ID 75e4ad481b3668b1e420ede300287aa3ea3fb8d5 # Parent 8a7f4bb1d1be32fe668d410450c2e320ccae6098 Added fast intra search option

[x265] [PATCH] rc: bug fix - m_avgQpAq can be from 0-69

2014-08-13 Thread aarthi
# HG changeset patch # User Aarthi Thirumalai # Date 1407947049 -19800 # Wed Aug 13 21:54:09 2014 +0530 # Node ID 64477de05634a7a807fb2be02ad9b2a5d7433c49 # Parent d43e9a6a7cced5b60284c25bd987c55c522c1212 rc: bug fix - m_avgQpAq can be from 0-69. It is already set within RateControl diff

[x265] [PATCH] cli: nits. fix typo

2014-08-13 Thread aarthi
# HG changeset patch # User Aarthi Thirumalai # Date 1407925380 -19800 # Wed Aug 13 15:53:00 2014 +0530 # Node ID e13e1da57d203de93d44c0e432b490cad1bf0795 # Parent 64477de05634a7a807fb2be02ad9b2a5d7433c49 cli: nits. fix typo diff -r 64477de05634 -r e13e1da57d20 doc/reST/cli.rst ---

[x265] [PATCH] encoder: fix memory leak in param if fail to open encoder

2014-08-13 Thread aarthi
# HG changeset patch # User Aarthi Thirumalai # Date 1407925504 -19800 # Wed Aug 13 15:55:04 2014 +0530 # Node ID 4aed508841e9abfb861093420d76ff99c5487b7a # Parent e13e1da57d203de93d44c0e432b490cad1bf0795 encoder: fix memory leak in param if fail to open encoder. diff -r e13e1da57d20 -r

Re: [x265] [PATCH] encoder: fix memory leak in param if fail to open encoder

2014-08-13 Thread Steve Borho
On 08/13, aar...@multicorewareinc.com wrote: # HG changeset patch # User Aarthi Thirumalai # Date 1407925504 -19800 # Wed Aug 13 15:55:04 2014 +0530 # Node ID 4aed508841e9abfb861093420d76ff99c5487b7a # Parent e13e1da57d203de93d44c0e432b490cad1bf0795 encoder: fix memory leak in param

[x265] [PATCH 2 of 2] move m_estBitsSbac from Quant to Entropy

2014-08-13 Thread Min Chen
# HG changeset patch # User Min Chen chenm...@163.com # Date 1407976158 25200 # Node ID 6487dee1c917e1600935673d71351f55125be198 # Parent 41de0838d88bf89b9156e44e31772273df24c070 move m_estBitsSbac from Quant to Entropy diff -r 41de0838d88b -r 6487dee1c917 source/Lib/TLibEncoder/TEncSearch.cpp

Re: [x265] [PATCH] quant: remove extra upshift by 4 in s_invQuantScales

2014-08-13 Thread Steve Borho
On 08/13, deep...@multicorewareinc.com wrote: # HG changeset patch # User Deepthi Nandakumar deep...@multicorewareinc.com # Date 1407919768 -19800 # Wed Aug 13 14:19:28 2014 +0530 # Node ID 41df534b9605806520c8ff23348e15aff793f8dc # Parent d43e9a6a7cced5b60284c25bd987c55c522c1212

Re: [x265] [PATCH 1 of 2] asm: integrate denoise_dct

2014-08-13 Thread Steve Borho
On 08/13, Min Chen wrote: # HG changeset patch # User Min Chen chenm...@163.com # Date 1407976146 25200 # Node ID 41de0838d88bf89b9156e44e31772273df24c070 # Parent d43e9a6a7cced5b60284c25bd987c55c522c1212 asm: integrate denoise_dct diff -r d43e9a6a7cce -r 41de0838d88b

[x265] replace IntraFilterType[][] to IntraFilterFlags[] (aboid *35)

2014-08-13 Thread Satoshi Nakagawa
# HG changeset patch # User Satoshi Nakagawa nakagawa...@oki.com # Date 1407984148 -32400 # Thu Aug 14 11:42:28 2014 +0900 # Node ID a369fcc9c0e43812feb285004c09bf9ea9706456 # Parent d66e257ace3210d828a399e05eeba1b05abb21af replace IntraFilterType[][] to IntraFilterFlags[] (aboid *35) diff