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 21
    • Issues 21
    • 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
  • Issues
  • #101
Closed
Open
Created Oct 23, 2018 by Dale Curtis@dalecurtisContributor

Specifying --tilethreads=2 for 1-tile content is ~43% slower.

Not sure if this is a bug or falls under user error, but filing either way:

$ time ./build/tools/dav1d -i oliver_480p.ivf -o out.yuv
dav1d 859ae6a - by VideoLAN
Decoded 7212/7212 frames (100.0%)

real	0m21.354s
user	0m16.675s
sys	0m4.675s
$ time ./build/tools/dav1d --tilethreads=2 -i oliver_480p.ivf -o out.yuv
dav1d 859ae6a - by VideoLAN
Decoded 7212/7212 frames (100.0%)

real	0m37.754s
user	0m33.918s
sys	0m8.558s

Can't share the content, but you might check here https://www.youtube.com/watch?v=2nXYbGmF3_Q

Edited Oct 23, 2018 by Dale Curtis
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
Time tracking

VideoLAN code repository instance