Skip to content

Commit

Permalink
struct Rav1dFrameContext: Separate into data and context
Browse files Browse the repository at this point in the history
Separates the frame data into intialized and then rarely updated
data (`Rav1dFrameData`) and a few of the fields required to pick tasks
before accessing the rest of the frame data to execute the task.
  • Loading branch information
rinon committed Apr 24, 2024
1 parent a94a660 commit e2b4317
Show file tree
Hide file tree
Showing 5 changed files with 400 additions and 277 deletions.
Loading

0 comments on commit e2b4317

Please sign in to comment.