Changeset 177 in 3DVCSoftware for branches/HTM-4.1-dev2-RWTH/source/App/TAppEncoder/TAppEncCfg.cpp
- Timestamp:
- 10 Nov 2012, 19:05:41 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-4.1-dev2-RWTH/source/App/TAppEncoder/TAppEncCfg.cpp
r152 r177 476 476 #if HHI_MPI 477 477 ("MVI", m_bUseMVI, false, "use motion vector inheritance for depth map coding") 478 #endif 479 #if RWTH_SDC_DLT_B0036 480 ("DLT", m_bUseDLT, true, "Enables Depth Lookup Table") 481 ("SDC", m_bUseSDC, true, "Enabled Simplified Depth Coding") 478 482 #endif 479 483 ; … … 1746 1750 printf("MVI:%d ", m_bUseMVI ? 1 : 0 ); 1747 1751 #endif 1752 #if RWTH_SDC_DLT_B0036 1753 printf("SDC:%d ", m_bUseSDC ? 1 : 0 ); 1754 printf("DLT:%d ", m_bUseDLT ? 1 : 0 ); 1755 #endif 1748 1756 #if LGE_WVSO_A0119 1749 1757 if ( m_bUseWVSO )
Note: See TracChangeset for help on using the changeset viewer.