Skip to content
Snippets Groups Projects
Commit ebddd40f authored by Shaowei Xie's avatar Shaowei Xie
Browse files

JVET-AF0122_AhG10: Lagrange multiplier optimization for chroma ALF and CCALF (update)

parent 28909638
No related branches found
No related tags found
1 merge request!2700JVET-AF0122-SW: Lagrange multiplier optimization for ALF
......@@ -1585,7 +1585,7 @@ void EncLib::xInitSPS( SPS& sps )
sps.setALFEnabledFlag( m_alf );
sps.setCCALFEnabledFlag( m_ccalf );
#if JVET_AF0122_ALF_LAMBDA_OPT
sps.setALOptEnabledFlag(m_encALFOpt);
sps.setALFOptEnabledFlag(m_encALFOpt);
#endif
sps.setFieldSeqFlag(m_fieldSeqFlag);
sps.setVuiParametersPresentFlag(getVuiParametersPresentFlag());
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment