Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
struct Rav1dFrameContext
: Separate into data and context
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