Changeset 332 in 3DVCSoftware for trunk/source/App/TAppEncoder/TAppEncTop.cpp
- Timestamp:
- 21 Apr 2013, 19:13:11 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/App/TAppEncoder/TAppEncTop.cpp
r313 r332 357 357 m_acTEncTopList[iViewIdx]->setUseDMM ( false ); 358 358 #endif 359 #if OL_QTLIMIT_PREDCODING_B0068359 #if H3D_QTL 360 360 m_acTEncTopList[iViewIdx]->setUseQTLPC ( false ); 361 361 #endif … … 595 595 m_acTEncDepthTopList[iViewIdx]->setUseSAO ( m_abUseSAO[1] ); 596 596 #if LGE_ILLUCOMP_B0045 597 #if LGE_ILLUCOMP_DEPTH_C0046 598 m_acTEncDepthTopList[iViewIdx]->setUseIC ( m_abUseIC[1] ); 599 #else 597 600 m_acTEncDepthTopList[iViewIdx]->setUseIC ( false ); 601 #endif 598 602 #endif 599 603 #if INTER_VIEW_VECTOR_SCALING_C0115 … … 659 663 #endif 660 664 661 #if OL_QTLIMIT_PREDCODING_B0068665 #if H3D_QTL 662 666 m_acTEncDepthTopList[iViewIdx]->setUseQTLPC (m_bUseQTLPC); 663 667 #endif
Note: See TracChangeset for help on using the changeset viewer.