Changeset 180 in 3DVCSoftware
- Timestamp:
- 12 Nov 2012, 14:23:50 (12 years ago)
- Location:
- branches/HTM-4.1-dev2-RWTH
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-4.1-dev2-RWTH/CommonTestConditionsCfgs/baseCfg_2view+depth.cfg
r150 r180 201 201 MVI : 1 # motion parameter inheritance 202 202 VSO : 1 # use of view synthesis optimization for depth coding 203 203 SDC : 1 # use simplified depth coding tree 204 DLT : 1 # use depth lookup table 204 205 205 206 #========== view synthesis optimization (VSO) ========== -
branches/HTM-4.1-dev2-RWTH/CommonTestConditionsCfgs/baseCfg_3view+depth.cfg
r150 r180 205 205 MVI : 1 # motion parameter inheritance 206 206 VSO : 1 # use of view synthesis optimization for depth coding 207 SDC : 1 # use simplified depth coding tree 208 DLT : 1 # use depth lookup table 207 209 208 210 -
branches/HTM-4.1-dev2-RWTH/cfg/encoder_mvd.cfg
r149 r180 204 204 MVI : 1 # motion parameter inheritance 205 205 VSO : 1 # use of view synthesis optimization for depth coding 206 206 SDC : 1 # use simplified depth coding tree 207 DLT : 1 # use depth lookup table 207 208 208 209 #========== view synthesis optimization (VSO) ========== -
branches/HTM-4.1-dev2-RWTH/source/App/TAppEncoder/TAppEncCfg.cpp
r177 r180 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 ;
Note: See TracChangeset for help on using the changeset viewer.