Changeset 189 in 3DVCSoftware for trunk/cfg


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/cfg/encoder_mvd.cfg

    r127 r189  
    160160SignHideFlag                   : 1                                 # sign hiding
    161161SignHideThreshold              : 4                                 # sign hiding threshold
    162 
     162IlluCompEnable                 : 1                                 # illumination compensation (0: OFF, 1: ON)
    163163
    164164#============ PCM ================
     
    204204MVI                       : 1                                      # motion parameter inheritance
    205205VSO                       : 1                                      # use of view synthesis optimization for depth coding
    206 
     206QTLPC                     : 1                                      # use of quadtree limitation + predictive coding of the quadtree for depth coding
     207SDC                       : 1                                      # use simplified depth coding tree
     208DLT                       : 1                                      # use depth lookup table
    207209
    208210#========== view synthesis optimization (VSO) ==========
    209211VSOConfig                 : [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 (3 view)
    210212VSOConfig                 : [cx0 B(cc1) I(s0.25 s0.5 s0.75)][cx1 B(oo0)        I(s0.25 s0.5 s0.75)]                                                   # VSO configuration string (2 view)
     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
    212219
Note: See TracChangeset for help on using the changeset viewer.