Opened 12 years ago Closed 12 years ago #790 closed defect (fixed)Leftover disable_deblocking_filter_flag value used during slice header parsing.
Description
When deblocking filter controls were included in the previous picture and deblocking was disabled, the HM-8.1 decoder fails to reset the slice_disable_deblocking_filter_flag for the current picture when deblocking filter controls are not enabled in the current picture’s PPS.
For the purpose of configuring the deblocking filter, the decoder still works correctly since this case is handled in TComLoopFilter::setCfg( ). However, re-enabling the deblocker also affects the parsing of the slice_loop_filter_across_slices_enabled_flag.
The attached patch provides one way to solve this issue. Attachments (1)Change History (4)comment:1 Changed 12 years ago by DefaultCC Plugin
comment:2 Changed 12 years ago by bheng
Changed 12 years ago by bhengcomment:3 Changed 12 years ago by ksuehring
the patch was applied in r3058 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
|
Changing milestone. Slice header parsing is still incorrect in HM-9.0.1.