[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 |
---|
[56] | 4 | * granted under this license. |
---|
[5] | 5 | * |
---|
[872] | 6 | * Copyright (c) 2010-2014, 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 TDecEntropy.h |
---|
| 35 | \brief entropy decoder class (header) |
---|
| 36 | */ |
---|
| 37 | |
---|
| 38 | #ifndef __TDECENTROPY__ |
---|
| 39 | #define __TDECENTROPY__ |
---|
| 40 | |
---|
| 41 | #include "../TLibCommon/CommonDef.h" |
---|
| 42 | #include "../TLibCommon/TComBitStream.h" |
---|
| 43 | #include "../TLibCommon/TComSlice.h" |
---|
| 44 | #include "../TLibCommon/TComPic.h" |
---|
| 45 | #include "../TLibCommon/TComPrediction.h" |
---|
[56] | 46 | #include "../TLibCommon/TComSampleAdaptiveOffset.h" |
---|
[2] | 47 | |
---|
| 48 | class TDecSbac; |
---|
| 49 | class TDecCavlc; |
---|
[56] | 50 | class ParameterSetManagerDecoder; |
---|
[2] | 51 | |
---|
[56] | 52 | //! \ingroup TLibDecoder |
---|
| 53 | //! \{ |
---|
| 54 | |
---|
[2] | 55 | // ==================================================================================================================== |
---|
| 56 | // Class definition |
---|
| 57 | // ==================================================================================================================== |
---|
| 58 | |
---|
| 59 | /// entropy decoder pure class |
---|
| 60 | class TDecEntropyIf |
---|
| 61 | { |
---|
| 62 | public: |
---|
| 63 | // Virtual list for SBAC/CAVLC |
---|
[56] | 64 | virtual Void resetEntropy ( TComSlice* pcSlice ) = 0; |
---|
| 65 | virtual Void setBitstream ( TComInputBitstream* p ) = 0; |
---|
[5] | 66 | |
---|
[77] | 67 | virtual Void parseVPS ( TComVPS* pcVPS ) = 0; |
---|
[608] | 68 | #if H_3D |
---|
| 69 | virtual Void parseSPS ( TComSPS* pcSPS, Int viewIndex, Bool depthFlag ) = 0; |
---|
[42] | 70 | #else |
---|
[56] | 71 | virtual Void parseSPS ( TComSPS* pcSPS ) = 0; |
---|
[42] | 72 | #endif |
---|
[773] | 73 | #if H_3D |
---|
[758] | 74 | virtual Void parsePPS ( TComPPS* pcPPS, TComVPS* pcVPS ) = 0; |
---|
| 75 | #else |
---|
[608] | 76 | virtual Void parsePPS ( TComPPS* pcPPS ) = 0; |
---|
[758] | 77 | #endif |
---|
[5] | 78 | |
---|
[608] | 79 | virtual Void parseSliceHeader ( TComSlice*& rpcSlice, ParameterSetManagerDecoder *parameterSetManager) = 0; |
---|
[5] | 80 | |
---|
[56] | 81 | virtual Void parseTerminatingBit ( UInt& ruilsLast ) = 0; |
---|
| 82 | |
---|
| 83 | virtual Void parseMVPIdx ( Int& riMVPIdx ) = 0; |
---|
| 84 | |
---|
[2] | 85 | public: |
---|
| 86 | virtual Void parseSkipFlag ( TComDataCU* pcCU, UInt uiAbsPartIdx, UInt uiDepth ) = 0; |
---|
[608] | 87 | virtual Void parseCUTransquantBypassFlag( TComDataCU* pcCU, UInt uiAbsPartIdx, UInt uiDepth ) = 0; |
---|
[2] | 88 | virtual Void parseSplitFlag ( TComDataCU* pcCU, UInt uiAbsPartIdx, UInt uiDepth ) = 0; |
---|
| 89 | virtual Void parseMergeFlag ( TComDataCU* pcCU, UInt uiAbsPartIdx, UInt uiDepth, UInt uiPUIdx ) = 0; |
---|
[608] | 90 | virtual Void parseMergeIndex ( TComDataCU* pcCU, UInt& ruiMergeIndex ) = 0; |
---|
| 91 | #if H_3D_ARP |
---|
| 92 | virtual Void parseARPW ( TComDataCU* pcCU, UInt uiAbsPartIdx, UInt uiDepth ) = 0; |
---|
[56] | 93 | #endif |
---|
[608] | 94 | #if H_3D_IC |
---|
| 95 | virtual Void parseICFlag ( TComDataCU* pcCU, UInt uiAbsPartIdx, UInt uiDepth ) = 0; |
---|
[443] | 96 | #endif |
---|
[655] | 97 | #if H_3D_INTER_SDC |
---|
[833] | 98 | virtual Void parseDeltaDC ( TComDataCU* pcCU, UInt absPartIdx, UInt depth ) = 0; |
---|
| 99 | virtual Void parseSDCFlag ( TComDataCU* pcCU, UInt uiAbsPartIdx, UInt uiDepth ) = 0; |
---|
[608] | 100 | #endif |
---|
[833] | 101 | #if H_3D_DBBP |
---|
| 102 | virtual Void parseDBBPFlag ( TComDataCU* pcCU, UInt uiAbsPartIdx, UInt uiDepth ) = 0; |
---|
| 103 | #endif |
---|
[2] | 104 | virtual Void parsePartSize ( TComDataCU* pcCU, UInt uiAbsPartIdx, UInt uiDepth ) = 0; |
---|
| 105 | virtual Void parsePredMode ( TComDataCU* pcCU, UInt uiAbsPartIdx, UInt uiDepth ) = 0; |
---|
[56] | 106 | |
---|
[2] | 107 | virtual Void parseIntraDirLumaAng( TComDataCU* pcCU, UInt uiAbsPartIdx, UInt uiDepth ) = 0; |
---|
[56] | 108 | |
---|
[2] | 109 | virtual Void parseIntraDirChroma( TComDataCU* pcCU, UInt uiAbsPartIdx, UInt uiDepth ) = 0; |
---|
[56] | 110 | |
---|
[608] | 111 | virtual Void parseInterDir ( TComDataCU* pcCU, UInt& ruiInterDir, UInt uiAbsPartIdx ) = 0; |
---|
| 112 | virtual Void parseRefFrmIdx ( TComDataCU* pcCU, Int& riRefFrmIdx, RefPicList eRefList ) = 0; |
---|
[2] | 113 | virtual Void parseMvd ( TComDataCU* pcCU, UInt uiAbsPartAddr, UInt uiPartIdx, UInt uiDepth, RefPicList eRefList ) = 0; |
---|
[56] | 114 | |
---|
[2] | 115 | virtual Void parseTransformSubdivFlag( UInt& ruiSubdivFlag, UInt uiLog2TransformBlockSize ) = 0; |
---|
| 116 | virtual Void parseQtCbf ( TComDataCU* pcCU, UInt uiAbsPartIdx, TextType eType, UInt uiTrDepth, UInt uiDepth ) = 0; |
---|
[608] | 117 | virtual Void parseQtRootCbf ( UInt uiAbsPartIdx, UInt& uiQtRootCbf ) = 0; |
---|
[56] | 118 | |
---|
[2] | 119 | virtual Void parseDeltaQP ( TComDataCU* pcCU, UInt uiAbsPartIdx, UInt uiDepth ) = 0; |
---|
[56] | 120 | |
---|
| 121 | virtual Void parseIPCMInfo ( TComDataCU* pcCU, UInt uiAbsPartIdx, UInt uiDepth) = 0; |
---|
[5] | 122 | |
---|
[2] | 123 | virtual Void parseCoeffNxN( TComDataCU* pcCU, TCoeff* pcCoef, UInt uiAbsPartIdx, UInt uiWidth, UInt uiHeight, UInt uiDepth, TextType eTType ) = 0; |
---|
[608] | 124 | virtual Void parseTransformSkipFlags ( TComDataCU* pcCU, UInt uiAbsPartIdx, UInt width, UInt height, UInt uiDepth, TextType eTType) = 0; |
---|
[56] | 125 | virtual Void updateContextTables( SliceType eSliceType, Int iQp ) = 0; |
---|
| 126 | |
---|
[2] | 127 | virtual ~TDecEntropyIf() {} |
---|
| 128 | }; |
---|
| 129 | |
---|
| 130 | /// entropy decoder class |
---|
| 131 | class TDecEntropy |
---|
| 132 | { |
---|
| 133 | private: |
---|
| 134 | TDecEntropyIf* m_pcEntropyDecoderIf; |
---|
| 135 | TComPrediction* m_pcPrediction; |
---|
[56] | 136 | UInt m_uiBakAbsPartIdx; |
---|
| 137 | UInt m_uiBakChromaOffset; |
---|
| 138 | UInt m_bakAbsPartIdxCU; |
---|
| 139 | |
---|
[2] | 140 | public: |
---|
| 141 | Void init (TComPrediction* p) {m_pcPrediction = p;} |
---|
| 142 | Void decodePUWise ( TComDataCU* pcCU, UInt uiAbsPartIdx, UInt uiDepth, TComDataCU* pcSubCU ); |
---|
| 143 | Void decodeInterDirPU ( TComDataCU* pcCU, UInt uiAbsPartIdx, UInt uiDepth, UInt uiPartIdx ); |
---|
| 144 | Void decodeRefFrmIdxPU ( TComDataCU* pcCU, UInt uiAbsPartIdx, UInt uiDepth, UInt uiPartIdx, RefPicList eRefList ); |
---|
| 145 | Void decodeMvdPU ( TComDataCU* pcCU, UInt uiAbsPartIdx, UInt uiDepth, UInt uiPartIdx, RefPicList eRefList ); |
---|
| 146 | Void decodeMVPIdxPU ( TComDataCU* pcSubCU, UInt uiPartAddr, UInt uiDepth, UInt uiPartIdx, RefPicList eRefList ); |
---|
[56] | 147 | |
---|
[2] | 148 | Void setEntropyDecoder ( TDecEntropyIf* p ); |
---|
[56] | 149 | Void setBitstream ( TComInputBitstream* p ) { m_pcEntropyDecoderIf->setBitstream(p); } |
---|
[2] | 150 | Void resetEntropy ( TComSlice* p) { m_pcEntropyDecoderIf->resetEntropy(p); } |
---|
[77] | 151 | Void decodeVPS ( TComVPS* pcVPS ) { m_pcEntropyDecoderIf->parseVPS(pcVPS); } |
---|
[608] | 152 | #if H_3D |
---|
| 153 | Void decodeSPS ( TComSPS* pcSPS, Int viewIndex, Bool depthFlag ) { m_pcEntropyDecoderIf->parseSPS(pcSPS, viewIndex, depthFlag ); } |
---|
[42] | 154 | #else |
---|
[56] | 155 | Void decodeSPS ( TComSPS* pcSPS ) { m_pcEntropyDecoderIf->parseSPS(pcSPS); } |
---|
[42] | 156 | #endif |
---|
[773] | 157 | #if H_3D |
---|
[758] | 158 | Void decodePPS ( TComPPS* pcPPS, TComVPS* pcVPS ) { m_pcEntropyDecoderIf->parsePPS(pcPPS, pcVPS); } |
---|
| 159 | #else |
---|
[608] | 160 | Void decodePPS ( TComPPS* pcPPS ) { m_pcEntropyDecoderIf->parsePPS(pcPPS); } |
---|
[758] | 161 | #endif |
---|
[608] | 162 | Void decodeSliceHeader ( TComSlice*& rpcSlice, ParameterSetManagerDecoder *parameterSetManager) { m_pcEntropyDecoderIf->parseSliceHeader(rpcSlice, parameterSetManager); } |
---|
[5] | 163 | |
---|
[56] | 164 | Void decodeTerminatingBit ( UInt& ruiIsLast ) { m_pcEntropyDecoderIf->parseTerminatingBit(ruiIsLast); } |
---|
| 165 | |
---|
[2] | 166 | TDecEntropyIf* getEntropyDecoder() { return m_pcEntropyDecoderIf; } |
---|
[56] | 167 | |
---|
[2] | 168 | public: |
---|
| 169 | Void decodeSplitFlag ( TComDataCU* pcCU, UInt uiAbsPartIdx, UInt uiDepth ); |
---|
| 170 | Void decodeSkipFlag ( TComDataCU* pcCU, UInt uiAbsPartIdx, UInt uiDepth ); |
---|
[608] | 171 | Void decodeCUTransquantBypassFlag( TComDataCU* pcCU, UInt uiAbsPartIdx, UInt uiDepth ); |
---|
[2] | 172 | Void decodeMergeFlag ( TComDataCU* pcCU, UInt uiAbsPartIdx, UInt uiDepth, UInt uiPUIdx ); |
---|
[608] | 173 | Void decodeMergeIndex ( TComDataCU* pcSubCU, UInt uiPartIdx, UInt uiPartAddr, UInt uiDepth ); |
---|
[2] | 174 | Void decodePredMode ( TComDataCU* pcCU, UInt uiAbsPartIdx, UInt uiDepth ); |
---|
| 175 | Void decodePartSize ( TComDataCU* pcCU, UInt uiAbsPartIdx, UInt uiDepth ); |
---|
[56] | 176 | |
---|
[608] | 177 | #if H_3D_ARP |
---|
| 178 | Void decodeARPW ( TComDataCU* pcCU, UInt uiAbsPartIdx, UInt uiDepth ); |
---|
| 179 | #endif |
---|
| 180 | #if H_3D_IC |
---|
| 181 | Void decodeICFlag ( TComDataCU* pcCU, UInt uiAbsPartIdx, UInt uiDepth ); |
---|
| 182 | #endif |
---|
[655] | 183 | #if H_3D_INTER_SDC |
---|
[833] | 184 | Void decodeSDCFlag ( TComDataCU* pcCU, UInt uiAbsPartIdx, UInt uiDepth ); |
---|
[608] | 185 | #endif |
---|
[833] | 186 | #if H_3D_DBBP |
---|
| 187 | Void decodeDBBPFlag ( TComDataCU* pcCU, UInt uiAbsPartIdx, UInt uiDepth ); |
---|
| 188 | #endif |
---|
[56] | 189 | Void decodeIPCMInfo ( TComDataCU* pcCU, UInt uiAbsPartIdx, UInt uiDepth ); |
---|
[5] | 190 | |
---|
[2] | 191 | Void decodePredInfo ( TComDataCU* pcCU, UInt uiAbsPartIdx, UInt uiDepth, TComDataCU* pcSubCU ); |
---|
[56] | 192 | |
---|
[2] | 193 | Void decodeIntraDirModeLuma ( TComDataCU* pcCU, UInt uiAbsPartIdx, UInt uiDepth ); |
---|
| 194 | Void decodeIntraDirModeChroma( TComDataCU* pcCU, UInt uiAbsPartIdx, UInt uiDepth ); |
---|
[56] | 195 | |
---|
| 196 | Void decodeQP ( TComDataCU* pcCU, UInt uiAbsPartIdx ); |
---|
| 197 | |
---|
| 198 | Void updateContextTables ( SliceType eSliceType, Int iQp ) { m_pcEntropyDecoderIf->updateContextTables( eSliceType, iQp ); } |
---|
| 199 | |
---|
| 200 | |
---|
[2] | 201 | private: |
---|
[872] | 202 | Void xDecodeTransform ( TComDataCU* pcCU, UInt offsetLuma, UInt offsetChroma, UInt uiAbsPartIdx, UInt uiDepth, UInt width, UInt height, UInt uiTrIdx, Bool& bCodeDQP, Int getQuadtreeTULog2MinSizeInCU ); |
---|
[5] | 203 | |
---|
[2] | 204 | public: |
---|
[56] | 205 | Void decodeCoeff ( TComDataCU* pcCU , UInt uiAbsPartIdx, UInt uiDepth, UInt uiWidth, UInt uiHeight, Bool& bCodeDQP ); |
---|
| 206 | |
---|
[2] | 207 | };// END CLASS DEFINITION TDecEntropy |
---|
| 208 | |
---|
[56] | 209 | //! \} |
---|
[2] | 210 | |
---|
| 211 | #endif // __TDECENTROPY__ |
---|
| 212 | |
---|