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
Description
The description before equation (9-17)
– When xS is less than ( 1 << log2TrafoSize − 2 ) − 1, the following applies.
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
comment:2 Changed 12 years ago by bbross
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
|
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)