[FFmpeg-devel] [PATCH 1/7] checkasm/mpegvideoencdsp: add pix_sum and pix_norm1
Martin Storsjö
martin at martin.st
Mon Aug 19 11:51:36 EEST 2024
On Sun, 18 Aug 2024, Ramiro Polla wrote:
> ---
> tests/checkasm/Makefile | 1 +
> tests/checkasm/checkasm.c | 3 ++
> tests/checkasm/checkasm.h | 1 +
> tests/checkasm/mpegvideoencdsp.c | 77 ++++++++++++++++++++++++++++++++
> 4 files changed, 82 insertions(+)
> create mode 100644 tests/checkasm/mpegvideoencdsp.c
When adding a new checkasm test like this, make sure to add it to
FATE_CHECKASM in tests/fate/checkasm.mak too, otherwise it won't get run
by fate.
// Martin
More information about the ffmpeg-devel
mailing list