Opened 13 years ago Closed 13 years ago #460 closed defect (fixed)text mismatch in check wether log2TrafoSize == Log2MinTrafoSize
Description
The TU processing and the chroma cbf parsing in the draft is conditioned on log2TrafoSize==Log2MinTrafoSize whereas in HM it is conditioned on log2TrafoSize==2, as in e.g. DecEntropy.cpp l.623 (DecEntropy::xDecodeTransform):
...
...
Furthermore to ensure that this is working the bitstream shall not contain data that result in Log2MinTrafoSize >= Log2MinCbSize. (see http://hevc.kw.bbc.co.uk/trac/ticket/459)
Note that this does not affect the common test conditions. Change History (2)comment:1 Changed 13 years ago by DefaultCC Plugin
comment:2 Changed 13 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
|
Due to JCTVC-G112 adoption, HM is right is CD text should be corrected. Text fix can be found in JCTVC-I0030 (v1).