source: 3DVCSoftware/trunk/source/Lib/TLibEncoder/SEIwrite.h @ 1356

Last change on this file since 1356 was 1356, checked in by tech, 9 years ago

Merged 15.1-dev0-NICT@1355.

  • Property svn:eol-style set to native
File size: 5.5 KB
Line 
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 *
6 * Copyright (c) 2010-2015, ITU/ISO/IEC
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.
17 *  * Neither the name of the ITU/ISO/IEC nor the names of its contributors may
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 */
33
34#pragma once
35
36#ifndef __SEIWRITE__
37#define __SEIWRITE__
38
39#include "SyntaxElementWriter.h"
40#include "TLibCommon/SEI.h"
41
42class TComBitIf;
43
44//! \ingroup TLibEncoder
45//! \{
46class SEIWriter:public SyntaxElementWriter
47{
48public:
49  SEIWriter() {};
50  virtual ~SEIWriter() {};
51
52  Void writeSEImessages(TComBitIf& bs, const SEIMessages &seiList, const TComSPS *sps, Bool isNested);
53
54protected:
55  Void xWriteSEIpayloadData(TComBitIf& bs, const SEI& sei, const TComSPS *sps);
56  Void xWriteSEIuserDataUnregistered(const SEIuserDataUnregistered &sei);
57  Void xWriteSEIActiveParameterSets(const SEIActiveParameterSets& sei);
58  Void xWriteSEIDecodingUnitInfo(const SEIDecodingUnitInfo& sei, const TComSPS *sps);
59  Void xWriteSEIDecodedPictureHash(const SEIDecodedPictureHash& sei);
60  Void xWriteSEIBufferingPeriod(const SEIBufferingPeriod& sei, const TComSPS *sps);
61  Void xWriteSEIPictureTiming(const SEIPictureTiming& sei, const TComSPS *sps);
62  TComSPS *m_pSPS;
63  Void xWriteSEIRecoveryPoint(const SEIRecoveryPoint& sei);
64  Void xWriteSEIFramePacking(const SEIFramePacking& sei);
65  Void xWriteSEISegmentedRectFramePacking(const SEISegmentedRectFramePacking& sei);
66  Void xWriteSEIDisplayOrientation(const SEIDisplayOrientation &sei);
67  Void xWriteSEITemporalLevel0Index(const SEITemporalLevel0Index &sei);
68  Void xWriteSEIGradualDecodingRefreshInfo(const SEIGradualDecodingRefreshInfo &sei);
69  Void xWriteSEINoDisplay(const SEINoDisplay &sei);
70  Void xWriteSEIToneMappingInfo(const SEIToneMappingInfo& sei);
71  Void xWriteSEISOPDescription(const SEISOPDescription& sei);
72  Void xWriteSEIScalableNesting(TComBitIf& bs, const SEIScalableNesting& sei, const TComSPS *sps);
73#if NH_MV
74#if !NH_MV_SEI
75  Void xWriteSEISubBitstreamProperty(const SEISubBitstreamProperty &sei);
76#endif
77#endif
78  Void xWriteSEITempMotionConstrainedTileSets(const SEITempMotionConstrainedTileSets& sei);
79  Void xWriteSEITimeCode(const SEITimeCode& sei);
80  Void xWriteSEIChromaSamplingFilterHint(const SEIChromaSamplingFilterHint& sei/*, TComSPS *sps*/);
81  Void writeUserDefinedCoefficients(const SEIChromaSamplingFilterHint& sei);
82  Void xWriteSEIKneeFunctionInfo(const SEIKneeFunctionInfo &sei);
83  Void xWriteSEIMasteringDisplayColourVolume( const SEIMasteringDisplayColourVolume& sei);
84
85#if NH_MV_SEI
86#if NH_MV_LAYERS_NOT_PRESENT_SEI
87  Void xWriteSEILayersNotPresent              ( const SEILayersNotPresent& sei);
88#endif
89  Void xWriteSEIInterLayerConstrainedTileSets ( const SEIInterLayerConstrainedTileSets& sei);
90#if NH_MV_SEI_TBD
91  Void xWriteSEIBspNesting                    ( const SEIBspNesting& sei);
92  Void xWriteSEIBspInitialArrivalTime         ( const SEIBspInitialArrivalTime& sei);
93#endif
94  Void xWriteSEISubBitstreamProperty          ( const SEISubBitstreamProperty& sei);
95  Void xWriteSEIAlphaChannelInfo              ( const SEIAlphaChannelInfo& sei);
96  Void xWriteSEIOverlayInfo                   ( const SEIOverlayInfo& sei);
97  Void xWriteSEITemporalMvPredictionConstraints ( const SEITemporalMvPredictionConstraints& sei);
98#if NH_MV_SEI_TBD
99  Void xWriteSEIFrameFieldInfo                ( const SEIFrameFieldInfo& sei);
100#endif
101  Void xWriteSEIThreeDimensionalReferenceDisplaysInfo ( const SEIThreeDimensionalReferenceDisplaysInfo& sei);
102#if SEI_DRI_F0169
103  Void xWriteSEIDepthRepInfoElement           ( double f);
104  Void xWriteSEIDepthRepresentationInfo       ( const SEIDepthRepresentationInfo& sei);
105#endif
106  Void xWriteSEIMultiviewSceneInfo            ( const SEIMultiviewSceneInfo& sei);
107  Void xWriteSEIMultiviewAcquisitionInfo      ( const SEIMultiviewAcquisitionInfo& sei);
108  Void xWriteSEIMultiviewViewPosition         ( const SEIMultiviewViewPosition& sei);
109#if NH_3D
110  Void xWriteSEIAlternativeDepthInfo          ( const SEIAlternativeDepthInfo& sei);
111#endif
112  Void xWriteByteAlign();
113};
114#endif
115
116//! \}
117
118#endif
Note: See TracBrowser for help on using the repository browser.