Changeset 1037 in 3DVCSoftware for branches/HTM-11.2-dev0
- Timestamp:
- 31 Jul 2014, 18:05:01 (10 years ago)
- Location:
- branches/HTM-11.2-dev0/source/Lib/TLibCommon
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-11.2-dev0/source/Lib/TLibCommon/TComDataCU.cpp
r1034 r1037 4245 4245 TComMv cMv = cDefaultMvField.getMv() + cMvRounding; 4246 4246 cMv >>= 2; 4247 #if !FIX_TICKET_68 4247 4248 clipMv( cMv ); 4249 #endif 4248 4250 cMvFieldSaved[eCurrRefPicList].setMvField(cMv, iRefPicList) ; 4249 4251 break; -
branches/HTM-11.2-dev0/source/Lib/TLibCommon/TypeDef.h
r1036 r1037 284 284 285 285 // Fixes 286 #define FIX_TICKET_68 1 // MV clipping bug in the sub-PU MPI default MV generation 286 287 #define FIX_TICKET_71 1 // IC parameters is meaningless in HTM when no training samples are available 287 288 #define FIX_TICKET_77 1 // Unused variable m_iBitsPerDepthValue
Note: See TracChangeset for help on using the changeset viewer.