Opened 13 years ago Closed 12 years ago #511 closed defect (fixed)mismatch between the WD text and the HM software in slice header on entropy_slice_flag, ref_pic_list_combiation() and mvd_l1_zero_flag
Description
In the text, ref_pic_list_combination() and mvd_l1_zero_flag in slice header are conditioned on entroy_slice_flag. But they are coded/decoded regardless of entropy_slice_flag in the HM software.
The part of ref_pic_list_combiation() and mvd_l1_zero_flag in slice header should be moved into the "if(!bEntropySlice){}" bracket for parseSliceHeader() in TDecCAVAL.cpp and codeSliceHearder() in TEncCavlc.cpp.
Possible solution:
......
<< move the part of ref_pic_list_combiation() and mvd_l1_zero_flag in slice header here!!! : start
.....
#endif
#if H0412_REF_PIC_LIST_RESTRICTION
#endif
parseSliceHeader() in TDecSbac.cpp
......
....
#endif
Attachments (1)Change History (4)comment:1 Changed 13 years ago by ksuehring
comment:2 Changed 12 years ago by suzukiyos
The patch file of HM8.0 to solve #511 is attached. comment:3 Changed 12 years ago by ksuehring
I have submitted a fix for several slice header syntax issues in r2733. This contains also a fix for this report. 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 should be fixed with the HLS modifications coming out of the Geneva meeting. Setting the target to HM-7.1