Changeset 125 in SHVCSoftware for trunk/source/Lib/TLibDecoder/TDecCu.h
- Timestamp:
- 16 Apr 2013, 06:39:31 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/Lib/TLibDecoder/TDecCu.h
r17 r125 4 4 * granted under this license. 5 5 * 6 * Copyright (c) 2010-201 2, ITU/ISO/IEC6 * Copyright (c) 2010-2013, ITU/ISO/IEC 7 7 * All rights reserved. 8 8 * … … 91 91 Void init ( TDecEntropy* pcEntropyDecoder, TComTrQuant* pcTrQuant, TComPrediction* pcPrediction ); 92 92 #endif 93 93 94 94 /// create internal buffers 95 95 Void create ( UInt uiMaxDepth, UInt uiMaxWidth, UInt uiMaxHeight ); … … 106 106 #if SVC_EXTENSION 107 107 TDecTop* getLayerDec ( UInt LayerId ) { return m_ppcTDecTop[LayerId]; } 108 #endif109 108 #if INTRA_BL 110 109 Void setBaseRecPic ( TComPicYuv* p ) { m_pcPicYuvRecBase = p; } 111 110 #endif 111 #endif 112 112 protected: 113 113 … … 115 115 Void xFinishDecodeCU ( TComDataCU* pcCU, UInt uiAbsPartIdx, UInt uiDepth, UInt &ruiIsLast); 116 116 Bool xDecodeSliceEnd ( TComDataCU* pcCU, UInt uiAbsPartIdx, UInt uiDepth); 117 Void xDecompressCU ( TComDataCU* pcCU, TComDataCU* pcCUCur,UInt uiAbsPartIdx, UInt uiDepth );117 Void xDecompressCU ( TComDataCU* pcCU, UInt uiAbsPartIdx, UInt uiDepth ); 118 118 119 Void xReconInter ( TComDataCU* pcCU, UInt ui AbsPartIdx, UInt uiDepth );119 Void xReconInter ( TComDataCU* pcCU, UInt uiDepth ); 120 120 121 Void xReconIntraQT ( TComDataCU* pcCU, UInt ui AbsPartIdx, UInt uiDepth );121 Void xReconIntraQT ( TComDataCU* pcCU, UInt uiDepth ); 122 122 Void xIntraRecLumaBlk ( TComDataCU* pcCU, UInt uiTrDepth, UInt uiAbsPartIdx, TComYuv* pcRecoYuv, TComYuv* pcPredYuv, TComYuv* pcResiYuv ); 123 123 Void xIntraRecChromaBlk ( TComDataCU* pcCU, UInt uiTrDepth, UInt uiAbsPartIdx, TComYuv* pcRecoYuv, TComYuv* pcPredYuv, TComYuv* pcResiYuv, UInt uiChromaId ); … … 126 126 #endif 127 127 128 Void xReconPCM ( TComDataCU* pcCU, UInt ui AbsPartIdx, UInt uiDepth );128 Void xReconPCM ( TComDataCU* pcCU, UInt uiDepth ); 129 129 130 130 Void xDecodeInterTexture ( TComDataCU* pcCU, UInt uiAbsPartIdx, UInt uiDepth ); … … 138 138 Bool getdQPFlag () { return m_bDecodeDQP; } 139 139 Void setdQPFlag ( Bool b ) { m_bDecodeDQP = b; } 140 Void xFillPCMBuffer (TComDataCU* pCU, UInt absPartIdx, UIntdepth);140 Void xFillPCMBuffer (TComDataCU* pCU, UInt depth); 141 141 }; 142 142
Note: See TracChangeset for help on using the changeset viewer.