Changeset 180 in 3DVCSoftware


Ignore:
Timestamp:
12 Nov 2012, 14:23:50 (12 years ago)
Author:
rwth
Message:
  • added SDC and DLT parameters to cfg files
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  
    201201MVI                       : 1                                      # motion parameter inheritance
    202202VSO                       : 1                                      # use of view synthesis optimization for depth coding
    203 
     203SDC                                                                                             :       1                                                                                                                                                        # use simplified depth coding tree
     204DLT                                                                                             :       1                                                                                                                                                        # use depth lookup table
    204205
    205206#========== view synthesis optimization (VSO) ==========
  • branches/HTM-4.1-dev2-RWTH/CommonTestConditionsCfgs/baseCfg_3view+depth.cfg

    r150 r180  
    205205MVI                       : 1                                      # motion parameter inheritance
    206206VSO                       : 1                                      # use of view synthesis optimization for depth coding
     207SDC                                                                                             :       1                                                                                                                                                        # use simplified depth coding tree
     208DLT                                                                                             :       1                                                                                                                                                        # use depth lookup table
    207209
    208210
  • branches/HTM-4.1-dev2-RWTH/cfg/encoder_mvd.cfg

    r149 r180  
    204204MVI                       : 1                                      # motion parameter inheritance
    205205VSO                       : 1                                      # use of view synthesis optimization for depth coding
    206 
     206SDC                                                                                             :       1                                                                                                                                                        # use simplified depth coding tree
     207DLT                                                                                             :       1                                                                                                                                                        # use depth lookup table
    207208
    208209#========== view synthesis optimization (VSO) ==========
  • branches/HTM-4.1-dev2-RWTH/source/App/TAppEncoder/TAppEncCfg.cpp

    r177 r180  
    478478#endif
    479479#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")
    482482#endif
    483483  ;
Note: See TracChangeset for help on using the changeset viewer.