Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in / Register
  • dav1d dav1d
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 24
    • Issues 24
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 11
    • Merge requests 11
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • VideoLAN
  • dav1ddav1d
  • Repository
Switch branch/tag
  • dav1d
  • src
  • decode.c
Find file BlameHistoryPermalink
  • Martin Storsjö's avatar
    decode: Use abs() instead of labs() · 61a03c29
    Martin Storsjö authored Feb 07, 2019
    Both inputs and the assigned variable here are int, so there's no
    need to use labs() which uses long (which varies in size among
    supported platforms).
    61a03c29

VideoLAN code repository instance