Opened 13 years ago

Closed 13 years ago

#147 closed defect (fixed)

bug related to UNIFY_INTER_TABLE

Reported by: libin Owned by:
Priority: minor Milestone: HM-3.1
Component: HM Version: HM-3.0
Keywords: Cc: fbossen, ksuehring, davidf, jct-vc@…

Description

In TEncCavlc::codeInterDir around line 1333,

if (m_pcSlice->getNoBackPredFlag())
{

uiMaxVal = uiValNumRefIdxOfL0 + iRefFrame0*uiValNumRefIdxOfL1 + iRefFrame1;
In my opinion, it should be uiIndex

}
else
{

uiIndex = uiValNumRefIdxOfL0 + uiValNumRefIdxOfL1 + iRefFrame0*uiValNumRefIdxOfL1 + iRefFrame1;

}

Change History (5)

comment:1 Changed 13 years ago by libin

I do not think this bug will have impact on coding efficiency, as for the default configuration, when combined list is used, m_pcSlice->getNoBackPredFlag() is always false.

comment:2 Changed 13 years ago by davidf

  • Milestone set to HM-3.1
  • Resolution set to fixed
  • Status changed from new to closed
  • Version set to HM-3.0

Thank you. This has been fixed in r827

comment:3 Changed 12 years ago by davidf

  • Component set to HM

Updating component after adding WD (Text) tickets

comment:4 Changed 12 years ago by davidf

  • Cc fbossen ksuehring davidf added

comment:5 Changed 12 years ago by davidf

  • Cc jct-vc@… added
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

  • Bin Li(Reporter, Participant)
  • David Flynn(Subscriber, Participant)
  • Frank Bossen(Subscriber)
  • jct-vc@…(Subscriber)
  • karl.sharman@…(Always)
  • Karsten Suehring(Subscriber, Always)