Skip to content
Snippets Groups Projects
Commit c1cb3638 authored by Donghyun Kim's avatar Donghyun Kim Committed by Vadim Seregin
Browse files

JVET-AE0136: Fix on TM-based reordering for affine MMVD

parent fec5cb14
No related branches found
No related tags found
1 merge request!456JVET-AE0136: Fix on TM-based reordering for affine MMVD
......@@ -9239,7 +9239,7 @@ void InterPrediction::sortAffineMergeCandidates(PredictionUnit pu, AffineMergeC
else
{
const int poc0 = pu.cu->slice->getRefPOC(REF_PIC_LIST_0, mvfMmvd[0][0].refIdx);
const int poc1 = pu.cu->slice->getRefPOC(REF_PIC_LIST_1, mvfMmvd[0][0].refIdx);
const int poc1 = pu.cu->slice->getRefPOC(REF_PIC_LIST_1, mvfMmvd[1][0].refIdx);
const int currPoc = pu.cu->slice->getPOC();
if ((poc1 - currPoc)*(poc0 - currPoc) > 0)
{
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment