[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 |
---|
[1200] | 4 | * granted under this license. |
---|
[5] | 5 | * |
---|
[1200] | 6 | * Copyright (c) 2010-2015, 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 | /** \file TDecSbac.h |
---|
| 35 | \brief SBAC decoder class (header) |
---|
| 36 | */ |
---|
| 37 | |
---|
| 38 | #ifndef __TDECSBAC__ |
---|
| 39 | #define __TDECSBAC__ |
---|
| 40 | |
---|
| 41 | |
---|
| 42 | #if _MSC_VER > 1000 |
---|
| 43 | #pragma once |
---|
| 44 | #endif // _MSC_VER > 1000 |
---|
| 45 | |
---|
| 46 | |
---|
| 47 | #include "TDecEntropy.h" |
---|
| 48 | #include "TDecBinCoder.h" |
---|
[56] | 49 | #include "TLibCommon/ContextTables.h" |
---|
| 50 | #include "TLibCommon/ContextModel.h" |
---|
| 51 | #include "TLibCommon/ContextModel3DBuffer.h" |
---|
[2] | 52 | |
---|
[56] | 53 | //! \ingroup TLibDecoder |
---|
| 54 | //! \{ |
---|
| 55 | |
---|
[2] | 56 | // ==================================================================================================================== |
---|
| 57 | // Class definition |
---|
| 58 | // ==================================================================================================================== |
---|
| 59 | |
---|
[1200] | 60 | class SEImessages; |
---|
| 61 | |
---|
[2] | 62 | /// SBAC decoder class |
---|
| 63 | class TDecSbac : public TDecEntropyIf |
---|
| 64 | { |
---|
| 65 | public: |
---|
| 66 | TDecSbac(); |
---|
| 67 | virtual ~TDecSbac(); |
---|
[1200] | 68 | |
---|
[2] | 69 | Void init ( TDecBinIf* p ) { m_pcTDecBinIf = p; } |
---|
| 70 | Void uninit ( ) { m_pcTDecBinIf = 0; } |
---|
[56] | 71 | |
---|
[1200] | 72 | Void load ( const TDecSbac* pSrc ); |
---|
| 73 | Void loadContexts ( const TDecSbac* pSrc ); |
---|
| 74 | Void xCopyFrom ( const TDecSbac* pSrc ); |
---|
| 75 | Void xCopyContextsFrom ( const TDecSbac* pSrc ); |
---|
| 76 | |
---|
[56] | 77 | Void resetEntropy (TComSlice* pSlice ); |
---|
| 78 | Void setBitstream ( TComInputBitstream* p ) { m_pcBitstream = p; m_pcTDecBinIf->init( p ); } |
---|
[608] | 79 | Void parseVPS ( TComVPS* /*pcVPS*/ ) {} |
---|
[1124] | 80 | Void parseSPS ( TComSPS* /*pcSPS*/ ) {} |
---|
[608] | 81 | #if H_3D |
---|
[758] | 82 | Void parsePPS ( TComPPS* /*pcPPS*/, TComVPS* /*pcVPS*/ ) {} |
---|
| 83 | #else |
---|
[608] | 84 | Void parsePPS ( TComPPS* /*pcPPS*/ ) {} |
---|
[758] | 85 | #endif |
---|
[1200] | 86 | Void parseSliceHeader ( TComSlice* /*pcSlice*/, ParameterSetManager* /*parameterSetManager*/, const Int /*prevTid0POC*/) {} |
---|
[2] | 87 | Void parseTerminatingBit ( UInt& ruiBit ); |
---|
[1200] | 88 | Void parseRemainingBytes ( Bool noTrailingBytesExpected); |
---|
[56] | 89 | Void parseMVPIdx ( Int& riMVPIdx ); |
---|
[443] | 90 | Void parseSaoMaxUvlc ( UInt& val, UInt maxSymbol ); |
---|
[1200] | 91 | Void parseSaoMerge ( UInt& ruiVal ); |
---|
[443] | 92 | Void parseSaoTypeIdx ( UInt& ruiVal ); |
---|
| 93 | Void parseSaoUflc ( UInt uiLength, UInt& ruiVal ); |
---|
[1200] | 94 | Void parseSAOBlkParam (SAOBlkParam& saoBlkParam, Bool* sliceEnabled, Bool leftMergeAvail, Bool aboveMergeAvail, const BitDepths &bitDepths); |
---|
| 95 | Void parseSaoSign (UInt& val); |
---|
| 96 | |
---|
[2] | 97 | private: |
---|
[1200] | 98 | #if RExt__DECODER_DEBUG_BIT_STATISTICS |
---|
| 99 | Void xReadUnarySymbol ( UInt& ruiSymbol, ContextModel* pcSCModel, Int iOffset, const class TComCodingStatisticsClassType &whichStat ); |
---|
| 100 | Void xReadUnaryMaxSymbol ( UInt& ruiSymbol, ContextModel* pcSCModel, Int iOffset, UInt uiMaxSymbol, const class TComCodingStatisticsClassType &whichStat ); |
---|
| 101 | Void xReadEpExGolomb ( UInt& ruiSymbol, UInt uiCount, const class TComCodingStatisticsClassType &whichStat ); |
---|
| 102 | Void xReadCoefRemainExGolomb ( UInt &rSymbol, UInt &rParam, const Bool useLimitedPrefixLength, const Int maxLog2TrDynamicRange, const class TComCodingStatisticsClassType &whichStat ); |
---|
| 103 | #else |
---|
[2] | 104 | Void xReadUnarySymbol ( UInt& ruiSymbol, ContextModel* pcSCModel, Int iOffset ); |
---|
| 105 | Void xReadUnaryMaxSymbol ( UInt& ruiSymbol, ContextModel* pcSCModel, Int iOffset, UInt uiMaxSymbol ); |
---|
| 106 | Void xReadEpExGolomb ( UInt& ruiSymbol, UInt uiCount ); |
---|
[1200] | 107 | Void xReadCoefRemainExGolomb ( UInt &rSymbol, UInt &rParam, const Bool useLimitedPrefixLength, const Int maxLog2TrDynamicRange ); |
---|
| 108 | #endif |
---|
[1303] | 109 | #if NH_3D_DMM || NH_3D_SDC_INTRA || NH_3D_SDC_INTER |
---|
[1209] | 110 | Void xReadExGolombLevelDdc( UInt& ruiSymbol ); |
---|
| 111 | Void xParseDeltaDC ( Pel& rValDeltaDC, UInt uiNumSeg ); |
---|
| 112 | #endif |
---|
| 113 | #if NH_3D_DMM |
---|
| 114 | Void xParseIntraDepthMode ( TComDataCU* pcCU, UInt absPartIdx, UInt depth ); |
---|
| 115 | Void xParseDmmData ( TComDataCU* pcCU, UInt absPartIdx, UInt depth ); |
---|
[608] | 116 | Void xParseDmm1WedgeIdx ( UInt& ruiTabIdx, Int iNumBit ); |
---|
[5] | 117 | #endif |
---|
[1227] | 118 | #if NH_3D_SDC_INTRA |
---|
[608] | 119 | Void xParseSDCResidualData ( TComDataCU* pcCU, UInt uiAbsPartIdx, UInt uiDepth, UInt uiPart ); |
---|
[2] | 120 | #endif |
---|
[1303] | 121 | #if NH_3D_SDC_INTRA || NH_3D_SDC_INTER |
---|
[833] | 122 | Void parseSDCFlag ( TComDataCU* pcCU, UInt uiAbsPartIdx, UInt uiDepth ); |
---|
[608] | 123 | #endif |
---|
[1279] | 124 | #if NH_3D_DBBP |
---|
[833] | 125 | Void parseDBBPFlag ( TComDataCU* pcCU, UInt uiAbsPartIdx, UInt uiDepth ); |
---|
| 126 | #endif |
---|
[1200] | 127 | |
---|
[2] | 128 | private: |
---|
[56] | 129 | TComInputBitstream* m_pcBitstream; |
---|
[2] | 130 | TDecBinIf* m_pcTDecBinIf; |
---|
[1200] | 131 | |
---|
[608] | 132 | public: |
---|
[1200] | 133 | |
---|
[2] | 134 | Void parseSkipFlag ( TComDataCU* pcCU, UInt uiAbsPartIdx, UInt uiDepth ); |
---|
[1258] | 135 | #if NH_3D_DIS |
---|
[1179] | 136 | Void parseDIS ( TComDataCU* pcCU, UInt uiAbsPartIdx, UInt uiDepth ); |
---|
| 137 | #endif |
---|
[1303] | 138 | #if NH_3D_DMM || NH_3D_SDC_INTRA || NH_3D_SDC_INTER |
---|
[1209] | 139 | Void parseDeltaDC ( TComDataCU* pcCU, UInt absPartIdx, UInt depth ); |
---|
| 140 | #endif |
---|
[608] | 141 | Void parseCUTransquantBypassFlag( TComDataCU* pcCU, UInt uiAbsPartIdx, UInt uiDepth ); |
---|
[2] | 142 | Void parseSplitFlag ( TComDataCU* pcCU, UInt uiAbsPartIdx, UInt uiDepth ); |
---|
| 143 | Void parseMergeFlag ( TComDataCU* pcCU, UInt uiAbsPartIdx, UInt uiDepth, UInt uiPUIdx ); |
---|
[608] | 144 | Void parseMergeIndex ( TComDataCU* pcCU, UInt& ruiMergeIndex ); |
---|
[1279] | 145 | #if NH_3D_ARP |
---|
[443] | 146 | Void parseARPW ( TComDataCU* pcCU, UInt uiAbsPartIdx, UInt uiDepth ); |
---|
| 147 | #endif |
---|
[1279] | 148 | #if NH_3D_IC |
---|
[608] | 149 | Void parseICFlag ( TComDataCU* pcCU, UInt uiAbsPartIdx, UInt uiDepth ); |
---|
| 150 | #endif |
---|
[2] | 151 | Void parsePartSize ( TComDataCU* pcCU, UInt uiAbsPartIdx, UInt uiDepth ); |
---|
| 152 | Void parsePredMode ( TComDataCU* pcCU, UInt uiAbsPartIdx, UInt uiDepth ); |
---|
[1200] | 153 | |
---|
[2] | 154 | Void parseIntraDirLumaAng( TComDataCU* pcCU, UInt uiAbsPartIdx, UInt uiDepth ); |
---|
| 155 | Void parseIntraDirChroma( TComDataCU* pcCU, UInt uiAbsPartIdx, UInt uiDepth ); |
---|
[608] | 156 | Void parseInterDir ( TComDataCU* pcCU, UInt& ruiInterDir, UInt uiAbsPartIdx ); |
---|
| 157 | Void parseRefFrmIdx ( TComDataCU* pcCU, Int& riRefFrmIdx, RefPicList eRefList ); |
---|
[2] | 158 | Void parseMvd ( TComDataCU* pcCU, UInt uiAbsPartIdx, UInt uiPartIdx, UInt uiDepth, RefPicList eRefList ); |
---|
[1200] | 159 | |
---|
| 160 | Void parseCrossComponentPrediction ( class TComTU &rTu, ComponentID compID ); |
---|
| 161 | |
---|
[2] | 162 | Void parseTransformSubdivFlag( UInt& ruiSubdivFlag, UInt uiLog2TransformBlockSize ); |
---|
[1200] | 163 | Void parseQtCbf ( TComTU &rTu, const ComponentID compID, const Bool lowestLevel ); |
---|
[608] | 164 | Void parseQtRootCbf ( UInt uiAbsPartIdx, UInt& uiQtRootCbf ); |
---|
[1200] | 165 | |
---|
[2] | 166 | Void parseDeltaQP ( TComDataCU* pcCU, UInt uiAbsPartIdx, UInt uiDepth ); |
---|
[1200] | 167 | Void parseChromaQpAdjustment( TComDataCU* cu, UInt absPartIdx, UInt depth ); |
---|
| 168 | |
---|
[56] | 169 | Void parseIPCMInfo ( TComDataCU* pcCU, UInt uiAbsPartIdx, UInt uiDepth); |
---|
[2] | 170 | |
---|
[1200] | 171 | Void parseLastSignificantXY( UInt& uiPosLastX, UInt& uiPosLastY, Int width, Int height, ComponentID component, UInt uiScanIdx ); |
---|
| 172 | Void parseCoeffNxN ( class TComTU &rTu, ComponentID compID ); |
---|
| 173 | Void parseTransformSkipFlags ( class TComTU &rTu, ComponentID component ); |
---|
[608] | 174 | |
---|
| 175 | Void parseScalingList ( TComScalingList* /*scalingList*/ ) {} |
---|
[56] | 176 | |
---|
[1200] | 177 | Void parseExplicitRdpcmMode( TComTU &rTu, ComponentID compID ); |
---|
| 178 | |
---|
[2] | 179 | private: |
---|
[56] | 180 | ContextModel m_contextModels[MAX_NUM_CTX_MOD]; |
---|
| 181 | Int m_numContextModels; |
---|
| 182 | ContextModel3DBuffer m_cCUSplitFlagSCModel; |
---|
[2] | 183 | ContextModel3DBuffer m_cCUSkipFlagSCModel; |
---|
[1258] | 184 | #if NH_3D_DIS |
---|
[1179] | 185 | ContextModel3DBuffer m_cCUDISFlagSCModel; |
---|
| 186 | ContextModel3DBuffer m_cCUDISTypeSCModel; |
---|
[1039] | 187 | #endif |
---|
[2] | 188 | ContextModel3DBuffer m_cCUMergeFlagExtSCModel; |
---|
| 189 | ContextModel3DBuffer m_cCUMergeIdxExtSCModel; |
---|
[1279] | 190 | #if NH_3D_ARP |
---|
[608] | 191 | ContextModel3DBuffer m_cCUPUARPWSCModel; |
---|
[56] | 192 | #endif |
---|
[1279] | 193 | #if NH_3D_IC |
---|
[608] | 194 | ContextModel3DBuffer m_cCUICFlagSCModel; |
---|
[443] | 195 | #endif |
---|
[2] | 196 | ContextModel3DBuffer m_cCUPartSizeSCModel; |
---|
| 197 | ContextModel3DBuffer m_cCUPredModeSCModel; |
---|
| 198 | ContextModel3DBuffer m_cCUIntraPredSCModel; |
---|
| 199 | ContextModel3DBuffer m_cCUChromaPredSCModel; |
---|
[56] | 200 | ContextModel3DBuffer m_cCUDeltaQpSCModel; |
---|
[2] | 201 | ContextModel3DBuffer m_cCUInterDirSCModel; |
---|
| 202 | ContextModel3DBuffer m_cCURefPicSCModel; |
---|
| 203 | ContextModel3DBuffer m_cCUMvdSCModel; |
---|
[56] | 204 | ContextModel3DBuffer m_cCUQtCbfSCModel; |
---|
[2] | 205 | ContextModel3DBuffer m_cCUTransSubdivFlagSCModel; |
---|
| 206 | ContextModel3DBuffer m_cCUQtRootCbfSCModel; |
---|
[1200] | 207 | |
---|
[56] | 208 | ContextModel3DBuffer m_cCUSigCoeffGroupSCModel; |
---|
[2] | 209 | ContextModel3DBuffer m_cCUSigSCModel; |
---|
| 210 | ContextModel3DBuffer m_cCuCtxLastX; |
---|
| 211 | ContextModel3DBuffer m_cCuCtxLastY; |
---|
| 212 | ContextModel3DBuffer m_cCUOneSCModel; |
---|
| 213 | ContextModel3DBuffer m_cCUAbsSCModel; |
---|
[1200] | 214 | |
---|
[2] | 215 | ContextModel3DBuffer m_cMVPIdxSCModel; |
---|
[1200] | 216 | |
---|
[443] | 217 | ContextModel3DBuffer m_cSaoMergeSCModel; |
---|
| 218 | ContextModel3DBuffer m_cSaoTypeIdxSCModel; |
---|
[608] | 219 | ContextModel3DBuffer m_cTransformSkipSCModel; |
---|
| 220 | ContextModel3DBuffer m_CUTransquantBypassFlagSCModel; |
---|
[1200] | 221 | ContextModel3DBuffer m_explicitRdpcmFlagSCModel; |
---|
| 222 | ContextModel3DBuffer m_explicitRdpcmDirSCModel; |
---|
| 223 | ContextModel3DBuffer m_cCrossComponentPredictionSCModel; |
---|
[56] | 224 | |
---|
[1200] | 225 | ContextModel3DBuffer m_ChromaQpAdjFlagSCModel; |
---|
| 226 | ContextModel3DBuffer m_ChromaQpAdjIdcSCModel; |
---|
[1209] | 227 | #if NH_3D_DMM |
---|
| 228 | ContextModel3DBuffer m_cNotDmmFlagSCModel; |
---|
| 229 | ContextModel3DBuffer m_cDmmModeSCModel; |
---|
| 230 | #endif |
---|
[1303] | 231 | #if NH_3D_DMM || NH_3D_SDC_INTRA || NH_3D_SDC_INTER |
---|
[608] | 232 | ContextModel3DBuffer m_cDdcDataSCModel; |
---|
[1303] | 233 | ContextModel3DBuffer m_cSDCFlagSCModel; |
---|
[1209] | 234 | #endif |
---|
[1227] | 235 | #if NH_3D_SDC_INTRA |
---|
[608] | 236 | ContextModel3DBuffer m_cSDCResidualFlagSCModel; |
---|
| 237 | ContextModel3DBuffer m_cSDCResidualSCModel; |
---|
[1209] | 238 | ContextModel3DBuffer m_cDdcFlagSCModel; |
---|
[833] | 239 | #endif |
---|
[1279] | 240 | #if NH_3D_DBBP |
---|
[833] | 241 | ContextModel3DBuffer m_cDBBPFlagSCModel; |
---|
| 242 | #endif |
---|
[1200] | 243 | |
---|
| 244 | |
---|
| 245 | UInt m_golombRiceAdaptationStatistics[RExt__GOLOMB_RICE_ADAPTATION_STATISTICS_SETS]; |
---|
[2] | 246 | }; |
---|
| 247 | |
---|
[56] | 248 | //! \} |
---|
| 249 | |
---|
[2] | 250 | #endif // !defined(AFX_TDECSBAC_H__CFCAAA19_8110_47F4_9A16_810C4B5499D5__INCLUDED_) |
---|