What's Changed
- Add 10-bit cdef_dist ASM by @shssoichiro in #3102
- Use a bit counter instead of a byte counter in EC by @shssoichiro in #3103
- ec: Manually inline
msb()
andilog()
for clarity by @barrbrain in #3104 - Add HBD AVX2 assembly for SAD by @shssoichiro in #3099
- Optimizations for weighted_sse by @shssoichiro in #3100
- Minor optimizations by @shssoichiro in #3101
- Clean up cdef_dist by @shssoichiro in #3105
- CI: Disable unstable sparse cargo registry by @barrbrain in #3107
- Bump libgit2-sys from 0.14.0+1.5.0 to 0.14.2+1.5.1 by @dependabot in #3108
- Minor optimization to take_slice by @shssoichiro in #3096
- Hint that creating a region from an empty plane is unlikely by @shssoichiro in #3094
- Fix rounding issue in HBD CDEF code by @shssoichiro in #3109
- Remove allow for fixed clippy lint by @shssoichiro in #3111
- Use is_power_of_two method in divu_gen by @shssoichiro in #3114
- Move quant tables to separate file to improve organization by @shssoichiro in #3113
- Optimize base quants using NonZero integers by @shssoichiro in #3115
- Fix new clippy lints for rustc 1.67 by @shssoichiro in #3117
- Remove uses of deprecated min_value/max_value by @shssoichiro in #3112
- Improvements to sgrproj HBD performance by @shssoichiro in #3116
- Check quantizer values are non-zero with const fn by @barrbrain in #3118
- Minimize bounds checks in pred functions by @shssoichiro in #3120
- Use a bit counter instead of a byte counter in WriterRecorder by @barrbrain in #3119
- ec: Simplify
lr_compute
function by @barrbrain in #3110 - Enable dependabot to update Cargo dependencies by @shssoichiro in #3093
- Bump toml from 0.5.10 to 0.7.1 by @dependabot in #3127
- Bump nom from 7.1.2 to 7.1.3 by @dependabot in #3126
- Bump arbitrary from 0.4.7 to 1.2.3 by @dependabot in #3125
- Bump toml from 0.7.1 to 0.7.2 by @dependabot in #3129
- Bump signal-hook from 0.3.14 to 0.3.15 by @dependabot in #3130
- Bump wasm-bindgen from 0.2.83 to 0.2.84 by @dependabot in #3132
- Bump libfuzzer-sys from 0.3.5 to 0.4.6 by @shssoichiro in #3133
Full Changelog: p20230117...p20230214