Changeset 110 in 3DVCSoftware for branches/HTM-4.0-LG/source/App/TAppEncoder/TAppEncCfg.cpp
- Timestamp:
- 22 Aug 2012, 03:51:38 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-4.0-LG/source/App/TAppEncoder/TAppEncCfg.cpp
r100 r110 335 335 ("AllowNegDist", m_bAllowNegDist , true , "Allow negative Distortion in VSO") 336 336 #endif 337 #if LGE_WVSO_A0119 338 ("WVSO", m_bWVSO , true , "Use WVSO" ) 339 ("VSOWeight", m_iVSOWeight , 10 , "VSO Weight" ) 340 ("VSDWeight", m_iVSDWeight , 1 , "SAIT Weight" ) 341 ("DWeight", m_iDWeight , 1 , "SSE Weight" ) 342 #endif 337 343 338 344 #endif … … 644 650 #endif 645 651 652 #if LGE_WVSO_A0119 653 m_bWVSO = m_bUseVSO && m_bWVSO && m_bUsingDepthMaps; 654 #endif 646 655 xCleanUpVectors(); 647 656 … … 1688 1697 #if HHI_VSO 1689 1698 printf("VSO:%d ", m_bUseVSO ); 1690 #endif 1699 #endif 1700 #if LGE_WVSO_A0119 1701 printf("WVSO:%d ", m_bWVSO ); 1702 #endif 1691 1703 #if HHI_DMM_WEDGE_INTRA || HHI_DMM_PRED_TEX 1692 1704 printf("DMM:%d ", m_bUseDMM ); … … 1694 1706 #if HHI_MPI 1695 1707 printf("MVI:%d ", m_bUseMVI ? 1 : 0 ); 1708 #endif 1709 #if LGE_WVSO_A0119 1710 printf("\nVSO : SAIT : SAD weight = %d : %d : %d ", m_iVSOWeight, m_iVSDWeight, m_iDWeight ); 1696 1711 #endif 1697 1712 printf("\n\n");
Note: See TracChangeset for help on using the changeset viewer.