Opened 13 years ago Closed 13 years ago #539 closed defect (fixed)Deblocking Filter Incorrect when Minimum Transform Size is not 4x4.
Description
Some portions of the LoopFilter code assume that the "BaseUnit" is always 4-pixels. However, this assumption is only true when the minimum transform size is 4x4. With any other minimum transform size, only the first four pixels out of each 8, 16, or 32 pixel edge are actually filtered by the HM software.
The attached patch could be used to fix the issues. Attachments (1)Change History (4)comment:1 Changed 13 years ago by DefaultCC Plugin
Changed 13 years ago by bhengcomment:2 Changed 13 years ago by pieterkapsenberg
comment:3 Changed 13 years ago by fbossen
Fixed in r2464 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
|
Still present in HM-7