Opened 9 years ago

Closed 9 years ago

#1411 closed defect (fixed)

Condition in IBC MV parsing

Reported by: Vadim Owned by:
Priority: minor Milestone:
Component: HM SCC Version:
Keywords: Cc: jct-vc@…

Description

Current picture can be inserted into both RefPicList0 and RefPicList1, so during MV reconstruction, condition eRefList == REF_PIC_LIST_0 has to be removed in TDecEntropy::decodeMVPIdxPU.

if( pcSubCU->getSlice()->getUseIntegerMv() || ( (eRefList == REF_PIC_LIST_0) && (pcSubCU->getSlice()->getRefPic( eRefList, iRefIdx )->getPOC() == pcSubCU->getSlice()->getPOC()) ) )

Change History (1)

comment:1 Changed 9 years ago by krishna

  • Resolution set to fixed
  • Status changed from new to closed

Fixed in rev. 4606

Note: See TracTickets for help on using tickets.

This list contains all users that will be notified about changes made to this ticket.

These roles will be notified: Reporter, Owner, Subscriber, Participant

  • jct-vc@…(Subscriber)
  • karl.sharman@…(Always)
  • Karsten Suehring(Always)
  • krishna(Participant)
  • Vadim Seregin(Reporter)