Changeset 1311 in 3DVCSoftware for branches/HTM-14.1-update-dev1/source/Lib/TLibDecoder/TDecTop.h
- Timestamp:
- 11 Aug 2015, 17:07:56 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-14.1-update-dev1/source/Lib/TLibDecoder/TDecTop.h
r1305 r1311 76 76 77 77 Void uninit (); 78 Void setSlice (TComSlice* pcSlice );78 Void setSlice ( const TComSlice* pcSlice ); 79 79 80 80 Bool isInitialized() const { return m_bInitialized; } 81 81 Int**** getBaseViewShiftLUTI() { return m_aiBaseViewShiftLUT; } 82 82 83 #if !NH_3D_FIX_TICKET_101 83 84 #if NH_3D_IV_MERGE 84 85 Void copyCamParamForSlice( TComSlice* pcSlice ); 85 86 #endif 86 87 #endif 87 88 88 89 private:
Note: See TracChangeset for help on using the changeset viewer.