[x265] [PATCH] compress: insert check for merge MV candidates

Steve Borho steve at borho.org
Tue Jan 28 14:41:13 CET 2014


On Jan 28, 2014, at 5:22 AM, chen <chenm003 at 163.com> wrote:

> >+        if ( mvFieldNeighbours[0 + 2 * mergeCand].mv.y < (m_cfg->param.searchRange+1) * 4
> >+          && mvFieldNeighbours[1 + 2 * mergeCand].mv.y < (m_cfg->param.searchRange+1) * 4)
> this condition for my test only, I am not sure it is suitable here.
> When we have more refLagRows, the PMV may beyond searchRange and less then row bound.

this check is also only necessary when -F > 1

--
Steve
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/x265-devel/attachments/20140128/2c274fb8/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 842 bytes
Desc: Message signed with OpenPGP using GPGMail
URL: <http://mailman.videolan.org/pipermail/x265-devel/attachments/20140128/2c274fb8/attachment.sig>


More information about the x265-devel mailing list