Changeset 12 in 3DVCSoftware for branches/0.2-poznan-univ/source/Lib/TLibDecoder/TDecTop.h
- Timestamp:
- 6 Feb 2012, 00:52:17 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/0.2-poznan-univ/source/Lib/TLibDecoder/TDecTop.h
r11 r12 55 55 #include "TDecCAVLC.h" 56 56 57 #if POZNAN_MP 58 #include "../TLibCommon/TComMP.h" 59 #endif 60 57 61 // ==================================================================================================================== 58 62 // Class definition … … 71 75 Void uninit (); 72 76 Void setSlice ( TComSlice* pcSlice ); 73 #if POZNAN_ SYNTH77 #if POZNAN_CU_SKIP || (POZNAN_MP && !POZNAN_MP_USE_DEPTH_MAP_GENERATION) 74 78 Double**** getBaseViewShiftLUTD () { return m_adBaseViewShiftLUT; } 75 79 Int**** getBaseViewShiftLUTI () { return m_aiBaseViewShiftLUT; } … … 99 103 UInt m_uiMaxViewId; 100 104 101 #if POZNAN_ SYNTH105 #if POZNAN_CU_SKIP || POZNAN_CU_SYNTH || (POZNAN_MP && !POZNAN_MP_USE_DEPTH_MAP_GENERATION) 102 106 103 107 UInt m_uiBitDepthForLUT; … … 118 122 }; 119 123 120 #if POZNAN_ SYNTH124 #if POZNAN_CU_SKIP || POZNAN_CU_SYNTH || (POZNAN_MP && !POZNAN_MP_USE_DEPTH_MAP_GENERATION) 121 125 template <class T> 122 126 Void CamParsCollector::xDeleteArray( T*& rpt, UInt uiSize1, UInt uiSize2, UInt uiSize3 ) … … 223 227 #endif 224 228 229 #if POZNAN_MP 230 TComMP* m_pcMP; 231 #endif 232 225 233 Bool m_bIsDepth; 226 234 Int m_iViewIdx;
Note: See TracChangeset for help on using the changeset viewer.