source: SHVCSoftware/branches/SHM-dev/source/Lib/TLibEncoder/SEIwrite.h @ 1037

Last change on this file since 1037 was 1037, checked in by seregin, 10 years ago

implementation of alpha channel SEI (JCTVC-P0123) with macro P0123_ALPHA_CHANNEL_SEI, patch was provided by Matteo Naccari <Matteo.Naccari@…>

  • Property svn:eol-style set to native
File size: 6.8 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-2014, 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#if O0164_MULTI_LAYER_HRD
53  Void writeSEImessage(TComBitIf& bs, const SEI& sei, TComVPS *vps, TComSPS *sps, const SEIScalableNesting* nestingSei=NULL, const SEIBspNesting* bspNestingSei=NULL);
54#else
55  Void writeSEImessage(TComBitIf& bs, const SEI& sei, TComSPS *sps);
56#endif
57
58protected:
59#if O0164_MULTI_LAYER_HRD
60#if VPS_VUI_BSP_HRD_PARAMS
61  Void xWriteSEIpayloadData(TComBitIf& bs, const SEI& sei, TComVPS *vps, TComSPS *sps, const SEIScalableNesting* nestingSei, const SEIBspNesting* bspNestingSei);
62#else
63  Void xWriteSEIpayloadData(TComBitIf& bs, const SEI& sei, TComVPS *vps, TComSPS *sps, const SEIScalableNesting& nestingSei, const SEIBspNesting& bspNestingSei);
64#endif
65#else
66  Void xWriteSEIpayloadData(TComBitIf& bs, const SEI& sei, TComSPS *sps);
67#endif
68  Void xWriteSEIuserDataUnregistered(const SEIuserDataUnregistered &sei);
69  Void xWriteSEIActiveParameterSets(const SEIActiveParameterSets& sei);
70  Void xWriteSEIDecodedPictureHash(const SEIDecodedPictureHash& sei);
71#if VPS_VUI_BSP_HRD_PARAMS
72  Void xWriteSEIDecodingUnitInfo(const SEIDecodingUnitInfo& sei, TComSPS *sps, const SEIScalableNesting* nestingSei, const SEIBspNesting* bspNestingSei, TComVPS *vps);
73  Void xWriteSEIBufferingPeriod(const SEIBufferingPeriod& sei, TComSPS *sps, const SEIScalableNesting* nestingSei, const SEIBspNesting* bspNestingSei, TComVPS *vps);
74  Void xWriteSEIPictureTiming(const SEIPictureTiming& sei, TComSPS *sps, const SEIScalableNesting* nestingSei, const SEIBspNesting* bspNestingSei, TComVPS *vps);
75#else
76  Void xWriteSEIDecodingUnitInfo(const SEIDecodingUnitInfo& sei, TComSPS *sps);
77  Void xWriteSEIBufferingPeriod(const SEIBufferingPeriod& sei, TComSPS *sps);
78  Void xWriteSEIPictureTiming(const SEIPictureTiming& sei, TComSPS *sps);
79#endif
80  TComSPS *m_pSPS;
81  Void xWriteSEIRecoveryPoint(const SEIRecoveryPoint& sei);
82  Void xWriteSEIFramePacking(const SEIFramePacking& sei);
83  Void xWriteSEISegmentedRectFramePacking(const SEISegmentedRectFramePacking& sei);
84  Void xWriteSEIDisplayOrientation(const SEIDisplayOrientation &sei);
85  Void xWriteSEITemporalLevel0Index(const SEITemporalLevel0Index &sei);
86  Void xWriteSEIGradualDecodingRefreshInfo(const SEIGradualDecodingRefreshInfo &sei);
87  Void xWriteSEINoDisplay(const SEINoDisplay &sei);
88  Void xWriteSEIToneMappingInfo(const SEIToneMappingInfo& sei);
89  Void xWriteSEISOPDescription(const SEISOPDescription& sei);
90#if O0164_MULTI_LAYER_HRD
91  Void xWriteSEIScalableNesting(TComBitIf& bs, const SEIScalableNesting& sei, TComVPS *vps, TComSPS *sps);
92#else
93  Void xWriteSEIScalableNesting(TComBitIf& bs, const SEIScalableNesting& sei, TComSPS *sps);
94#endif
95  Void xWriteSEITempMotionConstrainedTileSets(TComBitIf& bs, const SEITempMotionConstrainedTileSets& sei);
96  Void xWriteSEITimeCode(const SEITimeCode& sei);
97  Void xWriteSEIChromaSamplingFilterHint(const SEIChromaSamplingFilterHint& sei/*, TComSPS *sps*/);
98  Void writeUserDefinedCoefficients(const SEIChromaSamplingFilterHint& sei);
99  Void xWriteSEIKneeFunctionInfo(const SEIKneeFunctionInfo &sei);
100  Void xWriteSEIMasteringDisplayColourVolume( const SEIMasteringDisplayColourVolume& sei);
101  Void xWriteByteAlign();
102#if Q0074_COLOUR_REMAPPING_SEI
103  Void xWriteSEIColourRemappingInfo(const SEIColourRemappingInfo& sei);
104#endif
105#if SVC_EXTENSION
106#if LAYERS_NOT_PRESENT_SEI
107  Void xWriteSEILayersNotPresent(const SEILayersNotPresent& sei);
108#endif
109#if N0383_IL_CONSTRAINED_TILE_SETS_SEI
110  Void xWriteSEIInterLayerConstrainedTileSets(const SEIInterLayerConstrainedTileSets& sei);
111#endif
112#if SUB_BITSTREAM_PROPERTY_SEI
113  Void xWriteSEISubBitstreamProperty(const SEISubBitstreamProperty &sei);
114#endif
115#if Q0189_TMVP_CONSTRAINTS
116Void xWriteSEITMVPConstraints (const SEITMVPConstrains &sei);
117#endif
118#if Q0247_FRAME_FIELD_INFO
119  Void xWriteSEIFrameFieldInfo  (const SEIFrameFieldInfo &sei);
120#endif
121#if O0164_MULTI_LAYER_HRD
122  Void xWriteSEIBspNesting(TComBitIf& bs, const SEIBspNesting &sei, TComVPS *vps, TComSPS *sps, const SEIScalableNesting &nestingSei);
123  Void xWriteSEIBspInitialArrivalTime(const SEIBspInitialArrivalTime &sei, TComVPS *vps, TComSPS *sps, const SEIScalableNesting &nestingSei, const SEIBspNesting &bspNestingSei);
124#if !REMOVE_BSP_HRD_SEI
125  Void xWriteSEIBspHrd(const SEIBspHrd &sei, TComSPS *sps, const SEIScalableNesting &nestingSei);
126#endif
127  Void xCodeHrdParameters( TComHRD *hrd, Bool commonInfPresentFlag, UInt maxNumSubLayersMinus1 );
128#endif
129#if Q0078_ADD_LAYER_SETS
130  Void xWriteSEIOutputLayerSetNesting(TComBitIf& bs, const SEIOutputLayerSetNesting &sei, TComVPS *vps, TComSPS *sps);
131  Void xWriteSEIVPSRewriting(const SEIVPSRewriting &sei);
132#endif
133#if P0123_ALPHA_CHANNEL_SEI
134  Void xWriteSEIAlphaChannelInfo(const SEIAlphaChannelInfo &sei);
135#endif
136#if Q0096_OVERLAY_SEI
137  Void xWriteSEIOverlayInfo(const SEIOverlayInfo &sei);
138#endif
139#endif //SVC_EXTENSION
140};
141
142//! \}
143
144#endif
Note: See TracBrowser for help on using the repository browser.