Opened 12 years ago Closed 12 years ago #1047 closed defect (invalid)condition of split_transform_flag
Description
Shall
be
in 7.3.8.8? 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
|
The condition you suggest to add is basically saying that split_transform_flag is not parsed when interSplitFlag is equal to 1 but this case is already covered by:
trafoDepth < MaxTrafoDepth
where both trafoDepth and MaxTrafoDepth (=max_transform_hierarchy_depth_inter) have to be equal to 0 for interSplitFlag to be equal to 1 (see semantics of split_transform_flag). Therefore, the condition you suggest is redundant and so there is no change needed.