Changeset 564 in 3DVCSoftware for branches/HTM-DEV-2.0-dev2-MediaTek/source/Lib/TLibCommon/TComPic.cpp
- Timestamp:
- 12 Aug 2013, 06:58:37 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-DEV-2.0-dev2-MediaTek/source/Lib/TLibCommon/TComPic.cpp
r539 r564 146 146 deleteSEIs(m_SEIs); 147 147 } 148 148 #if MTK_SONY_PROGRESSIVE_MV_COMPRESSION_E0170 149 Void TComPic::compressMotion(int scale) 150 #else 149 151 Void TComPic::compressMotion() 152 #endif 150 153 { 151 154 TComPicSym* pPicSym = getPicSym(); … … 153 156 { 154 157 TComDataCU* pcCU = pPicSym->getCU(uiCUAddr); 158 #if MTK_SONY_PROGRESSIVE_MV_COMPRESSION_E0170 159 pcCU->compressMV(scale); 160 #else 155 161 pcCU->compressMV(); 162 #endif 156 163 } 157 164 }
Note: See TracChangeset for help on using the changeset viewer.