Changeset 697 in 3DVCSoftware for branches/HTM-8.2-dev3-Samsung/source/App/TAppEncoder/TAppEncCfg.cpp
- Timestamp:
- 15 Nov 2013, 03:34:41 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-8.2-dev3-Samsung/source/App/TAppEncoder/TAppEncCfg.cpp
r655 r697 378 378 #if H_3D_DIM 379 379 ("DMM", m_useDMM, true, "Depth intra model modes") 380 #if !SEC_DMM3_RBC_F0147 380 381 ("RBC", m_useRBC, true, "Region boundary chain mode") 382 #endif 381 383 ("SDC", m_useSDC, true, "Simplified depth coding") 382 384 ("DLT", m_useDLT, true, "Depth lookup table") … … 2433 2435 #if H_3D_DIM 2434 2436 printf("DMM:%d ", m_useDMM ); 2437 #if !SEC_DMM3_RBC_F0147 2435 2438 printf("RBC:%d ", m_useRBC ); 2439 #endif 2436 2440 printf("SDC:%d ", m_useSDC ); 2437 2441 printf("DLT:%d ", m_useDLT );
Note: See TracChangeset for help on using the changeset viewer.