You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
perf: added an optimized impl of PartialEq to Mv (#1400)
Another small improvement I noticed while comparing perf to `dav1d`.
This improves the performance of `add_temporal_candidate` by ~20% (on
M3), so it now matches the one from `dav1d` (to less than 0.1% diff), as
measured when decoding Chimera-AV1-8bit-1920x1080-6736kbps.ivf.
The overall improvement is about 0.5%.
Edit: also for `RefMvs{Mv,Ref}Pair`, which seems to have a smaller
effect.
0 commit comments