Skip to content

Don't interleave the skip mode index finding loops

Michael Bradshaw requested to merge mjbshaw/dav1d:two_loops into master

The second loop depends on the output of the first loop.

Fixes #326 (closed)

Edited by James Almer

Merge request reports