[x265] [PATCH] Added support for multiple references
Steve Borho
steve at borho.org
Thu Sep 26 01:20:55 CEST 2013
On Wed, Sep 25, 2013 at 5:36 PM, Steve Borho <steve at borho.org> wrote:
>
>
>
> On Wed, Sep 25, 2013 at 5:27 PM, Olivier Lapicque <olapicque at nvidia.com>wrote:
>
>> Shouldn’t it be X265_MAX(m_numReorderPics[i]* + 2*,
>> _param->maxNumReferences*+1*) ?****
>>
>> Unlike H.264, the picture is added to the DPB before being decoded (so
>> the current picture always takes up one slot in the DPB)
>>
>
pushed as:
m_maxDecPicBuffering[i] = X265_MIN(MAX_NUM_REF,
X265_MAX(m_numReorderPics[i] + 1, _param->maxNumReferences) + 1);
Thanks
--
Steve Borho
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/x265-devel/attachments/20130925/e76f49d1/attachment.html>
More information about the x265-devel
mailing list