rav1e icon indicating copy to clipboard operation
rav1e copied to clipboard

Use fixed-sized array in luma/chroma pred mode counts

Open redzic opened this issue 3 years ago • 2 comments

According to #2236, this was converted to an ArrayVec since at that time Rust did not support deriving Debug for fixed-sized arrays above 32 elements, but this is no longer the case and thus ArrayVec is not needed.

redzic avatar Aug 13 '22 12:08 redzic

Hmm, it builds locally for me, except when using --features=serialize. I'll look into it further

redzic avatar Aug 13 '22 12:08 redzic

We might need to supplement with https://github.com/est31/serde-big-array to cover --features=serialize.

barrbrain avatar Aug 13 '22 13:08 barrbrain