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

struct Rav1dFrameData::{mvs,ref_mvs}: Arcify with Option<DisjointMutArcSlice<refmvs_temporal_block>>s #984

Merged
merged 3 commits into from
Apr 19, 2024

Commits on Apr 19, 2024

  1. fn save_tmvs_c: Make stride a usize (it already is on the other…

    … side of the `fn` ptr boundary).
    kkysen committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    3eb384e View commit details
    Browse the repository at this point in the history
  2. struct Rav1dFrameData::{mvs,ref_mvs}: Arcify with Option<Disjoi…

    …ntMutArcSlice<refmvs_temporal_block>>`s.
    kkysen committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    6420e5a View commit details
    Browse the repository at this point in the history
  3. struct Rav1dContext::refmvs_pool: Remove (for now) now-unused `refm…

    …vs_pool` now that `mvs`s have been `Arc`ified.
    kkysen committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    baa4212 View commit details
    Browse the repository at this point in the history