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


Ignore:
Timestamp:
13 Oct 2014, 12:19:36 (10 years ago)
Author:
tech
Message:

Merged 12.0-dev1@1065.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/cfg/3D-HEVC/NonCTC/rc/baseCfg_3view+depth_rate_control.cfg

    r1040 r1066  
    2626ScalabilityMask               : 3           # Scalability Mask             ( 2: View Scalability, 3: View + Depth Scalability )
    2727DimensionIdLen                : 1 2         # Number of bits to store Ids,  per scalability dimension, (m)
    28 ViewOrderIndex                : 0 0 1 1 2 2 # ViewOrderIndex (m)
     28ViewOrderIndex                : 0 0 1 1 2 2 # ViewOrderIndex, per layer (m)
    2929DepthFlag                     : 0 1 0 1 0 1 # DepthFlag  (m)
    30 LayerIdInNuh                  : 0           # Layer Id in NAL unit header, (0: no explicit signalling ) (m)
     30LayerIdInNuh                  : 0           # Layer Id in NAL unit header, (0: no explicit signalling, otherwise per layer ) (m)
    3131SplittingFlag                 : 0           # Splitting Flag
    32 ViewId                        : 1 0 2       # ViewId per ViewOrderIndex (m)
     32ViewId                        : 1 0 2       # ViewId, per ViewOrderIndex (m)
    3333
    3434#======== VPS/ Layer sets ================
    3535VpsNumLayerSets               : 5           # Number of layer sets   
    36 LayerIdsInSet_0               : 0           # Indices in VPS of layers in layer set
    37 LayerIdsInSet_1               : 0 1         # Indices in VPS of layers in layer set
    38 LayerIdsInSet_2               : 0 1 2 3     # Indices in VPS of layers in layer set
    39 LayerIdsInSet_3               : 0 1 4 5     # Indices in VPS of layers in layer set
    40 LayerIdsInSet_4               : 0 1 2 3 4 5 # Indices in VPS of layers in layer set
    41 
     36LayerIdsInSet_0               : 0           # Indices in VPS of layers in layer set 0
     37LayerIdsInSet_1               : 0 1         # Indices in VPS of layers in layer set 1
     38LayerIdsInSet_2               : 0 1 2 3     # Indices in VPS of layers in layer set 2
     39LayerIdsInSet_3               : 0 1 4 5     # Indices in VPS of layers in layer set 3
     40LayerIdsInSet_4               : 0 1 2 3 4 5 # Indices in VPS of layers in layer set 4
     41
     42#======== VPS / Output layer sets ================
    4243DefaultTargetOutputLayerIdc   : 0            # Specifies output layers of layer sets, 0: output all layers, 1: output highest layer, 2: specified by LayerIdsInDefOutputLayerSet
    4344OutputLayerSetIdx             : 2 3          # Indices of layer sets used to derive additional output layer sets
    44 LayerIdsInAddOutputLayerSet_0 : 2 3          # Indices in VPS of additional output layers
    45 LayerIdsInAddOutputLayerSet_1 : 4 5          # Indices in VPS of additional output layers
    46 ProfileLevelTierIdx           : 0 0 0 0 0 0 0 0 # Indices to profile level tier (TBD)
     45LayerIdsInAddOutputLayerSet_0 : 2 3          # Indices in VPS of output layers in additional output layer set 0
     46LayerIdsInAddOutputLayerSet_1 : 4 5          # Indices in VPS of output layers in additional output layer set 1
     47
     48
     49#======== VPS / PTLI ================
     50Profile                       : main main 3d-main          # Profile indication in VpsProfileTierLevel, per VpsProfileTierLevel syntax structure  (m)
     51Level                         : none none none             # Level   indication in VpsProfileTierLevel, per VpsProfileTierLevel syntax structure  (m)
     52Tier                          : main main main             # Tier    indication in VpsProfileTierLevel, per VpsProfileTierLevel syntax structure  (m)
     53InblFlag                      : 0    0    0                # Inbl    indication in VpsProfileTierLevel, per VpsProfileTierLevel syntax structure  (m)
     54
     55ProfileTierLevelIdx_0         : 1                          # VpsProfileTierLevel indices of layers in output layer set 0 (m) (should be -1, when layer is not necessary)
     56ProfileTierLevelIdx_1         : 1 2                        # VpsProfileTierLevel indices of layers in output layer set 1 (m) (should be -1, when layer is not necessary)
     57ProfileTierLevelIdx_2         : 1 2 2 2                    # VpsProfileTierLevel indices of layers in output layer set 2 (m) (should be -1, when layer is not necessary)
     58ProfileTierLevelIdx_3         : 1 2 2 2                    # VpsProfileTierLevel indices of layers in output layer set 3 (m) (should be -1, when layer is not necessary)
     59ProfileTierLevelIdx_4         : 1 2 2 2 2 2                # VpsProfileTierLevel indices of layers in output layer set 4 (m) (should be -1, when layer is not necessary)
     60ProfileTierLevelIdx_5         : 1 2 2 2                    # VpsProfileTierLevel indices of layers in output layer set 5 (m) (should be -1, when layer is not necessary)
     61ProfileTierLevelIdx_6         : 1 2 2 2                    # VpsProfileTierLevel indices of layers in output layer set 6 (m) (should be -1, when layer is not necessary)
    4762
    4863#======== VPS / Dependencies ================
     
    237252
    238253#========== multiview coding tools ==========
    239 IvMvPred                            : 1                # Inter-view motion prediction
     254IvMvPred                            : 1 1              # Inter-view motion prediction
    240255AdvMultiviewResPred                 : 1                # Advanced inter-view residual prediction (0:off, 1:on)
    241256IlluCompEnable                      : 1                # Enable Illumination compensation ( 0: off, 1: on )  (v/d)
     257IlluCompLowLatencyEnc               : 0                # Enable low-latency Illumination compensation encoding( 0: off, 1: on )
    242258ViewSynthesisPred                   : 1                # View synthesis prediction
    243 DepthRefinement                     : 1                # Dispary refined by depth DoNBDV
     259DepthRefinement                     : 1                # Disparity refined by depth DoNBDV
    244260IvMvScaling                         : 1                # Interview motion vector scaling
    245 
    246 
     261SubPULog2Size                       : 3                # Log2 of sub-PU size for IvMvPred (2...6)
     262SubPUMPILog2Size                    : 3                # Log2 of sub-PU size for MPI (3...6)
     263DBBP                                : 1                # Depth-based Block Partitioning
    247264
    248265#========== depth coding tools ==========
    249266VSO                       : 1                                      # use of view synthesis optimization for depth coding
    250267DMM                                : 1
     268IVP                                : 1                 # use of intra-view prediction mode
    251269SDC                                : 1
    252270DLT                                : 1
     
    255273InterSDC                           : 1                             # use of inter sdc
    256274MPI                                : 1
    257 
     275SingleDepthMode                    : 1                 # use of single depth mode
    258276#========== view synthesis optimization (VSO) ==========
    259277VSOConfig                 : [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.