source: 3DVCSoftware/trunk/source/Lib/TLibEncoder/TEncCavlc.h @ 1124

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

Merged branch 12.2-dev0@1123

  • Property svn:eol-style set to native
File size: 8.3 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/** \file     TEncCavlc.h
35    \brief    CAVLC encoder class (header)
36*/
37
38#ifndef __TENCCAVLC__
39#define __TENCCAVLC__
40
41#if _MSC_VER > 1000
42#pragma once
43#endif // _MSC_VER > 1000
44
45#include "TLibCommon/CommonDef.h"
46#include "TLibCommon/TComBitStream.h"
47#include "TLibCommon/TComRom.h"
48#include "TEncEntropy.h"
49#include "SyntaxElementWriter.h"
50
51//! \ingroup TLibEncoder
52//! \{
53
54class TEncTop;
55
56// ====================================================================================================================
57// Class definition
58// ====================================================================================================================
59
60/// CAVLC encoder class
61class TEncCavlc : public SyntaxElementWriter, public TEncEntropyIf
62{
63public:
64  TEncCavlc();
65  virtual ~TEncCavlc();
66 
67protected:
68  TComSlice*    m_pcSlice;
69  UInt          m_uiCoeffCost;
70
71  Void codeShortTermRefPicSet              ( TComSPS* pcSPS, TComReferencePictureSet* pcRPS, Bool calledFromSliceHeader, Int idx );
72  Bool findMatchingLTRP ( TComSlice* pcSlice, UInt *ltrpsIndex, Int ltrpPOC, Bool usedFlag );
73 
74public:
75 
76  Void  resetEntropy          ();
77  Void  determineCabacInitIdx  () {};
78
79  Void  setBitstream          ( TComBitIf* p )  { m_pcBitIf = p;  }
80  Void  setSlice              ( TComSlice* p )  { m_pcSlice = p;  }
81  Void  resetBits             ()                { m_pcBitIf->resetBits(); }
82  Void  resetCoeffCost        ()                { m_uiCoeffCost = 0;  }
83  UInt  getNumberOfWrittenBits()                { return  m_pcBitIf->getNumberOfWrittenBits();  }
84  UInt  getCoeffCost          ()                { return  m_uiCoeffCost;  }
85  Void  codeVPS                 ( TComVPS* pcVPS );
86#if H_MV
87  Void  codeVPSExtension       ( TComVPS *pcVPS );
88  Void  codeVideoSignalInfo     ( TComVideoSignalInfo* pcVideoSignalInfo ); 
89
90  Void  codeDpbSize   ( TComVPS* vps );
91
92  Void  codeRepFormat           ( Int i, TComRepFormat* curRepFormat, TComRepFormat* prevRepFormat );
93  Void  codeVPSVUI             ( TComVPS* pcVPS );
94  Void  codeVpsVuiBspHrdParameters( TComVPS* pcVPS ); 
95#endif
96  Void  codeVUI                 ( TComVUI *pcVUI, TComSPS* pcSPS );
97#if H_MV
98  Void  codeSPSExtension        ( TComSPS* pcSPS ); 
99#endif
100#if H_3D
101#if HHI_VPS_3D_EXTENSION_I3_J0107
102  Void  codeVPS3dExtension       ( TComVPS* pcVPS ); 
103#else
104  Void  codeVPSExtension2       ( TComVPS* pcVPS ); 
105#endif
106#if HHI_TOOL_PARAMETERS_I2_J0107
107  Void  codeSPS3dExtension      ( TComSPS* pcSPS );
108  Void  codeSPS                 ( TComSPS* pcSPS );
109#else
110  Void  codeSPSExtension2       ( TComSPS* pcSPS, Int viewIndex, Bool depthFlag  ); 
111  Void  codeSPS                 ( TComSPS* pcSPS, Int viewIndex, Bool depthFlag );
112#endif
113#else
114  Void  codeSPS                 ( TComSPS* pcSPS );
115#endif
116  Void  codePPS                 ( TComPPS* pcPPS );
117
118#if H_MV
119  Void codePPSMultilayerExtension( TComPPS* pcPPS );
120#endif
121
122#if H_3D
123  Void  codePPSExtension        ( TComPPS* pcPPS );
124#endif
125
126  Void  codeSliceHeader         ( TComSlice* pcSlice );
127  Void  codePTL                 ( TComPTL* pcPTL, Bool profilePresentFlag, Int maxNumSubLayersMinus1);
128  Void  codeProfileTier         ( ProfileTierLevel* ptl );
129  Void  codeHrdParameters       ( TComHRD *hrd, Bool commonInfPresentFlag, UInt maxNumSubLayersMinus1 );
130  Void  codeTilesWPPEntryPoint( TComSlice* pSlice );
131  Void  codeTerminatingBit      ( UInt uilsLast );
132  Void  codeSliceFinish         ();
133 
134  Void codeMVPIdx ( TComDataCU* pcCU, UInt uiAbsPartIdx, RefPicList eRefList );
135  Void codeSAOBlkParam(SAOBlkParam& saoBlkParam, Bool* sliceEnabled, Bool leftMergeAvail, Bool aboveMergeAvail, Bool onlyEstMergeInfo = false){printf("only supported in CABAC"); assert(0); exit(-1);}
136  Void codeCUTransquantBypassFlag( TComDataCU* pcCU, UInt uiAbsPartIdx );
137  Void codeSkipFlag      ( TComDataCU* pcCU, UInt uiAbsPartIdx );
138#if H_3D_SINGLE_DEPTH
139  Void codeSingleDepthMode( TComDataCU* pcCU, UInt uiAbsPartIdx );
140#endif
141  Void codeMergeFlag     ( TComDataCU* pcCU, UInt uiAbsPartIdx );
142  Void codeMergeIndex    ( TComDataCU* pcCU, UInt uiAbsPartIdx );
143 
144#if H_3D_ARP
145  Void codeARPW          ( TComDataCU* pcCU, UInt uiAbsPartIdx );
146#endif
147#if H_3D_IC
148  Void codeICFlag        ( TComDataCU* pcCU, UInt uiAbsPartIdx );
149#endif
150#if H_3D_INTER_SDC
151  Void codeDeltaDC       ( TComDataCU* pcCU, UInt uiAbsPartIdx );
152  Void codeSDCFlag       ( TComDataCU* pcCU, UInt uiAbsPartIdx );
153#endif
154#if H_3D_DBBP
155  Void codeDBBPFlag       ( TComDataCU* pcCU, UInt uiAbsPartIdx );
156#endif
157
158  Void codeInterModeFlag( TComDataCU* pcCU, UInt uiAbsPartIdx, UInt uiDepth, UInt uiEncMode );
159  Void codeSplitFlag     ( TComDataCU* pcCU, UInt uiAbsPartIdx, UInt uiDepth );
160 
161  Void codePartSize      ( TComDataCU* pcCU, UInt uiAbsPartIdx, UInt uiDepth );
162  Void codePredMode      ( TComDataCU* pcCU, UInt uiAbsPartIdx );
163 
164  Void codeIPCMInfo      ( TComDataCU* pcCU, UInt uiAbsPartIdx );
165
166  Void codeTransformSubdivFlag( UInt uiSymbol, UInt uiCtx );
167  Void codeQtCbf         ( TComDataCU* pcCU, UInt uiAbsPartIdx, TextType eType, UInt uiTrDepth );
168  Void codeQtRootCbf     ( TComDataCU* pcCU, UInt uiAbsPartIdx );
169  Void codeQtCbfZero     ( TComDataCU* pcCU, TextType eType, UInt uiTrDepth );
170  Void codeQtRootCbfZero ( TComDataCU* pcCU );
171  Void codeIntraDirLumaAng( TComDataCU* pcCU, UInt absPartIdx, Bool isMultiple);
172  Void codeIntraDirChroma( TComDataCU* pcCU, UInt uiAbsPartIdx );
173  Void codeInterDir      ( TComDataCU* pcCU, UInt uiAbsPartIdx );
174  Void codeRefFrmIdx     ( TComDataCU* pcCU, UInt uiAbsPartIdx, RefPicList eRefList );
175  Void codeMvd           ( TComDataCU* pcCU, UInt uiAbsPartIdx, RefPicList eRefList );
176 
177  Void codeDeltaQP       ( TComDataCU* pcCU, UInt uiAbsPartIdx );
178 
179  Void codeCoeffNxN      ( TComDataCU* pcCU, TCoeff* pcCoef, UInt uiAbsPartIdx, UInt uiWidth, UInt uiHeight, UInt uiDepth, TextType eTType );
180  Void codeTransformSkipFlags ( TComDataCU* pcCU, UInt uiAbsPartIdx, UInt width, UInt height, TextType eTType );
181
182  Void estBit               (estBitsSbacStruct* pcEstBitsSbac, Int width, Int height, TextType eTType);
183 
184  Void xCodePredWeightTable          ( TComSlice* pcSlice );
185  Void updateContextTables           ( SliceType eSliceType, Int iQp, Bool bExecuteFinish=true ) { return;   }
186  Void updateContextTables           ( SliceType eSliceType, Int iQp  )                          { return;   }
187
188  Void codeScalingList  ( TComScalingList* scalingList );
189  Void xCodeScalingList ( TComScalingList* scalingList, UInt sizeId, UInt listId);
190  Void codeDFFlag       ( UInt uiCode, const Char *pSymbolName );
191  Void codeDFSvlc       ( Int   iCode, const Char *pSymbolName );
192
193};
194
195//! \}
196
197#endif // !defined(AFX_TENCCAVLC_H__EE8A0B30_945B_4169_B290_24D3AD52296F__INCLUDED_)
198
Note: See TracBrowser for help on using the repository browser.