What's Changed
- Fix underflow that can occur in cdef distortion by @KyleSiefring in #2874
- Add x86 assembly for cdef distortion by @KyleSiefring in #2875
- Use const generics for hadamard transforms by @redzic in #2877
- Improve codegen of av1_round_shift_array by @redzic in #2878
- Refactor
TxfmType
to not have an invalid variant by @redzic in #2879 - Update to clap3 by @lu-zero in #2869
- Put doctests code in a separate test by @lu-zero in #2852
- Use const generics for stride_sse by @redzic in #2881
- Fix scale of motion estimation threshold by @KyleSiefring in #2882
- Improve codegen of
Plane::downsampled
by @redzic in #2883
Full Changelog: p20220104...p20220111