Changeset 1412 in 3DVCSoftware for branches/HTM-16.2-dev/source/Lib/TLibDecoder/TDecCu.h
- Timestamp:
- 12 Apr 2018, 11:12:21 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-16.2-dev/source/Lib/TLibDecoder/TDecCu.h
r1405 r1412 4 4 * granted under this license. 5 5 * 6 * Copyright (c) 2010-201 6, ITU/ISO/IEC6 * Copyright (c) 2010-2017, ITU/ISO/IEC 7 7 * All rights reserved. 8 8 * … … 45 45 #include "TLibCommon/TComTrQuant.h" 46 46 #include "TDecEntropy.h" 47 #include "TDecConformance.h" 47 48 48 49 //! \ingroup TLibDecoder … … 62 63 TComDataCU** m_ppcCU; ///< CU data array 63 64 64 #if NH_3D _DBBP65 #if NH_3D 65 66 TComYuv** m_ppcYuvRecoDBBP; 66 67 #endif … … 70 71 TComPrediction* m_pcPrediction; 71 72 TDecEntropy* m_pcEntropyDecoder; 73 #if MCTS_ENC_CHECK 74 TDecConformanceCheck* m_pConformanceCheck; 75 #endif 72 76 73 77 Bool m_bDecodeDQP; … … 79 83 80 84 /// initialize access channels 85 #if MCTS_ENC_CHECK 86 Void init (TDecEntropy* pcEntropyDecoder, TComTrQuant* pcTrQuant, TComPrediction* pcPrediction, TDecConformanceCheck* pConformanceCheck); 87 #else 81 88 Void init ( TDecEntropy* pcEntropyDecoder, TComTrQuant* pcTrQuant, TComPrediction* pcPrediction ); 89 #endif 82 90 83 91 /// create internal buffers … … 102 110 Void xReconInter ( TComDataCU* pcCU, UInt uiDepth ); 103 111 104 #if NH_3D _DBBP112 #if NH_3D 105 113 Void xReconInterDBBP ( TComDataCU* pcCU, UInt uiAbsPartIdx, UInt uiDepth ); 106 114 #endif … … 124 132 Void xFillPCMBuffer (TComDataCU* pCU, UInt depth); 125 133 126 #if NH_3D _DIS134 #if NH_3D 127 135 Void xReconDIS ( TComDataCU* pcCU, UInt uiAbsPartIdx, UInt uiDepth ); 128 #endif129 #if NH_3D_SDC_INTRA130 136 Void xReconIntraSDC ( TComDataCU* pcCU, UInt uiAbsPartIdx, UInt uiDepth ); 131 #endif132 #if NH_3D_SDC_INTER133 137 Void xReconInterSDC ( TComDataCU* pcCU, UInt uiAbsPartIdx, UInt uiDepth ); 134 138 #endif
Note: See TracChangeset for help on using the changeset viewer.