Re: [x265] [PATCH] rc: introduce param variables for 2 pass

2014-06-19 Thread Deepthi Nandakumar
Need to bump up X265_BUILD On Tue, Jun 17, 2014 at 8:06 PM, aar...@multicorewareinc.com wrote: # HG changeset patch # User Aarthi Thirumalaiaar...@multicorewareinc.com # Date 1402997162 -19800 # Tue Jun 17 14:56:02 2014 +0530 # Node ID eb3b6d39b83102dfc7c665e3055c1ffda3322e3e #

[x265] keep TComPic until next call when recpic is exported as pic_out

2014-06-19 Thread Satoshi Nakagawa
# HG changeset patch # User Satoshi Nakagawa nakagawa...@oki.com # Date 1403183616 -32400 # Thu Jun 19 22:13:36 2014 +0900 # Node ID 17b083a024a2ed2b209cc0e8f1fbd3cf90956bd5 # Parent d2a13e8541f45fcd4c7d554e0b7c89a82f2a0ff9 keep TComPic until next call when recpic is exported as pic_out

Re: [x265] keep TComPic until next call when recpic is exported as pic_out

2014-06-19 Thread Steve Borho
On Thu, Jun 19, 2014 at 8:49 AM, Satoshi Nakagawa nakagawa...@oki.com wrote: # HG changeset patch # User Satoshi Nakagawa nakagawa...@oki.com # Date 1403183616 -32400 # Thu Jun 19 22:13:36 2014 +0900 # Node ID 17b083a024a2ed2b209cc0e8f1fbd3cf90956bd5 # Parent

[x265] [PATCH 2 of 3] static m_bLFCrossTileBoundary since all of LCU use same value

2014-06-19 Thread Min Chen
# HG changeset patch # User Min Chen chenm...@163.com # Date 1403215006 25200 # Node ID 9fd5f9f6e1de1567adca64f26c8c5a34e2b1caa2 # Parent 188f12f4b16b26afcdb6f875455a3fb60f16b55d static m_bLFCrossTileBoundary since all of LCU use same value diff -r 188f12f4b16b -r 9fd5f9f6e1de

[x265] [PATCH 3 of 3] move m_blockingStrength to local

2014-06-19 Thread Min Chen
# HG changeset patch # User Min Chen chenm...@163.com # Date 1403215023 25200 # Node ID 7f213d2e3a275bf6dcd200dabf1656944e926c86 # Parent 9fd5f9f6e1de1567adca64f26c8c5a34e2b1caa2 move m_blockingStrength to local diff -r 9fd5f9f6e1de -r 7f213d2e3a27 source/Lib/TLibCommon/TComLoopFilter.cpp ---

[x265] [PATCH 1 of 3] remove reduce code since trHeight always equal to trWidth

2014-06-19 Thread Min Chen
# HG changeset patch # User Min Chen chenm...@163.com # Date 1403214971 25200 # Node ID 188f12f4b16b26afcdb6f875455a3fb60f16b55d # Parent f5be40ace2cc8764fdb913fe7ccf4cdb4e1d5bd4 remove reduce code since trHeight always equal to trWidth diff -r f5be40ace2cc -r 188f12f4b16b

[x265] [PATCH] nal: refactor nal code, marshall packets directly into output buffer

2014-06-19 Thread Steve Borho
# HG changeset patch # User Steve Borho st...@borho.org # Date 1403212948 18000 # Thu Jun 19 16:22:28 2014 -0500 # Node ID ba9c58a4bee005f82688ca9907b87916a7cf0e9d # Parent ecccd5401d27b3aa5f2333295c933518653d73ef nal: refactor nal code, marshall packets directly into output buffer This