Skip to content
Snippets Groups Projects
Commit e6168525 authored by Janne Grunau's avatar Janne Grunau Committed by Jean-Baptiste Kempf
Browse files

tools: add optional xxh3 based muxer

The required 'xxhash.h' header can either be in system include directory
or can be copied to 'tools/output'.

The xxh3_128bits based muxer shows no significant slowdown compared to
the null muxer. Decoding times Chimera-AV1-8bit-1920x1080-6736kbps.ivf
with 4 frame and 4 tile threads on a core i7-8550U (disabled turbo boost):

null:  72.5 s
md5:   99.8 s
xxh3:  73.8 s

Decoding Chimera-AV1-10bit-1920x1080-6191kbps.ivf with 6 frame and 4 tile
threads on a m1 mc mini:

null:  27.8 s
md5:  105.9 s
xxh3:  28.3 s
parent 061ac9ae
No related branches found
No related tags found
1 merge request!1117tools/dav1d: add xxhash 3 muxer
Pipeline #65634 passed with stages
in 10 minutes and 47 seconds
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment