Opened 14 years ago Closed 14 years ago #143 closed defect (fixed)(E049) When ALF off and SAO on, setUseNonCrossAlf(flag) is not set before calling ALF process
Description
Using revision r804
In TEncGop.cpp:385, setting of non-cross-ALF is guarded by ALF being in use: if(pcSlice->getSPS()->getUseALF()) { ... }
Later, however, at around line 509: #if MTK_SAO if ( pcSlice->getSPS()->getUseALF() || (pcSlice->getSPS()->getUseSAO()) ) ... m_pcAdaptiveLoopFilter->startALFEnc(pcPic, m_pcEntropyCoder );
The ALF process is called without the correct state being set. Change History (5)comment:1 Changed 14 years ago by davidf
comment:2 Changed 14 years ago by davidf
comment:3 Changed 13 years ago by davidf
Updating component after adding WD (Text) tickets comment:4 Changed 13 years ago by davidf
comment:5 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
|
This has been fixed in r842