Skip to content
Snippets Groups Projects

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

Merged 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

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Loading
  • Loading
  • Loading
  • Loading
Please register or sign in to reply
Loading