1
mirror of https://code.videolan.org/videolan/dav1d synced 2024-11-14 22:58:33 +01:00
dav1d/tests
Henrik Gramner 58fc516596 Split MC blend
The mstride == 0, mstride == 1, and mstride == w cases are very different
from each other, and splitting them into separate functions makes it easier
top optimize them.

Also add some further optimizations to the AVX2 asm that became possible
after this change.
2018-11-10 02:40:44 +01:00
..
checkasm Split MC blend 2018-11-10 02:40:44 +01:00
libfuzzer fuzzing: limit maximum frame size to 4kx4k 2018-10-30 22:58:23 +01:00
meson.build meson: Simplify the name of the checkasm test target 2018-10-30 23:31:51 +02:00