Skip to content

Fixe ticket 134 VTM can result in different results on different platforms

Xiang Li requested to merge XiangLi/VVCSoftware_VTM:fix_ticket134 into master

Due to the following code related to 6-param affine, uiBits[1] is not properly initialized sometimes, which leads to different coding results.

  if ( pu.cu->affineType == AFFINEMODEL_6PARAM && refIdx4Para[iRefList] != iRefIdxTemp )
  {
    xCopyAffineAMVPInfo( affiAMVPInfoTemp[eRefPicList], aacAffineAMVPInfo[iRefList][iRefIdxTemp] );
    continue;
  }

Merge request reports