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

mod intra_edge: Backport memory reduction from dav1d 1.2.1 #830

Merged
merged 4 commits into from
Mar 19, 2024

Commits on Mar 17, 2024

  1. Eliminate duplicate and constant intra_edge table entries

    Reduces the table size by around 3 kB.
    gramner-twoorioles authored and Frank Bossen committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    5439943 View commit details
    Browse the repository at this point in the history
  2. Port C code to Rust

    Frank Bossen committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    d4d5612 View commit details
    Browse the repository at this point in the history
  3. Fix style issues

    Remove `EDGE_` prefix from constant names and use `EdgeFlags::union_all` in
    conjunction with constants.
    Frank Bossen committed Mar 17, 2024
    Configuration menu
    Copy the full SHA
    d358e4e View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2024

  1. Address PR comments

    Frank Bossen committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    1453ee2 View commit details
    Browse the repository at this point in the history