Re: [x265] [PATCH] b-pyramid implementation: Allow the use of B-frames as references for non B and B frames

2013-11-19 Thread Steve Borho
On Nov 19, 2013, at 12:32 AM, Gopu Govindaswamy g...@multicorewareinc.com wrote: # HG changeset patch # User Gopu Govindaswamy g...@multicorewareinc.com # Date 1384842731 -19800 # Node ID c386acea7ba1ca48f32060f265586618ee744a9f # Parent 2f5f538d2cbca3b46e8d27d860e9787cc19f406f b-pyramid

[x265] [PATCH] b-pyramid implementation: Allow the use of B-frames as references for non B and B frames

2013-11-18 Thread Gopu Govindaswamy
# HG changeset patch # User Gopu Govindaswamy g...@multicorewareinc.com # Date 1384769433 -19800 # Node ID 1e22b93638072ed805478d7af17f90e285fb4969 # Parent 2321ebe0bf64e5f3c0034076c7edb3ecbcd48039 b-pyramid implementation: Allow the use of B-frames as references for non B and B frames when we

Re: [x265] [PATCH] b-pyramid implementation: Allow the use of B-frames as references for non B and B frames

2013-11-18 Thread Deepthi Nandakumar
In encoder::configure, there should be some check for --b-adapt 0 --bframes 0, in which case print warning and disable b-pyramid. On Mon, Nov 18, 2013 at 3:40 PM, Gopu Govindaswamy g...@multicorewareinc.com wrote: # HG changeset patch # User Gopu Govindaswamy g...@multicorewareinc.com #

Re: [x265] [PATCH] b-pyramid implementation: Allow the use of B-frames as references for non B and B frames

2013-11-18 Thread Gopu Govindaswamy
On Mon, Nov 18, 2013 at 4:47 PM, Deepthi Nandakumar deep...@multicorewareinc.com wrote: On Mon, Nov 18, 2013 at 3:40 PM, Gopu Govindaswamy g...@multicorewareinc.com wrote: # HG changeset patch # User Gopu Govindaswamy g...@multicorewareinc.com # Date 1384769433 -19800 # Node ID

Re: [x265] [PATCH] b-pyramid implementation: Allow the use of B-frames as references for non B and B frames

2013-11-18 Thread Gopu Govindaswamy
yes the numReorderdPics is 2, but once we increased the numReorderPics then the max DPB size should also to increase by 1 if we enable the b-pyramid, instead of this i have directly increased by 3, i will change this to numReorderdPics = 2 and m_maxDecPicBuffering[i] = X265_MIN(MAX_NUM_REF,

Re: [x265] [PATCH] b-pyramid implementation: Allow the use of B-frames as references for non B and B frames

2013-11-18 Thread Steve Borho
On Nov 18, 2013, at 4:10 AM, Gopu Govindaswamy g...@multicorewareinc.com wrote: # HG changeset patch # User Gopu Govindaswamy g...@multicorewareinc.com # Date 1384769433 -19800 # Node ID 1e22b93638072ed805478d7af17f90e285fb4969 # Parent 2321ebe0bf64e5f3c0034076c7edb3ecbcd48039 b-pyramid

[x265] [PATCH] b-pyramid implementation: Allow the use of B-frames as references for non B and B frames

2013-11-18 Thread Gopu Govindaswamy
# HG changeset patch # User Gopu Govindaswamy g...@multicorewareinc.com # Date 1384842731 -19800 # Node ID c386acea7ba1ca48f32060f265586618ee744a9f # Parent 2f5f538d2cbca3b46e8d27d860e9787cc19f406f b-pyramid implementation: Allow the use of B-frames as references for non B and B frames when we