Opened 13 years ago Closed 13 years ago #207 closed defect (fixed)HM4.0 encoder issue on chroma ALF for multiple slice coding
Description
ALF coefficient design for Cr uses Cb information when coding multiple slices per picture. This does not affect coding results for the common test conditions (i.e., single slice per picture), but affects when multiple slice coding is enabled such as CE8.c.5 and CE8.c.6.
Suggested change is as follows:
In TEncAdaptiveLoopFilter.cpp, line 6130,
should be modified to the following:
(the first argument should be modified from ALF_Cb to ALF_Cr.) Change History (4)comment:1 Changed 13 years ago by chiayang_tsai
comment:2 Changed 13 years ago by davidf
Updating component after adding WD (Text) tickets comment:3 Changed 13 years ago by davidf
comment:4 Changed 13 years ago by davidf
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
|
Fixed in r1395