[5] | 1 | /* The copyright in this software is being made available under the BSD |
---|
| 2 | * License, included below. This software may be subject to other third party |
---|
| 3 | * and contributor rights, including patent rights, and no such rights are |
---|
| 4 | * granted under this license. |
---|
| 5 | * |
---|
[1413] | 6 | * Copyright (c) 2010-2017, ITU/ISO/IEC |
---|
[5] | 7 | * All rights reserved. |
---|
| 8 | * |
---|
| 9 | * Redistribution and use in source and binary forms, with or without |
---|
| 10 | * modification, are permitted provided that the following conditions are met: |
---|
| 11 | * |
---|
| 12 | * * Redistributions of source code must retain the above copyright notice, |
---|
| 13 | * this list of conditions and the following disclaimer. |
---|
| 14 | * * Redistributions in binary form must reproduce the above copyright notice, |
---|
| 15 | * this list of conditions and the following disclaimer in the documentation |
---|
| 16 | * and/or other materials provided with the distribution. |
---|
[56] | 17 | * * Neither the name of the ITU/ISO/IEC nor the names of its contributors may |
---|
[5] | 18 | * be used to endorse or promote products derived from this software without |
---|
| 19 | * specific prior written permission. |
---|
| 20 | * |
---|
| 21 | * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" |
---|
| 22 | * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
---|
| 23 | * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
---|
| 24 | * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS |
---|
| 25 | * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR |
---|
| 26 | * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF |
---|
| 27 | * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS |
---|
| 28 | * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN |
---|
| 29 | * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) |
---|
| 30 | * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF |
---|
| 31 | * THE POSSIBILITY OF SUCH DAMAGE. |
---|
| 32 | */ |
---|
[2] | 33 | |
---|
| 34 | #pragma once |
---|
| 35 | |
---|
[1313] | 36 | #ifndef __SEIWRITE__ |
---|
| 37 | #define __SEIWRITE__ |
---|
| 38 | |
---|
[608] | 39 | #include "SyntaxElementWriter.h" |
---|
| 40 | #include "TLibCommon/SEI.h" |
---|
| 41 | |
---|
[2] | 42 | class TComBitIf; |
---|
| 43 | |
---|
[56] | 44 | //! \ingroup TLibEncoder |
---|
| 45 | //! \{ |
---|
[608] | 46 | class SEIWriter:public SyntaxElementWriter |
---|
| 47 | { |
---|
| 48 | public: |
---|
| 49 | SEIWriter() {}; |
---|
| 50 | virtual ~SEIWriter() {}; |
---|
[56] | 51 | |
---|
[1313] | 52 | Void writeSEImessages(TComBitIf& bs, const SEIMessages &seiList, const TComSPS *sps, Bool isNested); |
---|
[56] | 53 | |
---|
[608] | 54 | protected: |
---|
[1413] | 55 | Void xWriteSEIBufferingPeriod (const SEIBufferingPeriod& sei, const TComSPS *sps); |
---|
| 56 | Void xWriteSEIPictureTiming (const SEIPictureTiming& sei, const TComSPS *sps); |
---|
| 57 | Void xWriteSEIPanScanRect (const SEIPanScanRect& sei); |
---|
| 58 | Void xWriteSEIFillerPayload (const SEIFillerPayload& sei); |
---|
| 59 | Void xWriteSEIUserDataRegistered (const SEIUserDataRegistered& sei); |
---|
| 60 | Void xWriteSEIUserDataUnregistered (const SEIUserDataUnregistered &sei); |
---|
| 61 | Void xWriteSEIRecoveryPoint (const SEIRecoveryPoint& sei); |
---|
| 62 | Void xWriteSEISceneInfo (const SEISceneInfo& sei); |
---|
| 63 | Void xWriteSEIPictureSnapshot (const SEIPictureSnapshot& sei); |
---|
| 64 | Void xWriteSEIProgressiveRefinementSegmentStart (const SEIProgressiveRefinementSegmentStart& sei); |
---|
| 65 | Void xWriteSEIProgressiveRefinementSegmentEnd (const SEIProgressiveRefinementSegmentEnd& sei); |
---|
| 66 | Void xWriteSEIFilmGrainCharacteristics (const SEIFilmGrainCharacteristics& sei); |
---|
| 67 | Void xWriteSEIPostFilterHint (const SEIPostFilterHint& sei, const TComSPS *sps); |
---|
| 68 | Void xWriteSEIToneMappingInfo (const SEIToneMappingInfo& sei); |
---|
| 69 | Void xWriteSEIFramePacking (const SEIFramePacking& sei); |
---|
| 70 | Void xWriteSEIDisplayOrientation (const SEIDisplayOrientation &sei); |
---|
| 71 | Void xWriteSEIGreenMetadataInfo (const SEIGreenMetadataInfo &sei); |
---|
| 72 | Void xWriteSEISOPDescription (const SEISOPDescription& sei); |
---|
| 73 | Void xWriteSEIActiveParameterSets (const SEIActiveParameterSets& sei); |
---|
| 74 | Void xWriteSEIDecodingUnitInfo (const SEIDecodingUnitInfo& sei, const TComSPS *sps); |
---|
| 75 | Void xWriteSEITemporalLevel0Index (const SEITemporalLevel0Index &sei); |
---|
| 76 | Void xWriteSEIDecodedPictureHash (const SEIDecodedPictureHash& sei); |
---|
| 77 | Void xWriteSEIScalableNesting (TComBitIf& bs, const SEIScalableNesting& sei, const TComSPS *sps); |
---|
| 78 | Void xWriteSEIRegionRefreshInfo (const SEIRegionRefreshInfo &sei); |
---|
| 79 | Void xWriteSEINoDisplay (const SEINoDisplay &sei); |
---|
| 80 | Void xWriteSEITimeCode (const SEITimeCode& sei); |
---|
| 81 | Void xWriteSEIMasteringDisplayColourVolume (const SEIMasteringDisplayColourVolume& sei); |
---|
| 82 | Void xWriteSEISegmentedRectFramePacking (const SEISegmentedRectFramePacking& sei); |
---|
| 83 | Void xWriteSEITempMotionConstrainedTileSets (const SEITempMotionConstrainedTileSets& sei); |
---|
| 84 | Void xWriteSEIChromaResamplingFilterHint (const SEIChromaResamplingFilterHint& sei); |
---|
| 85 | Void xWriteSEIKneeFunctionInfo (const SEIKneeFunctionInfo &sei); |
---|
| 86 | Void xWriteSEIColourRemappingInfo (const SEIColourRemappingInfo& sei); |
---|
| 87 | Void xWriteSEIDeinterlaceFieldIdentification (const SEIDeinterlaceFieldIdentification& sei); |
---|
| 88 | Void xWriteSEIContentLightLevelInfo (const SEIContentLightLevelInfo& sei); |
---|
| 89 | Void xWriteSEIDependentRAPIndication (const SEIDependentRAPIndication& sei); |
---|
| 90 | Void xWriteSEICodedRegionCompletion (const SEICodedRegionCompletion& sei); |
---|
[1405] | 91 | Void xWriteSEIAlternativeTransferCharacteristics(const SEIAlternativeTransferCharacteristics& sei); |
---|
[1413] | 92 | Void xWriteSEIAmbientViewingEnvironment (const SEIAmbientViewingEnvironment& sei); |
---|
[1386] | 93 | #if NH_MV |
---|
[1356] | 94 | Void xWriteSEILayersNotPresent ( const SEILayersNotPresent& sei); |
---|
| 95 | Void xWriteSEIInterLayerConstrainedTileSets ( const SEIInterLayerConstrainedTileSets& sei); |
---|
| 96 | #if NH_MV_SEI_TBD |
---|
| 97 | Void xWriteSEIBspNesting ( const SEIBspNesting& sei); |
---|
| 98 | Void xWriteSEIBspInitialArrivalTime ( const SEIBspInitialArrivalTime& sei); |
---|
| 99 | #endif |
---|
| 100 | Void xWriteSEISubBitstreamProperty ( const SEISubBitstreamProperty& sei); |
---|
| 101 | Void xWriteSEIAlphaChannelInfo ( const SEIAlphaChannelInfo& sei); |
---|
| 102 | Void xWriteSEIOverlayInfo ( const SEIOverlayInfo& sei); |
---|
| 103 | Void xWriteSEITemporalMvPredictionConstraints ( const SEITemporalMvPredictionConstraints& sei); |
---|
| 104 | #if NH_MV_SEI_TBD |
---|
| 105 | Void xWriteSEIFrameFieldInfo ( const SEIFrameFieldInfo& sei); |
---|
| 106 | #endif |
---|
| 107 | Void xWriteSEIThreeDimensionalReferenceDisplaysInfo ( const SEIThreeDimensionalReferenceDisplaysInfo& sei); |
---|
| 108 | Void xWriteSEIDepthRepInfoElement ( double f); |
---|
| 109 | Void xWriteSEIDepthRepresentationInfo ( const SEIDepthRepresentationInfo& sei); |
---|
| 110 | Void xWriteSEIMultiviewSceneInfo ( const SEIMultiviewSceneInfo& sei); |
---|
| 111 | Void xWriteSEIMultiviewAcquisitionInfo ( const SEIMultiviewAcquisitionInfo& sei); |
---|
| 112 | Void xWriteSEIMultiviewViewPosition ( const SEIMultiviewViewPosition& sei); |
---|
| 113 | #if NH_3D |
---|
| 114 | Void xWriteSEIAlternativeDepthInfo ( const SEIAlternativeDepthInfo& sei); |
---|
| 115 | #endif |
---|
[1386] | 116 | #endif |
---|
| 117 | |
---|
| 118 | Void xWriteSEIpayloadData(TComBitIf& bs, const SEI& sei, const TComSPS *sps); |
---|
[608] | 119 | Void xWriteByteAlign(); |
---|
| 120 | }; |
---|
| 121 | |
---|
[56] | 122 | //! \} |
---|
[1313] | 123 | |
---|
| 124 | #endif |
---|