Changeset 539 in 3DVCSoftware for branches/HTM-DEV-0.3-dev2/source/App/TAppEncoder/TAppEncCfg.cpp
- Timestamp:
- 19 Jul 2013, 17:02:35 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-DEV-0.3-dev2/source/App/TAppEncoder/TAppEncCfg.cpp
r537 r539 703 703 704 704 #endif //HHI_VSO 705 #if H_3D_QTLPC 706 ("QTL", m_bUseQTL , true , "Use depth Quadtree Limitation" ) 707 ("PC", m_bUsePC , true , "Use Predictive Coding with QTL" ) 708 #endif 705 709 #if H_3D_IV_MERGE 706 710 ("IvMvPred", m_ivMvPredFlag, true , "inter view motion prediction " ) … … 2261 2265 printf("WVSO:%d ", m_bUseWVSO ); 2262 2266 #endif 2267 #if H_3D_QTLPC 2268 printf("QTL:%d ", m_bUseQTL); 2269 printf("PC:%d " , m_bUsePC ); 2270 #endif 2263 2271 #if H_3D_IV_MERGE 2264 2272 printf("IvMvPred:%d ", m_ivMvPredFlag );
Note: See TracChangeset for help on using the changeset viewer.