Opened 12 years ago Closed 12 years ago #641 closed defect (invalid)part_mode PART_2NxN bin string issue
Description
In table 9-36 Binarization for part_mode, PART_2NxN bin string 011 dose not match HM7.1 at column cLog2CbSize > Log2MinCbSize. The bin string should be 01. Change History (3)comment:1 Changed 12 years ago by DefaultCC Plugin
comment:2 Changed 12 years ago by bbrosscomment:3 Changed 12 years ago by bbross
Since there has been no rejection to my explanation I consider this ticket as closed. 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
|
This bin string 011 for PART_2NxN is correct and HM should reflect this behavior.
Note that it is just for the case of AMP partitions where the bins mean:
Bin 0: Split (0) or Not (1, done)
Bin 1: vertical (0) or horizontal (1)
Bin 2: asymmetric (0) or symmetric split (1, done)
Bin 3: left/up (0) or right/down (1)