Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Backport intra_edge optimizations from dav1d 1.2.1 #874

Merged
merged 2 commits into from
Mar 20, 2024

Commits on Mar 20, 2024

  1. Globalize intra_edge tables

    Avoids the need to initialize the tables more than once, and allows
    for sharing the same data between multiple decoder instances.
    gramner-twoorioles authored and Frank Bossen committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    77f7d21 View commit details
    Browse the repository at this point in the history
  2. Use offsets instead of pointers for intra_edge child nodes

    Reduces the table size by around 2.5 kB on 64-bit systems.
    gramner-twoorioles authored and Frank Bossen committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    07b9ebb View commit details
    Browse the repository at this point in the history