Changeset 1340 in 3DVCSoftware


Ignore:
Timestamp:
25 Sep 2015, 08:25:53 (9 years ago)
Author:
chen
Message:

Update the configuration files for DepthRepresentationInfoSEI.

Location:
branches/HTM-15.1-dev0-Nokia/cfg/SEI
Files:
1 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-15.1-dev0-Nokia/cfg/SEI/depthRepresentationInfoSei.cfg

    r1328 r1340  
     1PayloadType                     : 177
    12
    2 PayloadType                     : TBD
    33
    44#======== Applicability  ==========    ( SEI is only send for pictures in intersection )
    5 ApplicableLayerIds              : TBD                            # LayerIds      of layers   to which the SEI is added. (all when empty)
    6 ApplicablePocs                  : TBD                            # POCs          of pictures to which the SEI is added. (all when empty)
    7 ApplicableTids                  : TBD                            # Tids          of pictures to which the SEI is added. (all when empty)
    8 ApplicableVclNaluTypes          : TBD                            # NaluUnitTypes of picture  to which the SEI is added. (all when empty)
    9 
     5ApplicableLayerIds              :  1 3                           # LayerIds      of layers   to which the SEI is added. (all when empty)
     6ApplicablePocs                  : 0                            # POCs          of pictures to which the SEI is added. (all when empty)
     7#ApplicableTids                  : 0                            # Tids          of pictures to which the SEI is added. (all when empty)
     8#ApplicableVclNaluTypes          : 0                            # NaluUnitTypes of picture  to which the SEI is added. (all when empty)
    109#======== Position in bit stream  ============
    1110SeiNaluId                       : 0                              # Identifies to which NAL unit  the SEI is added.
    1211PositionInSeiNalu               : 0                              # Identifies the position within the NAL unit
     12#======== Payload modification =============
     13ModifyByEncoder                 : 1                            #  0: Use payload as specified in cfg file   1: Modify SEI by encoder.
     14#======== Payload specification =============
    1315
    14 #======== Payload modification =============
    15 ModifyByEncoder                 : TBD                            #  0: Use payload as specified in cfg file   1: Modify SEI by encoder.
     16#DepthRepresentationInfoSeiPresentFlag_x equal to 1 indicates that the DepthRepresentationInfoSei parameters for layer_x are given below
     17#Each parameter should be named link parametername_xxx , where xxx represents the layerId
     18DepthRepresentationInfoSeiPresentFlag_1 : 1
    1619
    17 #======== Payload specification =============
    18 ZNearFlag                       : 0
    19 ZFarFlag                        : 0
    20 DMinFlag                        : 0
    21 DMaxFlag                        : 0
    22 DepthRepresentationType         : 0
    23 DisparityRefViewId              : 0
    24 DepthNonlinearRepresentationNumMinus1: 0
     20ZNear_1 : 2289.2
     21ZFar_1 : 213500
     22DepthRepresentationType_1         : 2
     23
     24
     25DepthRepresentationInfoSeiPresentFlag_3 : 1
     26
     27ZNear_3 : 448.251214
     28ZFar_3 : 11206.280350
     29DMin_3 : 1.891
     30DMax_3 : 16.28
     31
     32DepthRepresentationType_3         : 3
     33DisparityRefViewId_3 :  0
     34
     35DepthNonlinearRepresentationNumMinus1_3 : 4
     36DepthNonlinearRepresentationModel_3 : 1  3 4 12 5
     37
     38
     39
Note: See TracChangeset for help on using the changeset viewer.