HEVC Test Model (HM)  HM-16.18
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
TDecGop.h
Go to the documentation of this file.
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-2017, 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 
38 #ifndef __TDECGOP__
39 #define __TDECGOP__
40 
41 #if _MSC_VER > 1000
42 #pragma once
43 #endif // _MSC_VER > 1000
44 
45 #include "TLibCommon/CommonDef.h"
47 #include "TLibCommon/TComList.h"
48 #include "TLibCommon/TComPicYuv.h"
49 #include "TLibCommon/TComPic.h"
52 
53 #include "TDecEntropy.h"
54 #include "TDecSlice.h"
55 #include "TDecBinCoder.h"
56 #include "TDecBinCoderCABAC.h"
57 
60 
61 // ====================================================================================================================
62 // Class definition
63 // ====================================================================================================================
64 
66 class TDecGop
67 {
68 private:
69  TComList<TComPic*> m_cListPic; // Dynamic buffer
70 
71  // Access channel
78 
83 
84 public:
85  TDecGop();
86  virtual ~TDecGop();
87 
88  Void init ( TDecEntropy* pcEntropyDecoder,
89  TDecSbac* pcSbacDecoder,
90  TDecBinCABAC* pcBinCABAC,
91  TDecCavlc* pcCavlcDecoder,
92  TDecSlice* pcSliceDecoder,
93  TComLoopFilter* pcLoopFilter,
95  );
96  Void create ();
97  Void destroy ();
98  Void decompressSlice(TComInputBitstream* pcBitstream, TComPic* pcPic );
99  Void filterPicture (TComPic* pcPic );
100 
103 
104 };
105 
107 
108 #endif // !defined(AFX_TDECGOP_H__29440B7A_7CC0_48C7_8DD5_1A531D3CED45__INCLUDED_)
109 
Int m_decodedPictureHashSEIEnabled
Checksum(3)/CRC(2)/MD5(1)/disable(0) acting on decoded picture hash SEI message.
Definition: TDecGop.h:81
sample adaptive offset class (header)
TComSampleAdaptiveOffset * m_pcSAO
Definition: TDecGop.h:79
Void init(TDecEntropy *pcEntropyDecoder, TDecSbac *pcSbacDecoder, TDecBinCABAC *pcBinCABAC, TDecCavlc *pcCavlcDecoder, TDecSlice *pcSliceDecoder, TComLoopFilter *pcLoopFilter, TComSampleAdaptiveOffset *pcSAO)
Definition: TDecGop.cpp:76
deblocking filter (header)
picture class (symbol + YUV buffers)
Definition: TComPic.h:56
Defines version information, constants and small in-line functions.
void Void
Definition: TypeDef.h:203
TComLoopFilter * m_pcLoopFilter
Definition: TDecGop.h:77
TDecGop()
Definition: TDecGop.cpp:55
unsigned int UInt
Definition: TypeDef.h:212
deblocking filter class
Void decompressSlice(TComInputBitstream *pcBitstream, TComPic *pcPic)
Definition: TDecGop.cpp:103
CAVLC decoder class.
Definition: TDecCAVLC.h:56
picture class (header)
Void filterPicture(TComPic *pcPic)
Definition: TDecGop.cpp:135
TDecSlice * m_pcSliceDecoder
Definition: TDecGop.h:76
UInt getNumberOfChecksumErrorsDetected() const
Definition: TDecGop.h:102
SBAC decoder class.
Definition: TDecSbac.h:63
entropy decoder class (header)
general list class (header)
TDecBinCABAC * m_pcBinCABAC
Definition: TDecGop.h:74
UInt m_numberOfChecksumErrorsDetected
Definition: TDecGop.h:82
TDecSbac * m_pcSbacDecoder
Definition: TDecGop.h:73
TComList< TComPic * > m_cListPic
Definition: TDecGop.h:69
TDecEntropy * m_pcEntropyDecoder
Definition: TDecGop.h:72
class for handling bitstream (header)
picture YUV buffer class (header)
entropy decoder class
Definition: TDecEntropy.h:117
virtual ~TDecGop()
Definition: TDecGop.cpp:61
TDecCavlc * m_pcCavlcDecoder
Definition: TDecGop.h:75
slice decoder class (header)
GOP decoder class.
Definition: TDecGop.h:66
int Int
Definition: TypeDef.h:211
Void destroy()
Definition: TDecGop.cpp:72
Double m_dDecTime
Definition: TDecGop.h:80
Void setDecodedPictureHashSEIEnabled(Int enabled)
Definition: TDecGop.h:101
double Double
Definition: TypeDef.h:213
binary entropy decoder interface
slice decoder class
Definition: TDecSlice.h:63
Void create()
Definition: TDecGop.cpp:66
binary entropy decoder of CABAC