Changeset 747 in 3DVCSoftware for branches/HTM-9.0r1-F0122/source/Lib/TLibCommon/TComPic.cpp
- 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.cpp
r655 r747 156 156 deleteSEIs(m_SEIs); 157 157 } 158 #if H_3D 158 #if H_3DV 159 159 Void TComPic::compressMotion(Int scale) 160 160 #else … … 166 166 { 167 167 TComDataCU* pcCU = pPicSym->getCU(uiCUAddr); 168 #if H_3D 168 #if H_3DV 169 169 pcCU->compressMV(scale); 170 170 #else
Note: See TracChangeset for help on using the changeset viewer.