Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • H HM
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Custom issue tracker
    • Custom issue tracker
  • Merge requests 2
    • Merge requests 2
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Jobs
  • Commits
Collapse sidebar
  • jvet
  • HM
  • Merge requests
  • !32

fix #1506: film grain SEI encoder use wrong bits to signal num_model_values_minus1

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Taoran Lu requested to merge tlu/HM:fix_filmgrain_sei_encoder into master Apr 07, 2020
  • Overview 1
  • Commits 1
  • Pipelines 1
  • Changes 1

The syntax element num_model_values_minus1 should be signaled with 3 bits according to spec. The encoder SEI function xWriteSEIFilmGrainCharacteristics() mistakenly uses 8 bits. The decoder parsing is correct.

Edited Apr 07, 2020 by Taoran Lu
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: fix_filmgrain_sei_encoder