rust-av / grav1synth

Grain Synth analyzer and editor for AV1 files
MIT License
51 stars 3 forks source link

Fetch source and denoised frames in parallel #4

Closed shssoichiro closed 1 year ago

shssoichiro commented 1 year ago

Unfortunately the diff algorithm itself is quite difficult to parallelize, so we have to find other ways to utilize SMP. This seems to provide about a 5% wall time speedup.