diff --git a/source/Lib/CommonLib/TypeDef.h b/source/Lib/CommonLib/TypeDef.h index 9e4b1428fa3b276d306bf1818f20a10aebba6143..88a167c0da4d5a76a9a638ed5cc5381d6f437acd 100644 --- a/source/Lib/CommonLib/TypeDef.h +++ b/source/Lib/CommonLib/TypeDef.h @@ -146,7 +146,6 @@ -#define JVET_Q0483_CLIP_TMVP 1 // JVET-Q0483: Clip TMVP when no scaling is applied #define JVET_Q0516_MTS_SIGNALLING_DC_ONLY_COND 1 // JVET-Q0516/Q0685: disable MTS when there is only DC coefficient diff --git a/source/Lib/CommonLib/UnitTools.cpp b/source/Lib/CommonLib/UnitTools.cpp index 59d7b60475983e954a23fd237476e6b379b97bdc..ae03f316871c1df0a93d6f35857c1e3c4e5059c5 100644 --- a/source/Lib/CommonLib/UnitTools.cpp +++ b/source/Lib/CommonLib/UnitTools.cpp @@ -1490,9 +1490,7 @@ bool PU::getColocatedMVP(const PredictionUnit &pu, const RefPicList &eRefPicList if (bIsCurrRefLongTerm /*|| bIsColRefLongTerm*/) { rcMv = cColMv; -#if JVET_Q0483_CLIP_TMVP rcMv.clipToStorageBitDepth(); -#endif } else { @@ -1505,9 +1503,7 @@ bool PU::getColocatedMVP(const PredictionUnit &pu, const RefPicList &eRefPicList if (distscale == 4096) { rcMv = cColMv; -#if JVET_Q0483_CLIP_TMVP rcMv.clipToStorageBitDepth(); -#endif } else {