Changeset 459 in 3DVCSoftware for branches/HTM-DEV-0.3-dev1/source/App/TAppEncoder/TAppEncCfg.cpp
- Timestamp:
- 6 Jun 2013, 11:46:05 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-DEV-0.3-dev1/source/App/TAppEncoder/TAppEncCfg.cpp
r446 r459 389 389 #if H_3D 390 390 ("DepthFlag", m_depthFlag , std::vector<Int>(1,0), "Depth Flag") 391 #if H_3D_DIM 392 ("DMM", m_useDMM, true, "Depth intra model modes") 393 ("RBC", m_useRBC, true, "Region boundary chain mode") 394 ("SDC", m_useSDC, true, "Simplified depth coding") 395 ("DLT", m_useDLT, true, "Depth lookup table") 396 #endif 391 397 #endif 392 398 ("LayerIdInNuh", m_layerIdInNuh , std::vector<Int>(1,0), "LayerId in Nuh") … … 2278 2284 printf("WVSO:%d ", m_bUseWVSO ); 2279 2285 #endif 2286 #if H_3D_DIM 2287 printf("DMM:%d ", m_useDMM ); 2288 printf("RBC:%d ", m_useRBC ); 2289 printf("SDC:%d ", m_useSDC ); 2290 printf("DLT:%d ", m_useDLT ); 2291 #endif 2280 2292 printf("\n\n"); 2281 2293
Note: See TracChangeset for help on using the changeset viewer.