Changeset 1124 in 3DVCSoftware for trunk/cfg/3D-HEVC/NonCTC/rc


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

Merged branch 12.2-dev0@1123

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/cfg/3D-HEVC/NonCTC/rc/baseCfg_3view+depth_rate_control.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 ==========
     
    252252
    253253#========== multiview coding tools ==========
    254 IvMvPred                            : 1 1              # Inter-view motion prediction
    255 AdvMultiviewResPred                 : 1                # Advanced inter-view residual prediction (0:off, 1:on)
     254IvMvPredFlag                        : 1 1              # Inter-view motion prediction
     255IvResPredFlag                       : 1                # Advanced inter-view residual prediction (0:off, 1:on)
    256256IlluCompEnable                      : 1                # Enable Illumination compensation ( 0: off, 1: on )  (v/d)
    257257IlluCompLowLatencyEnc               : 0                # Enable low-latency Illumination compensation encoding( 0: off, 1: on )
    258 ViewSynthesisPred                   : 1                # View synthesis prediction
    259 DepthRefinement                     : 1                # Disparity refined by depth DoNBDV
    260 IvMvScaling                         : 1                # Interview motion vector scaling
    261 SubPULog2Size                       : 3                # Log2 of sub-PU size for IvMvPred (2...6)
    262 SubPUMPILog2Size                    : 3                # Log2 of sub-PU size for MPI (3...6)
    263 DBBP                                : 1                # Depth-based Block Partitioning
     258ViewSynthesisPredFlag               : 1                # View synthesis prediction
     259DepthRefinementFlag                 : 1                # Disparity refined by depth DoNBDV
     260IvMvScalingFlag                     : 1                # Interview motion vector scaling
     261Log2SubPbSizeMinus3                 : 0                # Log2 of sub-PU size minus 3 for IvMvPred (0 ... 3) and smaller than or equal to log2(maxCUSize)-3
     262Log2MpiSubPbSizeMinus3              : 0                # Log2 of sub-PU size minus 3 for MPI (0 ... 3) and smaller than or equal to log2(maxCUSize)-3
     263DepthBasedBlkPartFlag               : 1                # Depth-based Block Partitioning
    264264
    265265#========== depth coding tools ==========
    266266VSO                       : 1                                      # use of view synthesis optimization for depth coding
    267 DMM                                : 1
    268 IVP                                : 1                 # use of intra-view prediction mode
    269 SDC                                : 1
    270 DLT                                : 1
    271 QTL                                : 1
    272 LimQtPredFlag                      : 1
    273 InterSDC                           : 1                             # use of inter sdc
    274 MPI                                : 1
    275 SingleDepthMode                    : 1                 # use of single depth mode
     267IntraWedgeFlag                      : 1
     268IntraContourFlag                    : 1                 # use of intra-view prediction mode
     269IntraSdcFlag                        : 1
     270DLT                                 : 1
     271QTL                                 : 1
     272QtPredFlag                          : 1
     273InterSdcFlag                        : 1                             # use of inter sdc
     274MpiFlag                             : 1
     275IntraSingleFlag                     : 1                 # use of single depth mode
    276276#========== view synthesis optimization (VSO) ==========
    277277VSOConfig                 : [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.