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

chen chenm003 at 163.com
Tue Jan 28 12:22:58 CET 2014


>+        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.
 
 
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.videolan.org/pipermail/x265-devel/attachments/20140128/164413f1/attachment.html>


More information about the x265-devel mailing list