Rémi Denis-Courmont
8a96495fef
checkasm/vp8dsp: add VP7 tests
7 months ago
Rémi Denis-Courmont
a3d4c73b4e
checkasm/vp8dsp: share DSP context across tests
...
This will simplify later changes.
7 months ago
Andreas Rheinhardt
6c0994864e
tests/checkasm/vp8dsp: Use correct function pointer type
...
Forgotten in a54e53a1c4
.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
8 months ago
Andreas Rheinhardt
0f944c8b27
tests/checkasm: Improve included headers
...
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
10 months ago
Andreas Rheinhardt
bcfa427c8f
checkasm/vp8dsp: Use declare_func_emms only when needed
...
There is no MMX code for loop filters since commit
6a551f1405
, so use declare_func
instead of declare_func_emms() to also test that we are not
in MMX mode after return.
Reviewed-by: Ronald S. Bultje <rsbultje@gmail.com>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
2 years ago
Anton Khirnov
c8c2dfbc37
lavu: move LOCAL_ALIGNED from internal.h to mem_internal.h
...
That is a more appropriate place for it.
4 years ago
Diego Biurrun
87c6c78604
vp8: Change type of stride parameters to ptrdiff_t
...
ptrdiff_t is the correct type for array strides and similar.
8 years ago
Janne Grunau
80fbb7beca
checkasm: vp8.mc: initialize the full src buffer after ec32574209
...
Fixes "Use of uninitialised value" valgrind warnings in checkasm.
9 years ago
Janne Grunau
ec32574209
checkasm: vp8: mc: test unequal width/height for partitions
9 years ago
Martin Storsjö
f8d17d5395
checkasm: Add tests for vp8dsp
...
The tests are inspired by similar tests for vp9 by
Ronald Bultje.
Signed-off-by: Martin Storsjö <martin@martin.st>
9 years ago