Changeset 193 in 3DVCSoftware for branches/HTM-4.0.1-VSP-dev0/source/Lib/TLibDecoder/TDecCu.h
- Timestamp:
- 19 Nov 2012, 21:15:40 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-4.0.1-VSP-dev0/source/Lib/TLibDecoder/TDecCu.h
r166 r193 46 46 #include "TLibCommon/TComPrediction.h" 47 47 #include "TDecEntropy.h" 48 #if DEBUGIMGOUT || DEBUGLOGOUT49 #include "TLibCommon/DebugLog.h"50 #endif51 48 52 49 //! \ingroup TLibDecoder … … 84 81 virtual ~TDecCu(); 85 82 86 #if DEBUGLOGOUT87 DebugLog m_cDebug;88 #endif89 90 83 /// initialize access channels 91 84 Void init ( TDecEntropy* pcEntropyDecoder, TComTrQuant* pcTrQuant, TComPrediction* pcPrediction ); … … 132 125 Void xFillPCMBuffer (TComDataCU* pCU, UInt absPartIdx, UInt depth); 133 126 #endif 134 #if DEBUGIMGOUT135 Void xColsetToPic ( TComDataCU* pcCU, TComPicYuv* pcPicYuv, UInt uiZorderIdx, UInt uiDepth );136 Void xColsetToPicMerge ( TComDataCU* pcCU, TComPicYuv* pcPicYuv, UInt uiZorderIdx, UInt uiDepth );137 #endif138 127 }; 139 128
Note: See TracChangeset for help on using the changeset viewer.