diff --git a/source/Lib/CommonLib/Mv.cpp b/source/Lib/CommonLib/Mv.cpp
index 56438b3ce635dee45ec388bf167e911362168fb9..cef32fe3c0cda9d9d7fe57a6908549331924ab39 100644
--- a/source/Lib/CommonLib/Mv.cpp
+++ b/source/Lib/CommonLib/Mv.cpp
@@ -147,7 +147,7 @@ void MvdSuffixInfo::initPrefixes(const Mv& mv, const int imv, const bool isInter
   Mv tmp = mv;
   if (isInternalPrecision)
   {
-    tmp.changeTransPrecInternal2Amvr(imv);
+    tmp.changeIbcPrecInternal2Amvr(imv);
   }
 
   int       horMvd = tmp.getHor();