Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • E ECM
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 10
    • Issues 10
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 2
    • Merge requests 2
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Terraform modules
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • ECM
  • ECM
  • Merge requests
  • !25

Fix mismatching when TM_MRG=1 with BASE_NORMATIVE=0 and TOOLS=0, and fix compilation error when MULTI_PASS_DMVR=0

  • Review changes

  • Download
  • Patches
  • Plain diff
Merged Chun-Chi Chen requested to merge chunchic/ECM:FixTMMismatching into master Oct 18, 2021
  • Overview 0
  • Commits 1
  • Pipelines 0
  • Changes 1

(1) In ECM, xSubPuBio would be called during MC only when BASE_NORMATIVE=0 (which implies BDOF_RM_CONSTRAINTS=0). It requires accessing spanned motion field to get MVs for BDOF operations. However, encoder does not span TM-refined motion before MC performs while decoder does, triggering mismatching between encoder and decoder. This mismatching issue can be reproduced by "-c ./tool-on/encoder_randomaccess_vtm.cfg -c BQSquare.cfg --SEIDecodedPictureHash=1 -ip 64 -q 27 -ts 1 -f 65 -fs 64"

(2) Fix compilation error when MULTI_PASS_DMVR=0

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: FixTMMismatching