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 a2f1d55 commit 6a9559a
Show file tree
Hide file tree
Showing 5 changed files with 377 additions and 259 deletions.
Loading

0 comments on commit 6a9559a

Please sign in to comment.