Changeset 193 in 3DVCSoftware for branches/HTM-4.0.1-VSP-dev0/source/Lib/TLibEncoder/TEncCu.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/TLibEncoder/TEncCu.h
r166 r193 46 46 #include "TLibCommon/TComBitCounter.h" 47 47 #include "TLibCommon/TComDataCU.h" 48 #if DEBUGLOGOUT49 #include "TLibCommon/DebugLog.h"50 #endif51 48 52 49 #include "TEncEntropy.h" … … 116 113 117 114 public: 118 #if DEBUGLOGOUT119 DebugLog m_cDebug;120 #endif121 122 115 /// copy parameters from encoder class 123 116 Void init ( TEncTop* pcEncTop );
Note: See TracChangeset for help on using the changeset viewer.