Changeset 1124 in 3DVCSoftware for trunk/cfg


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
Files:
1 added
12 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
  • trunk/cfg/3D-HEVC/NonCTC/fco/baseCfg_3view+depth.cfg

    r1084 r1124  
    6262
    6363#======== VPS / Dependencies ================
    64 DirectRefLayers_1             :             # Indices in VPS of direct reference layers
     64DirectRefLayers_1             : 0           # Indices in VPS of direct reference layers
    6565DirectRefLayers_2             : 1           # Indices in VPS of direct reference layers
    66 DirectRefLayers_3             : 0           # Indices in VPS of direct reference layers
     66DirectRefLayers_3             : 0 1         # Indices in VPS of direct reference layers
    6767DirectRefLayers_4             : 1           # Indices in VPS of direct reference layers
    68 DirectRefLayers_5             : 0           # Indices in VPS of direct reference layers
    69 
    70 DependencyTypes_1             :             # Dependency types of direct reference layers, 0: Sample 1: Motion 2: Sample+Motion
     68DirectRefLayers_5             : 0 1         # Indices in VPS of direct reference layers
     69
     70DependencyTypes_1             : 2           # Dependency types of direct reference layers, 0: Sample 1: Motion 2: Sample+Motion
    7171DependencyTypes_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
     72DependencyTypes_3             : 2 2         # Dependency types of direct reference layers, 0: Sample 1: Motion 2: Sample+Motion
    7373DependencyTypes_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
     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                # Inter-view motion prediction
    243 AdvMultiviewResPred                 : 1                # Advanced inter-view residual prediction (0:off, 1:on)
     242IvMvPredFlag                        : 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 ( MinCbLog2SizeY - 3 ) ... ( CtbLog2SizeY - 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 SDC                                : 1
    257 DLT                                : 1
    258 QTL                                : 0
    259 LimQtPredFlag                      : 0
    260 InterSDC                           : 1                             # use of inter sdc
    261 MPI                                : 1
     254VSO                                 : 1                 # use of view synthesis optimization for depth coding
     255IntraWedgeFlag                      : 1
     256IntraSdcFlag                        : 1
     257DLT                                 : 1
     258QTL                                 : 0
     259QtPredFlag                          : 0
     260InterSdcFlag                        : 1                             # use of inter sdc
     261MpiFlag                             : 1
    262262
    263263#========== view synthesis optimization (VSO) ==========
  • trunk/cfg/3D-HEVC/NonCTC/ibp/gopCfg_IBP_3view+depth.cfg

    r1066 r1124  
    3838
    3939#======== VPS / Dependencies ================
    40 DirectRefLayers_1             :             # Indices in VPS of direct reference layers
    41 DirectRefLayers_2             : 0           # Indices in VPS of direct reference layers
    42 DirectRefLayers_3             : 1           # Indices in VPS of direct reference layers
    43 DirectRefLayers_4             : 0 2         # Indices in VPS of direct reference layers
    44 DirectRefLayers_5             : 1 3         # Indices in VPS of direct reference layers
     40DirectRefLayers_1             : 0           # Indices in VPS of direct reference layers
     41DirectRefLayers_2             : 0 1         # Indices in VPS of direct reference layers
     42DirectRefLayers_3             : 1 2         # Indices in VPS of direct reference layers
     43DirectRefLayers_4             : 0 1 2 3     # Indices in VPS of direct reference layers
     44DirectRefLayers_5             : 1 3 4       # Indices in VPS of direct reference layers
    4545
    46 DependencyTypes_1             :             # Dependency types of direct reference layers, 0: Sample 1: Motion 2: Sample+Motion
    47 DependencyTypes_2             : 2           # Dependency types of direct reference layers, 0: Sample 1: Motion 2: Sample+Motion
    48 DependencyTypes_3             : 2           # Dependency types of direct reference layers, 0: Sample 1: Motion 2: Sample+Motion
    49 DependencyTypes_4             : 2 2         # Dependency types of direct reference layers, 0: Sample 1: Motion 2: Sample+Motion
    50 DependencyTypes_5             : 2 2         # Dependency types of direct reference layers, 0: Sample 1: Motion 2: Sample+Motion
     46DependencyTypes_1             : 2           # Dependency types of direct reference layers, 0: Sample 1: Motion 2: Sample+Motion
     47DependencyTypes_2             : 2 2         # Dependency types of direct reference layers, 0: Sample 1: Motion 2: Sample+Motion
     48DependencyTypes_3             : 2 2         # Dependency types of direct reference layers, 0: Sample 1: Motion 2: Sample+Motion
     49DependencyTypes_4             : 2 2 2 2     # Dependency types of direct reference layers, 0: Sample 1: Motion 2: Sample+Motion
     50DependencyTypes_5             : 2 2 2       # Dependency types of direct reference layers, 0: Sample 1: Motion 2: Sample+Motion
    5151
    5252
  • trunk/cfg/3D-HEVC/NonCTC/misc/gopCfg_ILP_on_IRAP_3view+depth.cfg

    r1066 r1124  
    3030
    3131#======== VPS / Dependencies ================
    32 DirectRefLayers_1             :             # Indices in VPS of direct reference layers
    33 DirectRefLayers_2             : 0           # Indices in VPS of direct reference layers
    34 DirectRefLayers_3             : 1           # Indices in VPS of direct reference layers
    35 DirectRefLayers_4             : 0 2         # Indices in VPS of direct reference layers
    36 DirectRefLayers_5             : 1 3         # Indices in VPS of direct reference layers
     32DirectRefLayers_1             : 0           # Indices in VPS of direct reference layers
     33DirectRefLayers_2             : 0 1         # Indices in VPS of direct reference layers
     34DirectRefLayers_3             : 1 2         # Indices in VPS of direct reference layers
     35DirectRefLayers_4             : 0 1 2 3     # Indices in VPS of direct reference layers
     36DirectRefLayers_5             : 1 3 4       # Indices in VPS of direct reference layers
    3737
    3838DependencyTypes_1             :             # Dependency types of direct reference layers, 0: Sample 1: Motion 2: Sample+Motion
  • trunk/cfg/3D-HEVC/NonCTC/misc/gopCfg_NoIv_3view+depth.cfg

    r1066 r1124  
    2828
    2929#======== VPS / Dependencies ================
    30 DirectRefLayers_1             :             # Indices in VPS of direct reference layers
     30DirectRefLayers_1             : 0           # Indices in VPS of direct reference layers
    3131DirectRefLayers_2             :             # Indices in VPS of direct reference layers
    32 DirectRefLayers_3             :             # Indices in VPS of direct reference layers
     32DirectRefLayers_3             : 2           # Indices in VPS of direct reference layers
    3333DirectRefLayers_4             :             # Indices in VPS of direct reference layers
    34 DirectRefLayers_5             :             # Indices in VPS of direct reference layers
     34DirectRefLayers_5             : 4           # Indices in VPS of direct reference layers
    3535
    36 DependencyTypes_1             :             # Dependency types of direct reference layers, 0: Sample 1: Motion 2: Sample+Motion
     36DependencyTypes_1             : 2           # Dependency types of direct reference layers, 0: Sample 1: Motion 2: Sample+Motion
    3737DependencyTypes_2             :             # Dependency types of direct reference layers, 0: Sample 1: Motion 2: Sample+Motion
    38 DependencyTypes_3             :             # Dependency types of direct reference layers, 0: Sample 1: Motion 2: Sample+Motion
     38DependencyTypes_3             : 2           # Dependency types of direct reference layers, 0: Sample 1: Motion 2: Sample+Motion
    3939DependencyTypes_4             :             # Dependency types of direct reference layers, 0: Sample 1: Motion 2: Sample+Motion
    40 DependencyTypes_5             :             # Dependency types of direct reference layers, 0: Sample 1: Motion 2: Sample+Motion
     40DependencyTypes_5             : 2           # Dependency types of direct reference layers, 0: Sample 1: Motion 2: Sample+Motion
    4141
    4242
  • 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
  • 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
  • trunk/cfg/3D-HEVC/baseCfg_2view.cfg

    r1084 r1124  
    178178
    179179#========== multiview coding tools ==========
    180 IvMvPred                            : 1                # Inter-view motion prediction
    181 AdvMultiviewResPred                 : 1                # Advanced inter-view residual prediction (0:off, 1:on)
     180IvMvPredFlag                        : 1                # Inter-view motion prediction
     181IvResPredFlag                       : 1                # Advanced inter-view residual prediction (0:off, 1:on)
    182182IlluCompEnable                      : 1                # Enable Illumination compensation ( 0: off, 1: on ) (v/d)
    183183IlluCompLowLatencyEnc               : 0                # Enable low-latency Illumination compensation encoding( 0: off, 1: on )
    184 ViewSynthesisPred                   : 1                # View synthesis prediction
    185 DepthRefinement                     : 0                # Disparity refined by depth DoNBDV
    186 IvMvScaling                         : 1                # Interview motion vector scaling
    187 SubPULog2Size                       : 3                # Log2 of sub-PU size for IvMvPred (2...6)
    188 SubPUMPILog2Size                    : 3                # Log2 of sub-PU size for MPI (3...6)
    189 DBBP                                : 0                # Depth-based Block Partitioning
     184ViewSynthesisPredFlag               : 1                # View synthesis prediction
     185DepthRefinementFlag                 : 0                # Disparity refined by depth DoNBDV
     186IvMvScalingFlag                     : 1                # Interview motion vector scaling
     187Log2SubPbSizeMinus3                 : 0                # Log2 of sub-PU size minus 3 for IvMvPred (0 ... 3) and smaller than or equal to log2(maxCUSize)-3
     188Log2MpiSubPbSizeMinus3              : 0                # Log2 of sub-PU size minus 3 for MPI (0 ... 3) and smaller than or equal to log2(maxCUSize)-3
     189DepthBasedBlkPartFlag               : 0                # Depth-based Block Partitioning
    190190
    191191### DO NOT ADD ANYTHING BELOW THIS LINE ###
  • 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
  • trunk/cfg/3D-HEVC/baseCfg_3view.cfg

    r1084 r1124  
    198198
    199199#========== multiview coding tools ==========
    200 IvMvPred                            : 1                # Inter-view motion prediction
    201 AdvMultiviewResPred                 : 1                # Advanced inter-view residual prediction (0:off, 1:on)
     200IvMvPredFlag                        : 1                # Inter-view motion prediction
     201IvResPredFlag                       : 1                # Advanced inter-view residual prediction (0:off, 1:on)
    202202IlluCompEnable                      : 1                # Enable Illumination compensation ( 0: off, 1: on )   (v/d)
    203203IlluCompLowLatencyEnc               : 0                # Enable low-latency Illumination compensation encoding( 0: off, 1: on )
    204 ViewSynthesisPred                   : 1                # View synthesis prediction
    205 DepthRefinement                     : 0                # Disparity refined by depth DoNBDV
    206 IvMvScaling                         : 1                # Interview motion vector scaling
    207 SubPULog2Size                       : 3                # Log2 of sub-PU size for IvMvPred (2...6)
    208 SubPUMPILog2Size                    : 3                # Log2 of sub-PU size for MPI (3...6)
    209 DBBP                                : 0                # Depth-based Block Partitioning
     204ViewSynthesisPredFlag               : 1                # View synthesis prediction
     205DepthRefinementFlag                 : 0                # Disparity refined by depth DoNBDV
     206IvMvScalingFlag                     : 1                # Interview motion vector scaling
     207Log2SubPbSizeMinus3                 : 0                # Log2 of sub-PU size minus 3 for IvMvPred (0 ... 3) and smaller than or equal to log2(maxCUSize)-3
     208Log2MpiSubPbSizeMinus3              : 0                # Log2 of sub-PU size minus 3 for MPI (0 ... 3) and smaller than or equal to log2(maxCUSize)-3
     209DepthBasedBlkPartFlag               : 0                # Depth-based Block Partitioning
    210210
    211211### DO NOT ADD ANYTHING BELOW THIS LINE ###
  • trunk/cfg/3D-HEVC/fullCfg.cfg

    r1084 r1124  
    125125
    126126#======== VPS / Dependencies ================
    127 DirectRefLayers_1             :             # Indices in VPS of direct reference layers
    128 DirectRefLayers_2             : 0           # Indices in VPS of direct reference layers
    129 DirectRefLayers_3             : 1           # Indices in VPS of direct reference layers
    130 DirectRefLayers_4             : 0           # Indices in VPS of direct reference layers
    131 DirectRefLayers_5             : 1           # Indices in VPS of direct reference layers
    132 
    133 DependencyTypes_1             :             # Dependency types of direct reference layers, 0: Sample 1: Motion 2: Sample+Motion
    134 DependencyTypes_2             : 2           # Dependency types of direct reference layers, 0: Sample 1: Motion 2: Sample+Motion
    135 DependencyTypes_3             : 2           # Dependency types of direct reference layers, 0: Sample 1: Motion 2: Sample+Motion
    136 DependencyTypes_4             : 2           # Dependency types of direct reference layers, 0: Sample 1: Motion 2: Sample+Motion
    137 DependencyTypes_5             : 2           # Dependency types of direct reference layers, 0: Sample 1: Motion 2: Sample+Motion
     127DirectRefLayers_1             : 0           # Indices in VPS of direct reference layers
     128DirectRefLayers_2             : 0 1         # Indices in VPS of direct reference layers
     129DirectRefLayers_3             : 1 2         # Indices in VPS of direct reference layers
     130DirectRefLayers_4             : 0 1         # Indices in VPS of direct reference layers
     131DirectRefLayers_5             : 1 4         # Indices in VPS of direct reference layers
     132
     133DependencyTypes_1             : 2           # Dependency types of direct reference layers, 0: Sample 1: Motion 2: Sample+Motion
     134DependencyTypes_2             : 2 2         # Dependency types of direct reference layers, 0: Sample 1: Motion 2: Sample+Motion
     135DependencyTypes_3             : 2 2         # Dependency types of direct reference layers, 0: Sample 1: Motion 2: Sample+Motion
     136DependencyTypes_4             : 2 2         # Dependency types of direct reference layers, 0: Sample 1: Motion 2: Sample+Motion
     137DependencyTypes_5             : 2 2         # Dependency types of direct reference layers, 0: Sample 1: Motion 2: Sample+Motion
    138138
    139139#========== Camera parameters ==========
     
    316316#NumLCUInUnit                       : 1                # Number of LCU in an Unit. Fraction is not allowed
    317317#========== multiview coding tools ==========
    318 IvMvPred                            : 1 1              # Inter-view motion prediction
    319 AdvMultiviewResPred                 : 1                # Advanced inter-view residual prediction (0:off, 1:on)
     318IvMvPredFlag                        : 1 1              # Inter-view motion prediction
     319IvResPredFlag                       : 1                # Advanced inter-view residual prediction (0:off, 1:on)
    320320IlluCompEnable                      : 1                # Enable Illumination compensation ( 0: off, 1: on ) (v/d)
    321321IlluCompLowLatencyEnc               : 0                # Enable low-latency Illumination compensation encoding( 0: off, 1: on )
    322 ViewSynthesisPred                   : 1                # View synthesis prediction
    323 DepthRefinement                     : 1                # Disparity refined by depth DoNBDV
    324 IvMvScaling                         : 1                # Interview motion vector scaling
    325 SubPULog2Size                       : 3                            # Log2 of sub-PU size for IvMvPred (2...6)
    326 SubPUMPILog2Size                    : 3                # Log2 of sub-PU size for MPI (3...6)
    327 DBBP                                : 1                # Depth-based Block Partitioning
     322ViewSynthesisPredFlag               : 1                # View synthesis prediction
     323DepthRefinementFlag                 : 1                # Disparity refined by depth DoNBDV
     324IvMvScalingFlag                     : 1                # Interview motion vector scaling
     325Log2SubPbSizeMinus3                 : 3                            # Log2 of sub-PU size for IvMvPred (2...6)
     326Log2MpiSubPbSizeMinus3              : 0                # Log2 of sub-PU size minus 3 for MPI (0 ... 3) and smaller than or equal to log2(maxCUSize)-3
     327DepthBasedBlkPartFlag               : 1                # Depth-based Block Partitioning
    328328
    329329#========== depth coding tools ==========
    330330VSO                       : 1                          # use of view synthesis optimization for depth coding
    331 DMM                                : 1
    332 IVP                                : 1                 # use of intra-view prediction mode
    333 SDC                                : 1
    334 DLT                                : 1
    335 QTL                                : 1
    336 LimQtPredFlag                      : 1
    337 InterSDC                           : 1                             # use of inter sdc
    338 MPI                                : 1
    339 SingleDepthMode                    : 1                 # use of single depth mode
     331IntraWedgeFlag                      : 1
     332IntraContourFlag                    : 1                 # use of intra-view prediction mode
     333IntraSdcFlag                        : 1
     334DLT                                 : 1
     335QTL                                 : 1
     336QtPredFlag                          : 1
     337InterSdcFlag                        : 1                             # use of inter sdc
     338MpiFlag                             : 1
     339IntraSingleFlag                     : 1                 # use of single depth mode
    340340#========== view synthesis optimization (VSO) ==========
    341341VSOConfig                 : [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.