]> git.sesse.net Git - ffmpeg/commit
checkasm: add av_tx FFT SIMD testing code
authorLynne <dev@lynne.ee>
Sat, 10 Apr 2021 01:53:38 +0000 (03:53 +0200)
committerLynne <dev@lynne.ee>
Sat, 24 Apr 2021 15:19:17 +0000 (17:19 +0200)
commit1978b143ebdffb885fbfed1f9c0c40c7ba36b3de
treef109899732987e76ef3ab6acec57d00e35efde37
parentff71671d88ef23e1a539e1a99eadd766c27f3ed3
checkasm: add av_tx FFT SIMD testing code

This sadly required making changes to the code itself,
due to the same context needing to be reused for both versions.
The lookup table had to be duplicated for both versions.
libavutil/tx.c
libavutil/tx_priv.h
libavutil/tx_template.c
tests/checkasm/Makefile
tests/checkasm/av_tx.c [new file with mode: 0644]
tests/checkasm/checkasm.c
tests/checkasm/checkasm.h
tests/fate/checkasm.mak