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");