Opened 13 years ago

Closed 13 years ago

#130 closed defect (fixed)

Decoder crash with GPB=0 and LCEC in low-delay configs

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

Description

Crash seems related to MS_LCEC_LOOKUP_TABLE_EXCEPTION macro (seems to work fine when this macro is disabled, not tested extensively).

Change History (5)

comment:1 Changed 13 years ago by libin

A fix of this bug maybe
In TComDataCU.cpp, add the bold lines
Bool TComDataCU::isSuroundingRefIdxException ( UInt uiAbsPartIdx )
{
#if BUFFIX130

if ( !getSlice()->isInterB() )
{

return true;

}

#endif

if ( getSlice()->getNumRefIdx( REF_PIC_LIST_0 ) <= 2 && getSlice()->getNumRefIdx( REF_PIC_LIST_1 ) <= 2)
{

return false;

}

……

comment:2 Changed 13 years ago by fbossen

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

Fixed in r587

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(Participant)
  • David Flynn(Subscriber, Participant)
  • Frank Bossen(Reporter, Subscriber, Participant)
  • jct-vc@…(Subscriber)
  • karl.sharman@…(Always)
  • Karsten Suehring(Subscriber, Always)