Skip to content

Commit

Permalink
struct Rav1dFrameContext: Separate into data and context (#952)
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 authored Apr 25, 2024
2 parents ad45607 + 32bc8ba commit f4578a2
Show file tree
Hide file tree
Showing 5 changed files with 413 additions and 289 deletions.
Loading

0 comments on commit f4578a2

Please sign in to comment.