Ignore:
Timestamp:
10 Dec 2013, 12:31:19 (10 years ago)
Author:
tech
Message:

Merged HTM-9.0-Fix@734.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/cfg/3D-HEVC/NonCTC/allintra/baseCfg_2view+depth_AllIntra.cfg

    r724 r735  
    2020
    2121#======== VPS ============================
    22 ScalabilityMask               : 3           # Scalability Mask             ( 1: View Scalability, 3: View + Depth Scalability )
    23 DimensionIdLen                : 2 1         # Number of bits to store Ids,  per scalability dimension, (m)
    24 ViewId                        : 1 1 0 0     # ViewId     (m)
     22ScalabilityMask               : 3           # Scalability Mask             ( 2: View Scalability, 3: View + Depth Scalability )
     23DimensionIdLen                : 1 2         # Number of bits to store Ids,  per scalability dimension, (m)
     24ViewOrderIndex                : 0 0 1 1     # ViewOrderIndex (m)
    2525DepthFlag                     : 0 1 0 1     # DepthFlag  (m)
    2626LayerIdInNuh                  : 0           # Layer Id in NAL unit header, (0: no explicit signalling ) (m)
    2727SplittingFlag                 : 0           # Splitting Flag
     28ViewId                        : 1 0         # ViewId per ViewOrderIndex (m)
     29
     30#======== VPS/ Layer sets ================
     31VpsNumLayerSets               : 3           # Number of layer sets   
     32LayerIdsInSet_0               : 0           # LayerIds in vps of layer set
     33LayerIdsInSet_1               : 0 1         # LayerIds in vps of layer set
     34LayerIdsInSet_2               : 0 1 2 3     # LayerIds in vps of layer set
     35
     36DefaultOneTargetOutputLayerFlag: 0          # Output highest layer of layer sets by default
     37OutputLayerSetIdx             : 2           # Indices of layer sets used as additional output layer sets
     38LayerIdsInAddOutputLayerSet_0 : 2 3         # LayerIds in vps of additional output layers
     39ProfileLevelTierIdx           : 0 0 0 0     # Indices to profile level tier (TBD)
     40
     41#======== VPS / Dependencies ================
     42DirectRefLayers_1             :             # LayerIds in vps of direct reference layers
     43DirectRefLayers_2             : 0           # LayerIds in vps of direct reference layers
     44DirectRefLayers_3             : 1           # LayerIds in vps of direct reference layers
     45
     46DependencyTypes_1             :             # Dependency types of direct reference layers, 0: Sample 1: Motion 2: Sample+Motion
     47DependencyTypes_2             : 2           # Dependency types of direct reference layers, 0: Sample 1: Motion 2: Sample+Motion
     48DependencyTypes_3             : 2           # Dependency types of direct reference layers, 0: Sample 1: Motion 2: Sample+Motion
    2849
    2950#========== Camera parameters ==========
     
    140161
    141162#========== multiview coding tools ==========
     163IvMvPred                            : 1 1              # Inter-view motion prediction
     164AdvMultiviewResPred                 : 1                # Advanced inter-view residual prediction (0:off, 1:on)
     165IlluCompEnable                      : 1                # Enable Illumination compensation ( 0: off, 1: on )  (v/d)
     166ViewSynthesisPred                   : 1                # View synthesis prediction
     167DepthRefinement                     : 1                # Dispary refined by depth DoNBDV
     168IvMvScaling                         : 1                # Interview motion vector scaling
     169SubPULog2Size                       : 3                            # Log2 of sub-PU size for IvMvPred (2...6)
    142170
    143171
     
    149177QTL                                : 1
    150178PC                                 : 1
     179InterSDC                           : 1                             # use of inter sdc
     180MPI                                : 1
    151181
    152182#========== view synthesis optimization (VSO) ==========
Note: See TracChangeset for help on using the changeset viewer.