Changeset 1343 in 3DVCSoftware for branches/HTM-15.1-dev0-Disney/cfg
- Timestamp:
- 2 Oct 2015, 16:44:04 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-15.1-dev0-Disney/cfg/SEI/alternativeDepthInfoSei.cfg
r1328 r1343 1 1 2 PayloadType : TBD2 PayloadType : 181 3 3 4 4 #======== 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)5 ApplicableLayerIds : # LayerIds of layers to which the SEI is added. (all when empty) 6 ApplicablePocs : # POCs of pictures to which the SEI is added. (all when empty) 7 ApplicableTids : # Tids of pictures to which the SEI is added. (all when empty) 8 ApplicableVclNaluTypes : # NaluUnitTypes of picture to which the SEI is added. (all when empty) 9 9 10 10 #======== Position in bit stream ============ 11 SeiNaluId : 0 # Identifies to which NAL unit the SEI is added .11 SeiNaluId : 0 # Identifies to which NAL unit the SEI is added 12 12 PositionInSeiNalu : 0 # Identifies the position within the NAL unit 13 13 14 14 #======== Payload modification ============= 15 ModifyByEncoder : TBD# 0: Use payload as specified in cfg file 1: Modify SEI by encoder.15 ModifyByEncoder : 0 # 0: Use payload as specified in cfg file 1: Modify SEI by encoder. 16 16 17 17 #======== Payload specification ============= 18 18 AlternativeDepthInfoCancelFlag : 0 19 DepthType : 019 DepthType : 1 20 20 NumConstituentViewsGvdMinus1 : 0 21 21 DepthPresentGvdFlag : 0 … … 54 54 ExpGvdTX : 0 55 55 ManGvdTX : 0 56 MinOffsetXInt : 057 MinOffsetXFrac : 058 MaxOffsetXInt : 059 MaxOffsetXFrac : 060 OffsetYPresentFlag : 061 MinOffsetYInt : 062 MinOffsetYFrac : 063 MaxOffsetYInt : 064 MaxOffsetYFrac : 065 WarpMapSizePresentFlag : 066 WarpMapWidthMinus2 : 067 WarpMapHeightMinus2 : 056 MinOffsetXInt : -10 57 MinOffsetXFrac : 50 58 MaxOffsetXInt : 70 59 MaxOffsetXFrac : 30 60 OffsetYPresentFlag : 1 61 MinOffsetYInt : -20 62 MinOffsetYFrac : 70 63 MaxOffsetYInt : 30 64 MaxOffsetYFrac : 154 65 WarpMapSizePresentFlag : 1 66 WarpMapWidthMinus2 : 700 67 WarpMapHeightMinus2 : 300
Note: See TracChangeset for help on using the changeset viewer.