Changeset 747 in 3DVCSoftware for branches/HTM-9.0r1-F0122/source/Lib/TLibCommon/TComPic.h
- Timestamp:
- 17 Dec 2013, 21:57:52 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-9.0r1-F0122/source/Lib/TLibCommon/TComPic.h
r655 r747 184 184 Void setNumReorderPics(Int i, UInt tlayer) { m_numReorderPics[tlayer] = i; } 185 185 Int getNumReorderPics(UInt tlayer) { return m_numReorderPics[tlayer]; } 186 #if H_3D 186 #if H_3DV 187 187 Void compressMotion(Int scale); 188 188 #else
Note: See TracChangeset for help on using the changeset viewer.