Opened 10 years ago Closed 7 years ago #1386 closed defect (invalid)typo in spec
Description
There is around (7-76) equation in the JCTVC-R1013_v6
last_sig_coeff_x_prefix specifies the prefix of the column position of the last significant coefficient in scanning order within a transform block. The values of last_sig_coeff_x_prefix shall be in the range of 0 to ( log2TrafoSize << 1 ) − 1, inclusive.
it looks like ( 1 << log2TrafoSize ) − 1 should be there Change History (2)comment:1 Changed 10 years ago by DefaultCC Plugin
comment:2 Changed 7 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
|
For coding of the last significant coefficient position, the prefix specifies the length of the suffix, and the two are then used to specify the actual last significant position (for X and Y).