Opened 12 years ago

Closed 12 years ago

#708 closed defect (fixed)

An error in WD for ctxIdxInc for the syntax element significant_coeff_flag

Reported by: exf001 Owned by: bbross
Priority: minor Milestone:
Component: Text Version: D8 (J1003) d7
Keywords: Cc: bbross, wjhan, jct-vc@…

Description

The description before equation (9-17)

– When xS is less than ( 1 << log2TrafoSize − 2 ) − 1, the following applies.
prevCsbf += coded_sub_block_flag[ xS + 1 ][ yS ] (9 17)

should be change to

– When xS is less than ( 1 << (log2TrafoSize − 2) ) − 1, the following applies.

Change History (2)

comment:1 Changed 12 years ago by DefaultCC Plugin

  • Cc bbross wjhan jct-vc@… added

comment:2 Changed 12 years ago by bbross

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

Also,
– When yS is less than ( 1 << log2TrafoSize ) − 1, the following applies.
should be
– When yS is less than ( 1 << ( log2TrafoSize − 2 ) ) − 1, the following applies.

Will be fixed in JCTVC-K0030_v3 (to be released)

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

  • Benjamin Bross(Owner, Subscriber, Participant)
  • jct-vc@…(Subscriber)
  • karl.sharman@…(Always)
  • Karsten Suehring(Always)
  • Shuy Fang(Reporter)
  • Woo-Jin Han(Subscriber)