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

struct Av1Restoration: Put Av1RestorationUnit in a Cell #766

Merged
merged 1 commit into from
Feb 27, 2024

Conversation

kkysen
Copy link
Collaborator

@kkysen kkysen commented Feb 27, 2024

Av1RestorationUnit is already Copy and only 10 bytes, so Cell has no overhead. This lets us borrow lf.lr_mask immutably and still modify an Av1RestorationUnit.

`Av1RestorationUnit` is already `Copy` and only 10 bytes, so `Cell` has no overhead.
This lets us borrow `lf.lr_mask` immutably and still modify an `Av1RestorationUnit`.
@randomPoison randomPoison merged commit 52b3c32 into main Feb 27, 2024
34 checks passed
@randomPoison randomPoison deleted the kkysen/Cell-Av1RestorationUnit branch February 27, 2024 17:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants