Changeset 15 in 3DVCSoftware
- Timestamp:
- 7 Feb 2012, 21:12:37 (13 years ago)
- Location:
- branches/0.2-poznan-univ/source/Lib
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/0.2-poznan-univ/source/Lib/TLibCommon/TypeDef.h
r13 r15 100 100 #endif 101 101 102 #if POZNAN_CU_SKIP 102 103 #define POZNAN_CU_SKIP_PSNR 1 104 #else 105 #define POZNAN_CU_SKIP_PSNR 0 106 #endif 103 107 //<<<<< Poznan 3DV tools <<<<<< 104 108 -
branches/0.2-poznan-univ/source/Lib/TLibDecoder/TDecTop.h
r12 r15 75 75 Void uninit (); 76 76 Void setSlice ( TComSlice* pcSlice ); 77 #if POZNAN_CU_S KIP|| (POZNAN_MP && !POZNAN_MP_USE_DEPTH_MAP_GENERATION)77 #if POZNAN_CU_SYNTH || (POZNAN_MP && !POZNAN_MP_USE_DEPTH_MAP_GENERATION) 78 78 Double**** getBaseViewShiftLUTD () { return m_adBaseViewShiftLUT; } 79 79 Int**** getBaseViewShiftLUTI () { return m_aiBaseViewShiftLUT; }
Note: See TracChangeset for help on using the changeset viewer.