Opened 13 years ago

Closed 12 years ago

#210 closed defect (wontfix)

Bug related to CAVLC coding

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

Description

When encoding some sequences with very low QP, (such as SlideShow_1280x720_20, intra_loco, QP=2, RDOQ off, frame 2), the encoding crashed. That was caused by the limitation of the length of one code word in CAVLC.
In that extreme case, some coefficients may be very large (more than 16000), and
assert( uiNumberOfBits <= 32 );
in TComOutputBitstream::write() fails.

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 fbossen

  • Resolution set to wontfix
  • Status changed from new to closed
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)
  • David Flynn(Subscriber, Participant)
  • Frank Bossen(Subscriber, Participant)
  • jct-vc@…(Subscriber)
  • karl.sharman@…(Always)
  • Karsten Suehring(Subscriber, Always)