xConfirmPara(m_Affine&&!m_highPrecisionMv,"Affine is not yet implemented for HighPrecMv off.");
#endif
}
#if JVET_L0231_WRAPAROUND
if(m_wrapAround)
{
xConfirmPara(m_wrapAroundOffset==0,"Wrap-around offset must be greater than 0");
xConfirmPara(m_wrapAroundOffset>m_iSourceWidth,"Wrap-around offset must not be greater than the source picture width");
xConfirmPara(m_wrapAroundOffset%SPS::getWinUnitX(m_chromaFormatIDC)!=0,"Wrap-around offset must be an integer multiple of the specified chroma subsampling");
}
#endif
if(m_wrapAround)
{
xConfirmPara(m_wrapAroundOffset==0,"Wrap-around offset must be greater than 0");
xConfirmPara(m_wrapAroundOffset>m_iSourceWidth,"Wrap-around offset must not be greater than the source picture width");
xConfirmPara(m_wrapAroundOffset%SPS::getWinUnitX(m_chromaFormatIDC)!=0,"Wrap-around offset must be an integer multiple of the specified chroma subsampling");
}
#endif
#if ENABLE_SPLIT_PARALLELISM
xConfirmPara(m_numSplitThreads<1,"Number of used threads cannot be smaller than 1");