Opened 12 years ago

Closed 11 years ago

#314 closed enhancement (wontfix)

Code bug in function xFindDistortionFrame()

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

Description

The below code in the function xFindDistortionFrame():


#if IBDI_DISTORTION

Int iShift = g_uiBitIncrement;
Int iOffset = 1<<(g_uiBitIncrement-1);

#else

UInt uiShift = g_uiBitIncrement<<1;

#endif


When turn on flag IBDI_DISTORTION, iOffset is wrong value when BitDepth set to 8.

Change History (2)

comment:1 Changed 12 years ago by DefaultCC Plugin

  • Cc fbossen ksuehring davidf jct-vc@… added

comment:2 Changed 11 years ago by ksuehring

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

IBDI_DISTORTION has been removed

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

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