Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
enum Av1BlockIntraInter
: Remove #[repr(C)]
, reducing size by 4 by…
…tes (#1333) This is a simpler, fully safe alternative to #1331. It reduces `Av1BlockIntraInter` from 28 to 24 bytes, and `Av1Block` from 36 to 32 bytes, just like #1331. I haven't checked memory usage, though, since I'm not sure how to do that, but since it reduces the type sizes the same, I assume it would have the same memory savings.
- Loading branch information