Changeset 166 in 3DVCSoftware for branches/HTM-4.0.1-VSP-dev0/source/Lib/TLibDecoder/TDecCu.h
- Timestamp:
- 1 Nov 2012, 19:22:41 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-4.0.1-VSP-dev0/source/Lib/TLibDecoder/TDecCu.h
r56 r166 46 46 #include "TLibCommon/TComPrediction.h" 47 47 #include "TDecEntropy.h" 48 #if DEBUGIMGOUT || DEBUGLOGOUT 49 #include "TLibCommon/DebugLog.h" 50 #endif 48 51 49 52 //! \ingroup TLibDecoder … … 64 67 TComYuv** m_ppcYuvResPred; ///< residual prediction buffer 65 68 #endif 69 #if VSP_N 70 TComYuv** m_ppcYuvAvail; ///< array of available map buffer 71 TComYuv** m_ppcYuvSynth; ///< array of synth buffer 72 #endif 66 73 TComDataCU** m_ppcCU; ///< CU data array 67 74 … … 77 84 virtual ~TDecCu(); 78 85 86 #if DEBUGLOGOUT 87 DebugLog m_cDebug; 88 #endif 89 79 90 /// initialize access channels 80 91 Void init ( TDecEntropy* pcEntropyDecoder, TComTrQuant* pcTrQuant, TComPrediction* pcPrediction ); … … 121 132 Void xFillPCMBuffer (TComDataCU* pCU, UInt absPartIdx, UInt depth); 122 133 #endif 134 #if DEBUGIMGOUT 135 Void xColsetToPic ( TComDataCU* pcCU, TComPicYuv* pcPicYuv, UInt uiZorderIdx, UInt uiDepth ); 136 Void xColsetToPicMerge ( TComDataCU* pcCU, TComPicYuv* pcPicYuv, UInt uiZorderIdx, UInt uiDepth ); 137 #endif 123 138 }; 124 139
Note: See TracChangeset for help on using the changeset viewer.