8a96495fef
checkasm/vp8dsp: add VP7 tests
2024-05-30 18:30:52 +03:00
a3d4c73b4e
checkasm/vp8dsp: share DSP context across tests
...
This will simplify later changes.
2024-05-30 18:30:52 +03:00
6c0994864e
tests/checkasm/vp8dsp: Use correct function pointer type
...
Forgotten in a54e53a1c4
.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com >
2024-05-17 13:30:17 +02:00
0f944c8b27
tests/checkasm: Improve included headers
...
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com >
2024-03-02 02:54:12 +01:00
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 >
2022-10-08 09:33:36 +02:00
c8c2dfbc37
lavu: move LOCAL_ALIGNED from internal.h to mem_internal.h
...
That is a more appropriate place for it.
2021-01-01 14:11:01 +01:00
e5623aafd8
Merge commit '87c6c78604e4dd16f1f45862b27ca006da010527'
...
* commit '87c6c78604e4dd16f1f45862b27ca006da010527':
vp8: Change type of stride parameters to ptrdiff_t
Merged-by: James Almer <jamrial@gmail.com >
2017-03-19 15:11:44 -03:00
c0af1ee90d
Merge commit '80fbb7becae530167373fe5178966b7d7604306e'
...
* commit '80fbb7becae530167373fe5178966b7d7604306e':
checkasm: vp8.mc: initialize the full src buffer after ec32574209
Merged-by: Hendrik Leppkes <h.leppkes@gmail.com >
2016-11-17 15:20:10 +01:00
4fe013fc70
Merge commit 'ec32574209f36467ef0d22c21a7e811ba98c15b6'
...
* commit 'ec32574209f36467ef0d22c21a7e811ba98c15b6':
checkasm: vp8: mc: test unequal width/height for partitions
Merged-by: Hendrik Leppkes <h.leppkes@gmail.com >
2016-11-17 15:05:25 +01:00
47f75839e4
Merge commit 'f8d17d53957056c053a46f9320fa7ae6fe1479a5'
...
* commit 'f8d17d53957056c053a46f9320fa7ae6fe1479a5':
checkasm: Add tests for vp8dsp
Merged-by: Hendrik Leppkes <h.leppkes@gmail.com >
2016-11-14 15:29:08 +01:00
87c6c78604
vp8: Change type of stride parameters to ptrdiff_t
...
ptrdiff_t is the correct type for array strides and similar.
2016-08-26 11:36:53 +02:00
80fbb7beca
checkasm: vp8.mc: initialize the full src buffer after ec32574209
...
Fixes "Use of uninitialised value" valgrind warnings in checkasm.
2016-07-13 22:18:52 +02:00
ec32574209
checkasm: vp8: mc: test unequal width/height for partitions
2016-07-10 13:35:41 +02:00
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 >
2016-07-08 14:10:46 +03:00