Opened 12 years ago Closed 12 years ago #706 closed defect (fixed)No definition of Log2MaxCtbSize
Description
The variable Log2MaxCtbSize is used in (a) the definition of max_transform_hierarchy_depth_inter and max_transform_hierarchy_depth_intra, and (b) A.4.2 sub-item f. However, Log2MaxCtbSize is not defined.
For (a), the suggestion is replacing Log2MaxCtbSize by Log2MaxTrafoSize.
For (b), the suggestion is replacing Log2MaxCtbSize by Log2CtbSizeY. 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
|
Regarding (a), Log2MaxCtbSize should be replaced by Log2CtbSizeY since the trafoDepth is relative to log2CbSize (not Log2MaxTrafoSize) and always increments, even for inferred transform splits.
Regarding (b), this will be fixed in JCTVC-K0030_v3 (to be released).