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

Reintegrated branch 4.1-dev0 Rev. 188.

File:
1 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. ================
Note: See TracChangeset for help on using the changeset viewer.