Changeset 116 in 3DVCSoftware for trunk/source/App/TAppEncoder/TAppEncTop.cpp
- Timestamp:
- 30 Aug 2012, 16:09:23 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/App/TAppEncoder/TAppEncTop.cpp
r115 r116 208 208 #endif 209 209 #if LGE_WVSO_A0119 210 m_acTEncTopList[iViewIdx]->setWVSO 210 m_acTEncTopList[iViewIdx]->setWVSO ( false ); 211 211 #endif 212 212 #endif … … 364 364 m_acTEncTopList[iViewIdx]->setUseDMM ( false ); 365 365 #endif 366 #if OL_DEPTHLIMIT 367 366 #if OL_DEPTHLIMIT_A0044 367 m_acTEncTopList[iViewIdx]->setUseDPL ( false ); 368 368 #endif 369 369 #if HHI_MPI … … 643 643 m_acTEncDepthTopList[iViewIdx]->setUseDMM ( m_bUseDMM ); 644 644 #endif 645 #if OL_DEPTHLIMIT 646 645 #if OL_DEPTHLIMIT_A0044 646 m_acTEncDepthTopList[iViewIdx]->setUseDPL (m_bDepthPartitionLimiting); 647 647 #endif 648 648 #if HHI_MPI
Note: See TracChangeset for help on using the changeset viewer.