Opened 7 years ago Closed 7 years ago #1482 closed defect (fixed)bitstream syntax in wrong order
Description
The syntax "cu_chroma_qp_offset_enabled_flag" is in wrong order with the other group of three syntax "slice_act_y_qp_offset" , "slice_act_cb_qp_offset" and "slice_act_cr_qp_offset"
HM reference model mismatches with the written HEVC SCC spec.
But the HM Encoder and Decoder matches. So, the same fix needs to apply to both encoder and decoder.
HM Decoder/Encoder 16.15_SCM8.4 :
The order should be as follows :
if (pcSlice->getPPS()->getPpsRangeExtension().getChromaQpOffsetListEnabledFlag())
Change History (2)comment:1 Changed 7 years ago by swong10comment:2 Changed 7 years ago by libin
fixed in r4931. 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 code segment provided is for encoder only.
The mismatch is in the Slice Header encode/decode.