Changeset 332 in 3DVCSoftware for trunk/source/App
- Timestamp:
- 21 Apr 2013, 19:13:11 (12 years ago)
- Location:
- trunk/source/App/TAppEncoder
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/App/TAppEncoder/TAppEncCfg.cpp
r296 r332 368 368 #endif 369 369 370 #if OL_QTLIMIT_PREDCODING_B0068370 #if H3D_QTL 371 371 ("QTLPC", m_bUseQTLPC , true , "Use depth Quadtree Limitation + Predictive Coding" ) 372 372 #endif … … 1695 1695 printf("WVSO:%d ", m_bUseWVSO ); 1696 1696 #endif 1697 #if OL_QTLIMIT_PREDCODING_B00681697 #if H3D_QTL 1698 1698 printf("QTLPC:%d ", m_bUseQTLPC); 1699 1699 #endif -
trunk/source/App/TAppEncoder/TAppEncCfg.h
r296 r332 313 313 #endif 314 314 315 #if OL_QTLIMIT_PREDCODING_B0068315 #if H3D_QTL 316 316 Bool m_bUseQTLPC; ///< flag for using depth QuadTree Limitation + Predictive Coding 317 317 #endif -
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.