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


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

Merged branch 12.2-dev0@1123

Location:
trunk/cfg/3D-HEVC/NonCTC/allintra
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/cfg/3D-HEVC/NonCTC/allintra/baseCfg_2view+depth_AllIntra.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 ==========
     
    173173
    174174#========== multiview coding tools ==========
    175 IvMvPred                            : 1 1              # Inter-view motion prediction
    176 AdvMultiviewResPred                 : 1                # Advanced inter-view residual prediction (0:off, 1:on)
     175IvMvPredFlag                        : 1 1              # Inter-view motion prediction
     176IvResPredFlag                       : 1                # Advanced inter-view residual prediction (0:off, 1:on)
    177177IlluCompEnable                      : 1                # Enable Illumination compensation ( 0: off, 1: on )  (v/d)
    178178IlluCompLowLatencyEnc               : 0                # Enable low-latency Illumination compensation encoding( 0: off, 1: on )
    179 ViewSynthesisPred                   : 1                # View synthesis prediction
    180 DepthRefinement                     : 1                # Disparity refined by depth DoNBDV
    181 IvMvScaling                         : 1                # Interview motion vector scaling
    182 SubPULog2Size                       : 3                # Log2 of sub-PU size for IvMvPred (2...6)
    183 SubPUMPILog2Size                    : 3                # Log2 of sub-PU size for MPI (3...6)
    184 DBBP                                : 1                # Depth-based Block Partitioning
     179ViewSynthesisPredFlag               : 1                # View synthesis prediction
     180DepthRefinementFlag                 : 1                # Disparity refined by depth DoNBDV
     181IvMvScalingFlag                     : 1                # Interview motion vector scaling
     182Log2SubPbSizeMinus3                 : 0                # Log2 of sub-PU size minus 3 for IvMvPred (0 ... 3) and smaller than or equal to log2(maxCUSize)-3
     183Log2MpiSubPbSizeMinus3              : 3                # Log2 of sub-PU size for MPI (3...6)
     184DepthBasedBlkPartFlag               : 1                # Depth-based Block Partitioning
    185185
    186186#========== depth coding tools ==========
    187187VSO                       : 1                                      # use of view synthesis optimization for depth coding
    188 DMM                                : 1
    189 IVP                                : 1                 # use of intra-view prediction mode
    190 SDC                                : 1
    191 DLT                                : 1
    192 QTL                                : 1
    193 LimQtPredFlag                      : 1
    194 InterSDC                           : 1                             # use of inter sdc
    195 MPI                                : 1
    196 SingleDepthMode                    : 1                 # use of single depth mode
     188IntraWedgeFlag                      : 1
     189IntraContourFlag                    : 1                 # use of intra-view prediction mode
     190IntraSdcFlag                        : 1
     191DLT                                 : 1
     192QTL                                 : 1
     193QtPredFlag                          : 1
     194InterSdcFlag                        : 1                             # use of inter sdc
     195MpiFlag                             : 1
     196IntraSingleFlag                     : 1                 # use of single depth mode
    197197#========== view synthesis optimization (VSO) ==========
    198198
  • trunk/cfg/3D-HEVC/NonCTC/allintra/baseCfg_3view+depth_AllIntra.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
     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
    6969
    7070DependencyTypes_1             :             # Dependency types of direct reference layers, 0: Sample 1: Motion 2: Sample+Motion
     
    191191
    192192#========== multiview coding tools ==========
    193 IvMvPred                            : 1 1              # Inter-view motion prediction
    194 AdvMultiviewResPred                 : 1                # Advanced inter-view residual prediction (0:off, 1:on)
     193IvMvPredFlag                        : 1 1              # Inter-view motion prediction
     194IvResPredFlag                       : 1                # Advanced inter-view residual prediction (0:off, 1:on)
    195195IlluCompEnable                      : 1                # Enable Illumination compensation ( 0: off, 1: on )  (v/d)
    196196IlluCompLowLatencyEnc               : 0                # Enable low-latency Illumination compensation encoding( 0: off, 1: on )
    197 ViewSynthesisPred                   : 1                # View synthesis prediction
    198 DepthRefinement                     : 1                # Disparity refined by depth DoNBDV
    199 IvMvScaling                         : 1                # Interview motion vector scaling
    200 SubPULog2Size                       : 3                # Log2 of sub-PU size for IvMvPred (2...6)
    201 SubPUMPILog2Size                    : 3                # Log2 of sub-PU size for MPI (3...6)
    202 DBBP                                : 1                # Depth-based Block Partitioning
     197ViewSynthesisPredFlag               : 1                # View synthesis prediction
     198DepthRefinementFlag                 : 1                # Disparity refined by depth DoNBDV
     199IvMvScalingFlag                     : 1                # Interview motion vector scaling
     200Log2SubPbSizeMinus3                 : 0                # Log2 of sub-PU size minus 3 for IvMvPred (0 ... 3) and smaller than or equal to log2(maxCUSize)-3
     201Log2MpiSubPbSizeMinus3              : 0                # Log2 of sub-PU size minus 3 for MPI (0 ... 3) and smaller than or equal to log2(maxCUSize)-3
     202DepthBasedBlkPartFlag               : 1                # Depth-based Block Partitioning
    203203
    204204#========== depth coding tools ==========
    205205VSO                       : 1                                      # use of view synthesis optimization for depth coding
    206 DMM                                : 1
    207 IVP                                : 1                 # use of intra-view prediction mode
    208 SDC                                : 1
    209 DLT                                : 1
    210 QTL                                : 1
    211 LimQtPredFlag                      : 1
    212 InterSDC                           : 1                             # use of inter sdc
    213 MPI                                : 1
    214 SingleDepthMode                    : 1                 # use of single depth mode
     206IntraWedgeFlag                      : 1
     207IntraContourFlag                    : 1                 # use of intra-view prediction mode
     208IntraSdcFlag                        : 1
     209DLT                                 : 1
     210QTL                                 : 1
     211QtPredFlag                          : 1
     212InterSdcFlag                        : 1                             # use of inter sdc
     213MpiFlag                             : 1
     214IntraSingleFlag                     : 1                 # use of single depth mode
    215215#========== view synthesis optimization (VSO) ==========
    216216VSOConfig                 : [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.