Opened 13 years ago Closed 11 years ago #499 closed defect (wontfix)Decoding transform subdiv flag at depth 0 uses CNU context
Description
In a stream with 32x32 LCUs, it is possible to call the function TDecSbac::parseTransformSubdivFlag with a depth of 0. The context selection is done with this depth, and in HM right now this context is not used, so the bistream gets coded and decoded with the dummy init value of 154:
static const UChar
Incidentally, the parameter name uiLog2TransformBlockSize of the TDecSbac::parseTransformSubdivFlag function should really be called uiDepth, since that is what it used for. Change History (3)comment:1 Changed 13 years ago by DefaultCC Plugin
comment:2 Changed 13 years ago by ksuehringcomment:3 Changed 11 years ago by fbossen
Doesn't apply to final spec 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 here: This is related to issue #436. Context initializations were only run for common test conditions.