Changeset 1124 in 3DVCSoftware for trunk/cfg/3D-HEVC/baseCfg_2view+depth.cfg


Ignore:
Timestamp:
10 Nov 2014, 12:22:20 (9 years ago)
Author:
tech
Message:

Merged branch 12.2-dev0@1123

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/cfg/3D-HEVC/baseCfg_2view+depth.cfg

    r1084 r1124  
    5252
    5353#======== VPS / Dependencies ================
    54 DirectRefLayers_1             :             # Indices in VPS of direct reference layers
    55 DirectRefLayers_2             : 0           # Indices in VPS of direct reference layers
    56 DirectRefLayers_3             : 1           # Indices in VPS of direct reference layers
    57 
    58 DependencyTypes_1             :             # Dependency types of direct reference layers, 0: Sample 1: Motion 2: Sample+Motion
    59 DependencyTypes_2             : 2           # Dependency types of direct reference layers, 0: Sample 1: Motion 2: Sample+Motion
    60 DependencyTypes_3             : 2           # Dependency types of direct reference layers, 0: Sample 1: Motion 2: Sample+Motion
     54DirectRefLayers_1             : 0           # Indices in VPS of direct reference layers
     55DirectRefLayers_2             : 0 1         # Indices in VPS of direct reference layers
     56DirectRefLayers_3             : 1 2         # Indices in VPS of direct reference layers
     57
     58DependencyTypes_1             : 2           # Dependency types of direct reference layers, 0: Sample 1: Motion 2: Sample+Motion
     59DependencyTypes_2             : 2 2         # Dependency types of direct reference layers, 0: Sample 1: Motion 2: Sample+Motion
     60DependencyTypes_3             : 2 2         # Dependency types of direct reference layers, 0: Sample 1: Motion 2: Sample+Motion
    6161
    6262#========== Camera parameters ==========
     
    207207
    208208#========== multiview coding tools ==========
    209 IvMvPred                            : 1 1              # Inter-view motion prediction
    210 AdvMultiviewResPred                 : 1                # Advanced inter-view residual prediction (0:off, 1:on)
     209IvMvPredFlag                        : 1 1              # Inter-view motion prediction
     210IvResPredFlag                       : 1                # Advanced inter-view residual prediction (0:off, 1:on)
    211211IlluCompEnable                      : 1                # Enable Illumination compensation ( 0: off, 1: on )   (v/d)
    212212IlluCompLowLatencyEnc               : 0                # Enable low-latency Illumination compensation encoding( 0: off, 1: on )
    213 ViewSynthesisPred                   : 1                # View synthesis prediction
    214 DepthRefinement                     : 1                # Disparity refined by depth DoNBDV
    215 IvMvScaling                         : 1                # Interview motion vector scaling
    216 SubPULog2Size                       : 3                # Log2 of sub-PU size for IvMvPred (2...6)
    217 SubPUMPILog2Size                    : 3                # Log2 of sub-PU size for MPI (3...6)
    218 DBBP                                : 1                # Depth-based Block Partitioning
     213ViewSynthesisPredFlag               : 1                # View synthesis prediction
     214DepthRefinementFlag                 : 1                # Disparity refined by depth DoNBDV
     215IvMvScalingFlag                     : 1                # Interview motion vector scaling
     216Log2SubPbSizeMinus3                 : 0                # Log2 of sub-PU size minus 3 for IvMvPred (0 ... 3) and smaller than or equal to log2(maxCUSize)-3
     217Log2MpiSubPbSizeMinus3              : 3                # Log2 of sub-PU size for MPI (3...6)
     218DepthBasedBlkPartFlag               : 1                # Depth-based Block Partitioning
    219219
    220220#========== depth coding tools ==========
    221 VSO                                : 1                 # use of view synthesis optimization for depth coding
    222 DMM                                : 1
    223 IVP                                : 1                 # use of intra-view prediction mode
    224 SDC                                : 1
    225 DLT                                : 1
    226 QTL                                : 1
    227 LimQtPredFlag                      : 1
    228 InterSDC                           : 1                             # use of inter sdc
    229 MPI                                : 1
    230 SingleDepthMode                    : 1                 # use of single depth mode
     221VSO                                 : 1                 # use of view synthesis optimization for depth coding
     222IntraWedgeFlag                      : 1
     223IntraContourFlag                    : 1                 # use of intra-view prediction mode
     224IntraSdcFlag                        : 1
     225DLT                                 : 1
     226QTL                                 : 1
     227QtPredFlag                          : 1
     228InterSdcFlag                        : 1                             # use of inter sdc
     229MpiFlag                             : 1
     230IntraSingleFlag                     : 1                 # use of single depth mode
    231231#========== view synthesis optimization (VSO) ==========
    232232
Note: See TracChangeset for help on using the changeset viewer.