Opened 5 years ago

Closed 5 years ago

#442 closed defect (fixed)

IBC MVP flag - Interaction between JVET-O0162 and JVET-O0455

Reported by: bheng Owned by:
Priority: minor Milestone: VTM-6.0
Component: VTM Version: VTM-6.0rc1
Keywords: Cc: ksuehring, XiangLi, fbossen, jvet@…

Description

The following contributions have an interaction that needs to be addressed.

JVET-O0162 - IBC MVP flag conditions on MergeListSize > 1
JVET-O0455 - Separate merge list for IBC

Specifically, the O0162 conditions should be updated to use getMaxNumIBCMergeCand rather than getMaxNumMergeCand when O0455 is enabled.

#if JVET_O0162_IBC_MVP_FLAG

if ( pu.cu->slice->getMaxNumMergeCand() == 1 )
{

pu.mvpIdx[REF_PIC_LIST_0] = 0;

}
else

#endif

Change history (2)

comment:2 Changed 5 years ago by bheng

  • Milestone set to VTM-6.0
  • Resolution set to fixed
  • Status changed from new to closed
  • Version changed from VTM-5.2 to VTM-6.0rc1

Yes, MR 837 fixes the problem.

Note: See TracTickets for help on using tickets.