[FFmpeg-cvslog] fate: add fixed-point fft/mdct tests

Mans Rullgard git at videolan.org
Sat Apr 2 02:02:21 CEST 2011


ffmpeg | branch: master | Mans Rullgard <mans at mansr.com> | Thu Mar 31 16:02:25 2011 +0100| [b41a1089141ae819fee1e3d37967edb622bce841] | committer: Mans Rullgard

fate: add fixed-point fft/mdct tests

Signed-off-by: Mans Rullgard <mans at mansr.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b41a1089141ae819fee1e3d37967edb622bce841
---

 tests/fate/fft.mak |   14 ++++++++++++++
 1 files changed, 14 insertions(+), 0 deletions(-)

diff --git a/tests/fate/fft.mak b/tests/fate/fft.mak
index 97da53f..b1499e2 100644
--- a/tests/fate/fft.mak
+++ b/tests/fate/fft.mak
@@ -33,3 +33,17 @@ fate-idct1d: CMD = run libavcodec/fft-test -d -i
 FATE_TESTS += $(FATE_FFT)
 fate-fft-test: $(FATE_FFT)
 $(FATE_FFT): REF = /dev/null
+
+FATE_FFT_FIXED = fate-fft-fixed  fate-ifft-fixed  \
+                 fate-mdct-fixed fate-imdct-fixed
+
+fate-fft-fixed:   CMD = run libavcodec/fft-fixed-test
+fate-ifft-fixed:  CMD = run libavcodec/fft-fixed-test -i
+fate-mdct-fixed:  CMD = run libavcodec/fft-fixed-test -m
+fate-imdct-fixed: CMD = run libavcodec/fft-fixed-test -m -i
+
+fate-fft-fixed-test: $(FATE_FFT_FIXED)
+$(FATE_FFT_FIXED): libavcodec/fft-fixed-test$(EXESUF)
+$(FATE_FFT_FIXED): REF = /dev/null
+
+FATE_TESTS += $(FATE_FFT_FIXED)



More information about the ffmpeg-cvslog mailing list