Ignore:
Timestamp:
24 Feb 2012, 20:22:58 (13 years ago)
Author:
poznan-univ
Message:

Poznan Tools

  • Encoding only disoccluded CUs in depended views
  • Depth based motion prediction
  • Texture QP adjustment based on depth data
  • Nonlinear depth representation
Location:
branches/0.3-poznan-univ/CommonTestConditionsCfgs
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/0.3-poznan-univ/CommonTestConditionsCfgs/baseCfg_2view+depth.cfg

    r18 r28  
    9797ALF                       : 1                                      # use adaptive loop filter
    9898ALFEncodePassReduction    : 0                                      # ALF encoding (0:original 16-pass, 1:one-pass, 2:two-pass)
    99 
     99DBMP                      : 1                                      # use depth base motion prediction
     100CUSkip                    : 1                                      # encode only disoccluded CUs in dependend views
     101TDdQP                     : 1                                      # texture TU blocks QP param modification according to depth map's values
    100102
    101103#========== multiview coding tools ==========
     
    113115VSO                       : 1                                      # use of view synthesis optimization for depth coding
    114116MVI                       : 1                                      # motion parameter inheritance
    115 
     117DepthPower                : -1                                     # nonlinear depth representation
    116118
    117119#========== view synthesis optimization (VSO) ==========
  • branches/0.3-poznan-univ/CommonTestConditionsCfgs/baseCfg_3view+depth.cfg

    r18 r28  
    101101ALF                       : 1                                      # use adaptive loop filter
    102102ALFEncodePassReduction    : 0                                      # ALF encoding (0:original 16-pass, 1:one-pass, 2:two-pass)
    103 
     103DBMP                      : 1                                      # use depth base motion prediction
     104CUSkip                    : 1                                      # encode only disoccluded CUs in dependend views
     105TDdQP                     : 1                                      # texture TU blocks QP param modification according to depth map's values
    104106
    105107#========== multiview coding tools ==========
     
    117119VSO                       : 1                                      # use of view synthesis optimization for depth coding
    118120MVI                       : 1                                      # motion parameter inheritance
    119 
     121DepthPower                : -1                                     # nonlinear depth representation
    120122
    121123#========== view synthesis optimization (VSO) ==========
     
    123125                                                                   # VSO configuration string
    124126
     127
     128
Note: See TracChangeset for help on using the changeset viewer.