Changeset 116 in 3DVCSoftware for trunk/source/App/TAppEncoder/TAppEncCfg.cpp
- Timestamp:
- 30 Aug 2012, 16:09:23 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/App/TAppEncoder/TAppEncCfg.cpp
r115 r116 336 336 #endif 337 337 #if LGE_WVSO_A0119 338 ("WVSO", m_bWVSO , true , "Use WVSO" )339 ("VSOWeight", m_iVSOWeight , 10 340 ("VSDWeight", m_iVSDWeight , 1, "SAIT Weight" )341 ("DWeight", m_iDWeight , 1, "SSE Weight" )342 #endif 343 344 #if OL_DEPTHLIMIT 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 343 344 #if OL_DEPTHLIMIT_A0044 345 345 ("DPL", m_bDepthPartitionLimiting , false , "Use DepthPartitionLimiting" ) 346 346 #endif … … 1705 1705 printf("WVSO:%d ", m_bWVSO ); 1706 1706 #endif 1707 #if OL_DEPTHLIMIT 1707 #if OL_DEPTHLIMIT_A0044 1708 1708 printf("DPL:%d ", m_bDepthPartitionLimiting); 1709 1709 #endif
Note: See TracChangeset for help on using the changeset viewer.