Opened 11 years ago Closed 11 years ago #1180 closed defect (fixed)Incorrect ordering of initialisation values for sig_coeff_flag
Description
Table 9-29 "Values of initValue for ctxIdx of sig_coeff_flag" has had 6 extra values added at the end.
Table 9-4 says that initType 0 uses values 0..41 and 126..127
However, judging from 9.3.4.2.5, the new context values are added by equation 9-23 at locations 27 (for luma), and 15+28=43 (for chroma). This is fine for Chroma (e.g. for I slices, the state for a ctxInc of 43 will be initialised by the new initValue at position 127), but not for Luma.
I believe there are 3 problems with the definition of the CABAC values:
Change History (2)comment:1 Changed 11 years ago by DefaultCC Plugin
comment:2 Changed 11 years ago by davidf
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
|
Fixed in O1005v1