Opened 11 years ago Closed 11 years ago #1179 closed defect (wontfix)Inconsistent initialisation values for intra_bc_flag
Description
Table 9-33 Values of initValue for ctxIdx of intra_bc_flag has the following values:
In order to match the code in table INIT_INTRABC_PRED_FLAG of ContextTables.h I believe these values should be:
Note that the values appear in I/P/B order in the specification, but in B/P/I order in the code.
This ordering issue has caused problems before, for example, see https://hevc.hhi.fraunhofer.de/trac/hevc/ticket/712
By the way, in table 9-34 the specification has a typo and lists "intra_mc_flag" instead of "intra_bc_flag". Change History (4)comment:1 Changed 11 years ago by DefaultCC Plugin
comment:2 Changed 11 years ago by davidfcomment:3 Changed 11 years ago by davidf
comment:4 Changed 11 years ago by davidf
IntraBC has been removed from the text. 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
|
Typo regarding intra_bc_flag has been fixed in O1005v1