What's Changed
- Silence unused variable warning. by @doctortheemh in #2936
- Enable source base code coverage on CI by @Luni-4 in #2935
- Remove unused lifetime. by @doctortheemh in #2938
- Do not consider some directories for coverage by @Luni-4 in #2937
- Split
write_coeffs_lv_map
into smaller functions by @shssoichiro in #2939 - Rewrite x86 SAD row intrinsics in ASM by @redzic in #2940
- Remove explicit VEX coding from sad ASM by @redzic in #2941
- Reimplement sad_row as sad_plane by @redzic in #2943
- Ignore some directories for code coverage analysis by @Luni-4 in #2944
- v_frame: Disable missing const fn clippy lint by @barrbrain in #2947
- Replace abs() as unsigned with dedicated alternative. by @doctortheemh in #2946
- Integrate new dav1d assembly (0.9.2) by @barrbrain in #2948
- fix-up: x86: Add bpc suffix to mc functions by @barrbrain in #2952
- Integrate new dav1d assembly (1.0.0) by @barrbrain in #2949
- Bump versions of aom and dav1d in CI by @shssoichiro in #2953
- x86: Fix relocations in
sad_plane
by @redzic in #2954 - Merge estimate_motion and motion_estimation into one function by @shssoichiro in #2955
Full Changelog: p20220510...p20220531