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

fn Rav1dFrameContext_bd_fn::get: Replace field with lookups to static versions #752

Merged
merged 3 commits into from
Feb 20, 2024

Commits on Feb 16, 2024

  1. fn BPC::from_bitdepth_max: Add a runtime conversion fn from `bitd…

    …epth_max: c_int` to `BPC`.
    kkysen committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    f916d75 View commit details
    Browse the repository at this point in the history
  2. fn Rav1dFrameContext_bd_fn::get: Add a fn to lookup a `&'static S…

    …elf` just from a `bpc` since it's a pure `fn`.
    kkysen committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    3a960e7 View commit details
    Browse the repository at this point in the history
  3. fn Rav1dFrameData::bd_fn: Replace field with a method doing the loo…

    …kup through the existing `bitdepth_max` field, avoiding `.clone()`s and memory.
    kkysen committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    9a7ee23 View commit details
    Browse the repository at this point in the history