Changeset 1064 in 3DVCSoftware for branches/HTM-12.0-dev1/cfg/3D-HEVC/NonCTC/fco


Ignore:
Timestamp:
10 Oct 2014, 21:05:07 (10 years ago)
Author:
tech
Message:
  • Further fixes
  • Updated cfg files
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-12.0-dev1/cfg/3D-HEVC/NonCTC/fco/baseCfg_3view+depth.cfg

    r1040 r1064  
    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 1 0 1 0 # 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 ================
     
    4040LayerIdsInSet_4               : 0 1 2 3 4 5 # Indices in VPS of layers in layer set
    4141
     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 ================
     
    228243AdvMultiviewResPred                 : 1                # Advanced inter-view residual prediction (0:off, 1:on)
    229244IlluCompEnable                      : 1                # Enable Illumination compensation ( 0: off, 1: on )  (v/d)
     245IlluCompLowLatencyEnc               : 0                # Enable low-latency Illumination compensation encoding( 0: off, 1: on )
    230246ViewSynthesisPred                   : 1                # View synthesis prediction
    231 DepthRefinement                     : 1                # Dispary refined by depth DoNBDV
     247DepthRefinement                     : 1                # Disparity refined by depth DoNBDV
    232248IvMvScaling                         : 1                # Interview motion vector scaling
     249SubPULog2Size                       : 3                # Log2 of sub-PU size for IvMvPred (2...6)
     250SubPUMPILog2Size                    : 3                # Log2 of sub-PU size for MPI (3...6)
    233251DBBP                                : 1                # Depth-based Block Partitioning
    234252
Note: See TracChangeset for help on using the changeset viewer.