Changeset 183 in 3DVCSoftware for branches/HTM-4.1-dev2-RWTH-Fix/source/App
- Timestamp:
- 14 Nov 2012, 18:24:30 (12 years ago)
- Location:
- branches/HTM-4.1-dev2-RWTH-Fix/source/App/TAppEncoder
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-4.1-dev2-RWTH-Fix/source/App/TAppEncoder/TAppEncCfg.cpp
r181 r183 478 478 #endif 479 479 #if RWTH_SDC_DLT_B0036 480 ("DLT", m_bUseDLT, true, " Enables Depth Lookup Table")481 ("SDC", m_bUseSDC, true, " Enabled Simplified Depth Coding")480 ("DLT", m_bUseDLT, true, "use depth lookup table for depth map coding") 481 ("SDC", m_bUseSDC, true, "use simplified depth coding tree") 482 482 #endif 483 483 ; -
branches/HTM-4.1-dev2-RWTH-Fix/source/App/TAppEncoder/TAppEncTop.cpp
r181 r183 1446 1446 UInt uiMaxDepthValue = g_uiIBDI_MAX; 1447 1447 1448 Bool abValidDepths[ uiMaxDepthValue+1];1448 Bool abValidDepths[256]; 1449 1449 1450 1450 depthVideoFile->open( m_pchDepthInputFileList[iViewIdx], false, m_uiInputBitDepth, m_uiInternalBitDepth ); // read mode
Note: See TracChangeset for help on using the changeset viewer.