Something about the Inter Prediction of HEVC Based on HM9.0

Recently, I was studying the Inter Prediction of High Efficiency Video Coding.

So I found many Interesting things to share with you guys.

First, the two most interesting things of the inter prediction are the [Merge] procedure and the [AMVP].


Let's talk about the Merge procedure. It's something like Skip and Direct Mode in H.264.

As many people know, Inter prediction uses the conception of MV to predict next picture. It calculates the residual between the reconstructed picture and the current picture.

So when the motion moves, especailly in the condition that all the pixel in the picture has the same MV, it's obviously that we never need to transfer the information of the MV again. The only thing we need to transfer is the index of the block using the same MV.  Oh, of course, we need to transfer the merge_flag to let the decoder know that we are using Merge Mode.


As a result, the picture will be divided into several regions with the same MV.

For Video Encoding, the most exciting thing is that it can result in around 3% overall bitrate reduction relative to direct mode!


After giving some review of Merge, Let's talk about the merge procedure in detail.

The merge procedure also uses the temporal and spatial information of the picture.

First, We search the candidates from bottom-left to top-left to check if A0 and A1 are AVAILABLE

Second, We search the candidates from top-right to top-left to check if B0 and B1 are AVAILABLE

if A0 or A1 are NOT AVAILABLE, we use B2 instead.

If B0 or B1 are NOT AVAILABLE and B2 is AVAILABLE, we use B2 instead

After all, we search T0 From RefList(0 or 1). I'm not so clear about this part.


After that, we check all the candidates and using the MV of them to do motion compensation.

All we've done have the same purpose: get the lowest RDCost.

Once we find that, we record all the information needed. And Do normal inter prediction


So much for these, there must be many misunderstanding about Merge Mode. But I will go farther. Thank you.

Maybe I will try to explain the AMVP next time.

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值