Changeset 189 in 3DVCSoftware for trunk/CommonTestConditionsCfgs


Ignore:
Timestamp:
18 Nov 2012, 22:11:37 (12 years ago)
Author:
tech
Message:

Reintegrated branch 4.1-dev0 Rev. 188.

Location:
trunk/CommonTestConditionsCfgs
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/CommonTestConditionsCfgs/baseCfg_2view+depth.cfg

    r127 r189  
    157157SignHideFlag                   : 1                                 # sign hiding
    158158SignHideThreshold              : 4                                 # sign hiding threshold
    159 
     159IlluCompEnable                 : 1                                 # illumination compensation (0: OFF, 1: ON)
    160160
    161161#============ PCM ================
     
    201201MVI                       : 1                                      # motion parameter inheritance
    202202VSO                       : 1                                      # use of view synthesis optimization for depth coding
    203 
     203QTLPC                     : 1                                      # use of quadtree limitation + predictive coding of the quadtree for depth coding
     204SDC                       : 1                                      # use simplified depth coding tree
     205DLT                       : 1                                      # use depth lookup table
    204206
    205207#========== view synthesis optimization (VSO) ==========
    206208VSOConfig                 : [cx0 B(cc1) I(s0.25 s0.5 s0.75)][cx1 B(oo0) I(s0.25 s0.5 s0.75)]  # VSO configuration string
     209WVSO                      : 1                                    # use of WVSO (Depth distortion metric with a weighted depth fidelity term)
     210VSOWeight                 : 10                                   # weight of VSO ( in SAD case, cf. squared in SSE case )
     211VSDWeight                 : 1                                    # weight of VSD ( in SAD case, cf. squared in SSE case )
     212DWeight                   : 1                                    # weight of depth distortion itself ( in SAD case, cf. squared in SSE case )
    207213
    208214#============ Misc. ================
  • trunk/CommonTestConditionsCfgs/baseCfg_2view.cfg

    r127 r189  
    151151SignHideFlag                   : 1                                 # sign hiding
    152152SignHideThreshold              : 4                                 # sign hiding threshold
    153 
     153IlluCompEnable                 : 1                                 # illumination compensation (0: OFF, 1: ON)
    154154
    155155#============ PCM ================
  • trunk/CommonTestConditionsCfgs/baseCfg_3view+depth.cfg

    r127 r189  
    161161SignHideFlag                   : 1                                 # sign hiding
    162162SignHideThreshold              : 4                                 # sign hiding threshold
    163 
     163IlluCompEnable                 : 1                                 # illumination compensation (0: OFF, 1: ON)
    164164
    165165#============ PCM ================
     
    205205MVI                       : 1                                      # motion parameter inheritance
    206206VSO                       : 1                                      # use of view synthesis optimization for depth coding
    207 
     207QTLPC                     : 1                                      # use of quadtree limitation + predictive coding of the quadtree for depth coding
     208SDC                       : 1                                      # use simplified depth coding tree
     209DLT                       : 1                                      # use depth lookup table
    208210
    209211#========== view synthesis optimization (VSO) ==========
    210212VSOConfig                 : [cx0 B(cc1) I(s0.25 s0.5 s0.75)][cx1 B(oo0) B(oo2) I(s0.25 s0.5 s0.75 s1.25 s1.5 s1.75)][cx2 B(cc1) I(s1.25 s1.5 s1.75)] # VSO configuration string
     213WVSO                       : 1                                     # use of WVSO (Depth distortion metric with a weighted depth fidelity term)
     214VSOWeight                  : 10                                    # weight of VSO ( in SAD case, cf. squared in SSE case )
     215VSDWeight                  : 1                                     # weight of VSD ( in SAD case, cf. squared in SSE case )
     216DWeight                    : 1                                     # weight of depth distortion itself ( in SAD case, cf. squared in SSE case )
     217
    211218#============ Misc. ================
    212219SEIpictureDigest          : 0                                      # Control generation of picture_digest SEI messages
  • trunk/CommonTestConditionsCfgs/baseCfg_3view.cfg

    r127 r189  
    153153SignHideFlag                   : 1                                 # sign hiding
    154154SignHideThreshold              : 4                                 # sign hiding threshold
    155 
     155IlluCompEnable                 : 1                                 # illumination compensation (0: OFF, 1: ON)
    156156
    157157#============ PCM ================
Note: See TracChangeset for help on using the changeset viewer.