Opened 12 years ago Closed 12 years ago #785 closed defect (fixed)Error in de-blocking
Description
There looks like an error in the deblocking code. Since it is identical in the encoder and decoder, it doesn't show up in common test conditions. The following line of code (and two other similar occurences) in TComLoopFilter::xGetBoundaryStrengthSingle() is erroneous.
pcSlice is the slice containing current CU (and partition Q), while pcCUP (partition P) could be from another slice; the second line should therefore be
Similar changes for similar occurences (all in the same function) as above. Attached patch solves this issue. Attachments (1)Change History (3)comment:1 Changed 12 years ago by DefaultCC Plugin
Changed 12 years ago by adarshcomment:2 Changed 12 years ago by ksuehring
fixed in r3084 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
|
Deblocking: slice containing partition P_bugfix