Changeset 325 in 3DVCSoftware for branches/HTM-6.1-Cleanup/source/App
- Timestamp:
- 16 Apr 2013, 14:11:23 (12 years ago)
- Location:
- branches/HTM-6.1-Cleanup/source/App/TAppEncoder
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-6.1-Cleanup/source/App/TAppEncoder/TAppEncCfg.cpp
r296 r325 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 -
branches/HTM-6.1-Cleanup/source/App/TAppEncoder/TAppEncCfg.h
r296 r325 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 -
branches/HTM-6.1-Cleanup/source/App/TAppEncoder/TAppEncTop.cpp
r313 r325 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 … … 659 659 #endif 660 660 661 #if OL_QTLIMIT_PREDCODING_B0068661 #if H3D_QTL 662 662 m_acTEncDepthTopList[iViewIdx]->setUseQTLPC (m_bUseQTLPC); 663 663 #endif
Note: See TracChangeset for help on using the changeset viewer.