Changeset 1124 in 3DVCSoftware for trunk/cfg/3D-HEVC/baseCfg_3view+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_3view+depth.cfg

    r1084 r1124  
    6262
    6363#======== VPS / Dependencies ================
    64 DirectRefLayers_1             :             # Indices in VPS of direct reference layers
    65 DirectRefLayers_2             : 0           # Indices in VPS of direct reference layers
    66 DirectRefLayers_3             : 1           # Indices in VPS of direct reference layers
    67 DirectRefLayers_4             : 0           # Indices in VPS of direct reference layers
    68 DirectRefLayers_5             : 1           # Indices in VPS of direct reference layers
    69 
    70 DependencyTypes_1             :             # Dependency types of direct reference layers, 0: Sample 1: Motion 2: Sample+Motion
    71 DependencyTypes_2             : 2           # Dependency types of direct reference layers, 0: Sample 1: Motion 2: Sample+Motion
    72 DependencyTypes_3             : 2           # Dependency types of direct reference layers, 0: Sample 1: Motion 2: Sample+Motion
    73 DependencyTypes_4             : 2           # Dependency types of direct reference layers, 0: Sample 1: Motion 2: Sample+Motion
    74 DependencyTypes_5             : 2           # Dependency types of direct reference layers, 0: Sample 1: Motion 2: Sample+Motion
     64DirectRefLayers_1             : 0           # Indices in VPS of direct reference layers
     65DirectRefLayers_2             : 0 1         # Indices in VPS of direct reference layers
     66DirectRefLayers_3             : 1 2         # Indices in VPS of direct reference layers
     67DirectRefLayers_4             : 0 1         # Indices in VPS of direct reference layers
     68DirectRefLayers_5             : 1 4         # Indices in VPS of direct reference layers
     69
     70DependencyTypes_1             : 2           # Dependency types of direct reference layers, 0: Sample 1: Motion 2: Sample+Motion
     71DependencyTypes_2             : 2 2         # Dependency types of direct reference layers, 0: Sample 1: Motion 2: Sample+Motion
     72DependencyTypes_3             : 2 2         # Dependency types of direct reference layers, 0: Sample 1: Motion 2: Sample+Motion
     73DependencyTypes_4             : 2 2         # Dependency types of direct reference layers, 0: Sample 1: Motion 2: Sample+Motion
     74DependencyTypes_5             : 2 2         # Dependency types of direct reference layers, 0: Sample 1: Motion 2: Sample+Motion
    7575
    7676#========== Camera parameters ==========
     
    240240
    241241#========== multiview coding tools ==========
    242 IvMvPred                            : 1 1              # Inter-view motion prediction
    243 AdvMultiviewResPred                 : 1                # Advanced inter-view residual prediction (0:off, 1:on)
     242IvMvPredFlag                        : 1 1              # Inter-view motion prediction
     243IvResPredFlag                       : 1                # Advanced inter-view residual prediction (0:off, 1:on)
    244244IlluCompEnable                      : 1                # Enable Illumination compensation ( 0: off, 1: on )  (v/d)
    245245IlluCompLowLatencyEnc               : 0                # Enable low-latency Illumination compensation encoding( 0: off, 1: on )
    246 ViewSynthesisPred                   : 1                # View synthesis prediction
    247 DepthRefinement                     : 1                # Disparity refined by depth DoNBDV
    248 IvMvScaling                         : 1                # Interview motion vector scaling
    249 SubPULog2Size                       : 3                # Log2 of sub-PU size for IvMvPred (2...6)
    250 SubPUMPILog2Size                    : 3                # Log2 of sub-PU size for MPI (3...6)
    251 DBBP                                : 1                # Depth-based Block Partitioning
     246ViewSynthesisPredFlag               : 1                # View synthesis prediction
     247DepthRefinementFlag                 : 1                # Disparity refined by depth DoNBDV
     248IvMvScalingFlag                     : 1                # Interview motion vector scaling
     249Log2SubPbSizeMinus3                 : 0                # Log2 of sub-PU size minus 3 for IvMvPred (0 ... 3) and smaller than or equal to log2(maxCUSize)-3
     250Log2MpiSubPbSizeMinus3              : 0                # Log2 of sub-PU size minus 3 for MPI (0 ... 3) and smaller than or equal to log2(maxCUSize)-3
     251DepthBasedBlkPartFlag               : 1                # Depth-based Block Partitioning
    252252
    253253#========== depth coding tools ==========
    254 VSO                                : 1                 # use of view synthesis optimization for depth coding
    255 DMM                                : 1
    256 IVP                                : 1                 # use of intra-view prediction mode
    257 SDC                                : 1
    258 DLT                                : 1
    259 QTL                                : 1
    260 LimQtPredFlag                      : 1
    261 InterSDC                           : 1                             # use of inter sdc
    262 MPI                                : 1
    263 SingleDepthMode                    : 1                 # use of single depth mode
     254VSO                                 : 1                 # use of view synthesis optimization for depth coding
     255IntraWedgeFlag                      : 1
     256IntraContourFlag                    : 1                 # use of intra-view prediction mode
     257IntraSdcFlag                        : 1
     258DLT                                 : 1
     259QTL                                 : 1
     260QtPredFlag                          : 1
     261InterSdcFlag                        : 1                             # use of inter sdc
     262MpiFlag                             : 1
     263IntraSingleFlag                     : 1                 # use of single depth mode
    264264#========== view synthesis optimization (VSO) ==========
    265265VSOConfig                 : [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
Note: See TracChangeset for help on using the changeset viewer.