Skip to content
Snippets Groups Projects

Fix: Use template size in getIBCAMLRefTemplate()

Merged Han Huang requested to merge hanhuang/ECM:IbcAmlFix into master
1 unresolved thread

In the non-flipping IBC case, the function uses current block's width and height instead of template's for the validity check. The following in checkIsIBCCandidateValid() should be applied regardless of flipping type. int roiWidth = (isRefTemplate && !isRefAbove) ? AML_MERGE_TEMPLATE_SIZE : pu.lwidth(); int roiHeight = (isRefTemplate && isRefAbove) ? AML_MERGE_TEMPLATE_SIZE : pu.lheight();

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
Please register or sign in to reply
Loading