[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 TDecTop.h |
---|
| 35 | \brief decoder class (header) |
---|
| 36 | */ |
---|
| 37 | |
---|
| 38 | #ifndef __TDECTOP__ |
---|
| 39 | #define __TDECTOP__ |
---|
| 40 | |
---|
[56] | 41 | #include "TLibCommon/CommonDef.h" |
---|
| 42 | #include "TLibCommon/TComList.h" |
---|
| 43 | #include "TLibCommon/TComPicYuv.h" |
---|
| 44 | #include "TLibCommon/TComPic.h" |
---|
| 45 | #include "TLibCommon/TComTrQuant.h" |
---|
| 46 | #include "TLibCommon/SEI.h" |
---|
[2] | 47 | |
---|
| 48 | #include "TDecGop.h" |
---|
| 49 | #include "TDecEntropy.h" |
---|
| 50 | #include "TDecSbac.h" |
---|
| 51 | #include "TDecCAVLC.h" |
---|
[608] | 52 | #include "SEIread.h" |
---|
[2] | 53 | |
---|
[56] | 54 | struct InputNALUnit; |
---|
| 55 | |
---|
| 56 | //! \ingroup TLibDecoder |
---|
| 57 | //! \{ |
---|
| 58 | |
---|
[2] | 59 | // ==================================================================================================================== |
---|
| 60 | // Class definition |
---|
| 61 | // ==================================================================================================================== |
---|
| 62 | |
---|
[608] | 63 | #if H_MV |
---|
[56] | 64 | class TAppDecTop; |
---|
[608] | 65 | #endif |
---|
| 66 | #if H_3D |
---|
[2] | 67 | class CamParsCollector |
---|
| 68 | { |
---|
| 69 | public: |
---|
| 70 | CamParsCollector (); |
---|
| 71 | ~CamParsCollector (); |
---|
| 72 | |
---|
[872] | 73 | Void init ( FILE* pCodedScaleOffsetFile, TComVPS* vps ); |
---|
| 74 | |
---|
[2] | 75 | Void uninit (); |
---|
| 76 | Void setSlice ( TComSlice* pcSlice ); |
---|
| 77 | |
---|
[608] | 78 | Bool isInitialized() const { return m_bInitialized; } |
---|
| 79 | Int**** getBaseViewShiftLUTI() { return m_aiBaseViewShiftLUT; } |
---|
[57] | 80 | |
---|
[773] | 81 | #if H_3D_IV_MERGE |
---|
[724] | 82 | Void copyCamParamForSlice( TComSlice* pcSlice ); |
---|
| 83 | #endif |
---|
| 84 | |
---|
[884] | 85 | #if H_3D_DDD |
---|
[833] | 86 | Int getCodedScale( Int iBaseView, Int iCureView){ return m_aaiCodedScale[ iBaseView ][ iCureView ];} |
---|
| 87 | Int getCodedOffset( Int iBaseView, Int iCureView){ return m_aaiCodedOffset[ iBaseView ][ iCureView ];} |
---|
[872] | 88 | UInt getCamParsCodedPrecision(){ return m_vps->getCamParPrecision(); } |
---|
[833] | 89 | #endif |
---|
| 90 | |
---|
[2] | 91 | private: |
---|
[872] | 92 | Void xResetReceivedIdc( Bool overWriteFlag ); |
---|
[2] | 93 | Void xOutput ( Int iPOC ); |
---|
| 94 | |
---|
| 95 | private: |
---|
| 96 | Bool m_bInitialized; |
---|
| 97 | FILE* m_pCodedScaleOffsetFile; |
---|
| 98 | |
---|
| 99 | Int** m_aaiCodedOffset; |
---|
| 100 | Int** m_aaiCodedScale; |
---|
[872] | 101 | |
---|
| 102 | TComVPS* m_vps; |
---|
| 103 | Int** m_receivedIdc; |
---|
| 104 | Int m_uiMaxViewIndex; |
---|
| 105 | Int m_lastPoc; |
---|
| 106 | Int m_firstReceivedPoc; |
---|
[608] | 107 | |
---|
[872] | 108 | |
---|
[2] | 109 | Bool m_bCamParsVaryOverTime; |
---|
[296] | 110 | |
---|
| 111 | UInt m_uiBitDepthForLUT; |
---|
| 112 | UInt m_iLog2Precision; |
---|
| 113 | UInt m_uiInputBitDepth; |
---|
[608] | 114 | |
---|
[296] | 115 | // look-up tables |
---|
| 116 | Double**** m_adBaseViewShiftLUT; ///< Disparity LUT |
---|
| 117 | Int**** m_aiBaseViewShiftLUT; ///< Disparity LUT |
---|
| 118 | Void xCreateLUTs( UInt uiNumberSourceViews, UInt uiNumberTargetViews, Double****& radLUT, Int****& raiLUT); |
---|
| 119 | Void xInitLUTs( UInt uiSourceView, UInt uiTargetView, Int iScale, Int iOffset, Double****& radLUT, Int****& raiLUT); |
---|
| 120 | template<class T> Void xDeleteArray ( T*& rpt, UInt uiSize1, UInt uiSize2, UInt uiSize3 ); |
---|
| 121 | template<class T> Void xDeleteArray ( T*& rpt, UInt uiSize1, UInt uiSize2 ); |
---|
| 122 | template<class T> Void xDeleteArray ( T*& rpt, UInt uiSize ); |
---|
| 123 | |
---|
[2] | 124 | }; |
---|
| 125 | |
---|
[296] | 126 | template <class T> |
---|
| 127 | Void CamParsCollector::xDeleteArray( T*& rpt, UInt uiSize1, UInt uiSize2, UInt uiSize3 ) |
---|
| 128 | { |
---|
| 129 | if( rpt ) |
---|
| 130 | { |
---|
| 131 | for( UInt uiK = 0; uiK < uiSize1; uiK++ ) |
---|
| 132 | { |
---|
| 133 | for( UInt uiL = 0; uiL < uiSize2; uiL++ ) |
---|
| 134 | { |
---|
| 135 | for( UInt uiM = 0; uiM < uiSize3; uiM++ ) |
---|
| 136 | { |
---|
| 137 | delete[] rpt[ uiK ][ uiL ][ uiM ]; |
---|
| 138 | } |
---|
| 139 | delete[] rpt[ uiK ][ uiL ]; |
---|
| 140 | } |
---|
| 141 | delete[] rpt[ uiK ]; |
---|
| 142 | } |
---|
| 143 | delete[] rpt; |
---|
| 144 | } |
---|
| 145 | rpt = NULL; |
---|
| 146 | }; |
---|
| 147 | |
---|
| 148 | |
---|
| 149 | template <class T> |
---|
| 150 | Void CamParsCollector::xDeleteArray( T*& rpt, UInt uiSize1, UInt uiSize2 ) |
---|
| 151 | { |
---|
| 152 | if( rpt ) |
---|
| 153 | { |
---|
| 154 | for( UInt uiK = 0; uiK < uiSize1; uiK++ ) |
---|
| 155 | { |
---|
| 156 | for( UInt uiL = 0; uiL < uiSize2; uiL++ ) |
---|
| 157 | { |
---|
| 158 | delete[] rpt[ uiK ][ uiL ]; |
---|
| 159 | } |
---|
| 160 | delete[] rpt[ uiK ]; |
---|
| 161 | } |
---|
| 162 | delete[] rpt; |
---|
| 163 | } |
---|
| 164 | rpt = NULL; |
---|
| 165 | }; |
---|
| 166 | |
---|
| 167 | |
---|
| 168 | template <class T> |
---|
| 169 | Void CamParsCollector::xDeleteArray( T*& rpt, UInt uiSize ) |
---|
| 170 | { |
---|
| 171 | if( rpt ) |
---|
| 172 | { |
---|
| 173 | for( UInt uiK = 0; uiK < uiSize; uiK++ ) |
---|
| 174 | { |
---|
| 175 | delete[] rpt[ uiK ]; |
---|
| 176 | } |
---|
| 177 | delete[] rpt; |
---|
| 178 | } |
---|
| 179 | rpt = NULL; |
---|
| 180 | }; |
---|
| 181 | |
---|
[608] | 182 | #endif //H_3D |
---|
[2] | 183 | /// decoder class |
---|
| 184 | class TDecTop |
---|
| 185 | { |
---|
| 186 | private: |
---|
[608] | 187 | Int m_iMaxRefPicNum; |
---|
[56] | 188 | |
---|
[655] | 189 | NalUnitType m_associatedIRAPType; ///< NAL unit type of the associated IRAP picture |
---|
[56] | 190 | Int m_pocCRA; ///< POC number of the latest CRA picture |
---|
| 191 | Int m_pocRandomAccess; ///< POC number of the random access point (the first IDR or CRA picture) |
---|
[2] | 192 | |
---|
| 193 | TComList<TComPic*> m_cListPic; // Dynamic buffer |
---|
[608] | 194 | #if H_MV |
---|
[738] | 195 | Bool* m_layerInitilizedFlag; // initialization Layers |
---|
[608] | 196 | static ParameterSetManagerDecoder m_parameterSetManagerDecoder; // storage for parameter sets |
---|
| 197 | #else |
---|
[56] | 198 | ParameterSetManagerDecoder m_parameterSetManagerDecoder; // storage for parameter sets |
---|
[608] | 199 | #endif |
---|
[2] | 200 | TComSlice* m_apcSlicePilot; |
---|
[56] | 201 | |
---|
[608] | 202 | SEIMessages m_SEIs; ///< List of SEI messages that have been received before the first slice and between slices |
---|
[2] | 203 | |
---|
| 204 | // functional classes |
---|
| 205 | TComPrediction m_cPrediction; |
---|
| 206 | TComTrQuant m_cTrQuant; |
---|
| 207 | TDecGop m_cGopDecoder; |
---|
| 208 | TDecSlice m_cSliceDecoder; |
---|
| 209 | TDecCu m_cCuDecoder; |
---|
| 210 | TDecEntropy m_cEntropyDecoder; |
---|
| 211 | TDecCavlc m_cCavlcDecoder; |
---|
| 212 | TDecSbac m_cSbacDecoder; |
---|
| 213 | TDecBinCABAC m_cBinCABAC; |
---|
[608] | 214 | SEIReader m_seiReader; |
---|
[2] | 215 | TComLoopFilter m_cLoopFilter; |
---|
| 216 | TComSampleAdaptiveOffset m_cSAO; |
---|
[56] | 217 | |
---|
[608] | 218 | Bool isSkipPictureForBLA(Int& iPOCLastDisplay); |
---|
[2] | 219 | Bool isRandomAccessSkipPicture(Int& iSkipFrame, Int& iPOCLastDisplay); |
---|
| 220 | TComPic* m_pcPic; |
---|
| 221 | UInt m_uiSliceIdx; |
---|
[56] | 222 | Int m_prevPOC; |
---|
[2] | 223 | Bool m_bFirstSliceInPicture; |
---|
| 224 | Bool m_bFirstSliceInSequence; |
---|
[655] | 225 | Bool m_prevSliceSkipped; |
---|
| 226 | Int m_skippedPOC; |
---|
| 227 | |
---|
[608] | 228 | #if H_MV |
---|
| 229 | // For H_MV m_bFirstSliceInSequence indicates first slice in sequence of the particular layer |
---|
| 230 | Int m_layerId; |
---|
[56] | 231 | Int m_viewId; |
---|
[608] | 232 | TComPicLists* m_ivPicLists; |
---|
[622] | 233 | std::vector<TComPic*> m_refPicSetInterLayer0; |
---|
| 234 | std::vector<TComPic*> m_refPicSetInterLayer1; |
---|
[608] | 235 | #if H_3D |
---|
| 236 | Int m_viewIndex; |
---|
[56] | 237 | Bool m_isDepth; |
---|
[57] | 238 | CamParsCollector* m_pcCamParsCollector; |
---|
[608] | 239 | #endif |
---|
| 240 | #endif |
---|
[56] | 241 | |
---|
[2] | 242 | public: |
---|
| 243 | TDecTop(); |
---|
| 244 | virtual ~TDecTop(); |
---|
[56] | 245 | |
---|
[2] | 246 | Void create (); |
---|
| 247 | Void destroy (); |
---|
| 248 | |
---|
[608] | 249 | void setDecodedPictureHashSEIEnabled(Int enabled) { m_cGopDecoder.setDecodedPictureHashSEIEnabled(enabled); } |
---|
| 250 | |
---|
| 251 | Void init(); |
---|
| 252 | #if H_MV |
---|
[738] | 253 | Bool decode(InputNALUnit& nalu, Int& iSkipFrame, Int& iPOCLastDisplay, Bool newLayer, Bool& sliceSkippedFlag ); |
---|
[608] | 254 | Bool decode(InputNALUnit& nalu, Int& iSkipFrame, Int& iPOCLastDisplay, Bool newLayer ); |
---|
| 255 | #else |
---|
[56] | 256 | Bool decode(InputNALUnit& nalu, Int& iSkipFrame, Int& iPOCLastDisplay); |
---|
[608] | 257 | #endif |
---|
[56] | 258 | |
---|
| 259 | Void deletePicBuffer(); |
---|
[608] | 260 | |
---|
| 261 | #if H_MV |
---|
| 262 | Void endPicDecoding(Int& poc, TComList<TComPic*>*& rpcListPic, std::vector<Int>& targetDecLayerIdSet); |
---|
| 263 | #else |
---|
| 264 | Void executeLoopFilters(Int& poc, TComList<TComPic*>*& rpcListPic); |
---|
[210] | 265 | #endif |
---|
[608] | 266 | |
---|
| 267 | #if H_MV |
---|
| 268 | TComPic* getPic ( Int poc ); |
---|
| 269 | TComList<TComPic*>* getListPic () { return &m_cListPic; } |
---|
| 270 | Void setIvPicLists ( TComPicLists* picLists) { m_ivPicLists = picLists; } |
---|
[738] | 271 | Void setLayerInitilizedFlags( Bool* val ) { m_layerInitilizedFlag = val; } |
---|
| 272 | TComVPS* getPrefetchedVPS () { return m_parameterSetManagerDecoder.getPrefetchedVPS( 0 ); }; //Assuming that currently only one VPS is present. |
---|
[608] | 273 | Int getCurrPoc () { return m_apcSlicePilot->getPOC(); } |
---|
| 274 | Void setLayerId ( Int layer) { m_layerId = layer; } |
---|
| 275 | Int getLayerId () { return m_layerId; } |
---|
| 276 | Void setViewId ( Int viewId ) { m_viewId = viewId; } |
---|
| 277 | Int getViewId () { return m_viewId; } |
---|
| 278 | #if H_3D |
---|
| 279 | Void setViewIndex ( Int viewIndex ) { m_viewIndex = viewIndex; } |
---|
| 280 | Int getViewIndex () { return m_viewIndex; } |
---|
| 281 | Void setIsDepth ( Bool isDepth ) { m_isDepth = isDepth; } |
---|
| 282 | Bool getIsDepth () { return m_isDepth; } |
---|
| 283 | Void setCamParsCollector( CamParsCollector* pcCamParsCollector ) { m_pcCamParsCollector = pcCamParsCollector; } |
---|
[42] | 284 | #endif |
---|
[21] | 285 | #endif |
---|
[2] | 286 | protected: |
---|
| 287 | Void xGetNewPicBuffer (TComSlice* pcSlice, TComPic*& rpcPic); |
---|
[56] | 288 | Void xCreateLostPicture (Int iLostPOC); |
---|
[5] | 289 | |
---|
[56] | 290 | Void xActivateParameterSets(); |
---|
[608] | 291 | #if H_MV |
---|
| 292 | TComPic* xGetPic( Int layerId, Int poc ); |
---|
[738] | 293 | Bool xDecodeSlice(InputNALUnit &nalu, Int &iSkipFrame, Int iPOCLastDisplay, Bool newLayerFlag, Bool& sliceSkippedFlag ); |
---|
[622] | 294 | Void xResetPocInPicBuffer(); |
---|
[738] | 295 | Void xCeckNoClrasOutput(); |
---|
| 296 | |
---|
| 297 | Bool xAllRefLayersInitilized(); |
---|
[608] | 298 | #else |
---|
[56] | 299 | Bool xDecodeSlice(InputNALUnit &nalu, Int &iSkipFrame, Int iPOCLastDisplay); |
---|
[608] | 300 | #endif |
---|
[100] | 301 | Void xDecodeVPS(); |
---|
[56] | 302 | Void xDecodeSPS(); |
---|
| 303 | Void xDecodePPS(); |
---|
[608] | 304 | Void xDecodeSEI( TComInputBitstream* bs, const NalUnitType nalUnitType ); |
---|
[56] | 305 | |
---|
[2] | 306 | };// END CLASS DEFINITION TDecTop |
---|
| 307 | |
---|
| 308 | |
---|
[56] | 309 | //! \} |
---|
| 310 | |
---|
[2] | 311 | #endif // __TDECTOP__ |
---|
| 312 | |
---|