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
This is part of a series of commits authored by @maj160 to improve performance of rav1e.
This commit results in an overall performance improvement of about 2% at speed 2 10-bit:
```
Benchmark 1: ~/Downloads/rav1e_master -s 2 --quantizer 64 ~/xiph-media-files/objective-1-fast-10bit/speed_bag_640x360_60f.y4m -y -o /dev/null
Time (mean ± σ): 43.695 s ± 0.151 s [User: 43.684 s, System: 0.180 s]
Range (min … max): 43.518 s … 44.033 s 10 runs
Benchmark 2: ~/Downloads/rav1e_mod -s 2 --quantizer 64 ~/xiph-media-files/objective-1-fast-10bit/speed_bag_640x360_60f.y4m -y -o /dev/null
Time (mean ± σ): 42.808 s ± 0.081 s [User: 42.828 s, System: 0.170 s]
Range (min … max): 42.702 s … 42.961 s 10 runs
```
0 commit comments