Changeset 120 in 3DVCSoftware for trunk/source/Lib/TLibEncoder/TEncGOP.cpp
- Timestamp:
- 30 Aug 2012, 19:52:58 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/Lib/TLibEncoder/TEncGOP.cpp
r116 r120 444 444 Int iVSOMode = m_pcEncTop->getVSOMode(); 445 445 m_pcRdCost->setVSOMode( iVSOMode ); 446 446 447 #if HHI_VSO_DIST_INT 447 448 m_pcRdCost->setAllowNegDist( m_pcEncTop->getAllowNegDist() ); … … 465 466 #endif 466 467 #if LGE_WVSO_A0119 467 Bool b WVSO = m_pcEncTop->getWVSO();468 m_pcRdCost->set WVSO( bWVSO );468 Bool bUseWVSO = m_pcEncTop->getUseWVSO(); 469 m_pcRdCost->setUseWVSO( bUseWVSO ); 469 470 #endif 470 471
Note: See TracChangeset for help on using the changeset viewer.