Opened 8 years ago Closed 8 years ago #1458 closed defect (fixed)Difference between spec and HM software in 7.3.8.5 Coding unit syntax
Description
To check if palette_mode_flag should be inserted to bitstream or not HM software compared CU size with fixed value <= 32 (or < 64) while spec compared CU size with max transform size:
HEVC SCC Spec:
HM code:
Void TDecEntropy::decodePaletteModeInfo( TComDataCU* pcCU, UInt uiAbsPartIdx, UInt uiDepth, Bool& bCodeDQP, Bool& isChromaQpAdjCoded )
}
According to “Note” HM developers aware of this difference Change History (1)comment:1 Changed 8 years ago by libin
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
|
fixed in r4818.