Changeset 120 in 3DVCSoftware for trunk/source/Lib/TLibEncoder/TEncGOP.cpp


Ignore:
Timestamp:
30 Aug 2012, 19:52:58 (13 years ago)
Author:
tech
Message:

Cleanup of WVSO and fixed cfg-file switch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/Lib/TLibEncoder/TEncGOP.cpp

    r116 r120  
    444444    Int iVSOMode = m_pcEncTop->getVSOMode();
    445445    m_pcRdCost->setVSOMode( iVSOMode  );
     446
    446447#if HHI_VSO_DIST_INT
    447448    m_pcRdCost->setAllowNegDist( m_pcEncTop->getAllowNegDist() );
     
    465466#endif
    466467#if LGE_WVSO_A0119
    467     Bool bWVSO  = m_pcEncTop->getWVSO();
    468     m_pcRdCost->setWVSO( bWVSO );
     468    Bool bUseWVSO  = m_pcEncTop->getUseWVSO();
     469    m_pcRdCost->setUseWVSO( bUseWVSO );
    469470#endif
    470471
Note: See TracChangeset for help on using the changeset viewer.