Changeset 181 in 3DVCSoftware for branches/HTM-4.1-dev2-Orange/source/App/TAppEncoder/TAppEncCfg.cpp
- Timestamp:
- 14 Nov 2012, 17:23:56 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-4.1-dev2-Orange/source/App/TAppEncoder/TAppEncCfg.cpp
r177 r181 370 370 #endif 371 371 372 #if OL_ DEPTHLIMIT_A0044373 (" DPL", m_bDepthPartitionLimiting , false , "Use DepthPartitionLimiting" )372 #if OL_QTLIMIT_PREDCODING_B0068 373 ("QTLPC", m_bUseQTLPC , true , "Use depth Quadtree Limitation + Predictive Coding" ) 374 374 #endif 375 375 … … 1740 1740 printf("WVSO:%d ", m_bUseWVSO ); 1741 1741 #endif 1742 1743 #if OL_DEPTHLIMIT_A0044 1744 printf("DPL:%d ", m_bDepthPartitionLimiting); 1742 #if OL_QTLIMIT_PREDCODING_B0068 1743 printf("QTLPC:%d ", m_bUseQTLPC); 1745 1744 #endif 1746 1745 #if HHI_DMM_WEDGE_INTRA || HHI_DMM_PRED_TEX
Note: See TracChangeset for help on using the changeset viewer.