Opened 13 years ago

Closed 12 years ago

#221 closed defect (wontfix)

Macro is missing in last position coding

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

Description

In TEncSbac::codeLastSignificantXY() and TDecSbac::parseLastSignificantXY() of HM4.0, QC_MDCS macro are missing around swap code. Problem is occurred when MODFIED_LAST_CODING is defined, but QC_MDCS is not.

if( uiScanIdx == SCAN_VER )
{

swap( uiPosX, uiPosY );

}

Above codes should be changed to the following.

#if QC_MDCS

if( uiScanIdx == SCAN_VER )
{

swap( uiPosX, uiPosY );

}

#endif

Change History (4)

comment:1 Changed 12 years ago by davidf

  • Component set to HM

Updating component after adding WD (Text) tickets

comment:2 Changed 12 years ago by davidf

  • Cc fbossen ksuehring davidf added

comment:3 Changed 12 years ago by davidf

  • Cc jct-vc@… added

comment:4 Changed 12 years ago by ksuehring

  • Milestone changed from HM-4.1 to HM-5.0
  • Resolution set to wontfix
  • Status changed from new to closed

This has been resolved with the macro removal.

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

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