<div>Dear all,</div>
<div>&nbsp;</div>
<div>As per H.264 spec, In case of skip mode the motion vectors may be equal to zero or predicted motion vectors.</div>
<div>&nbsp;I derived the motion vectors in case of skip mode as per spec at decoder side and its working fine as we were able to decode the standard bit stream properly.</div>
<div>But the problem is at encoder side,&nbsp; Can any one tell me how to handle this at encoder side.</div>
<div>At present we start our search for motion estimation with the center (0, 0 ) (Assuming the MB at same position in previous frame as the best). Then we decide the skip mode as folows,</div>
<div>&nbsp;</div>
<div>if mv_x == 0 and mv_y == 0 , then we are indicating this as skipped mode.</div>
<div>&nbsp;</div>
<div>Plz tell me when to make the MB mode as skipped at encoder side . Also please tell me whats the advantage of spec to have motion vectors in case of skipped mode.</div>
<div>&nbsp;</div>
<div>With best regards,</div>
<div>Mahesh.</div>