mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
tests/fate/libavcodec: Test with all idct and dct modes supported in the test
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
parent
a5d849b149
commit
edf686f089
@ -18,11 +18,33 @@ fate-golomb: libavcodec/tests/golomb$(EXESUF)
|
||||
fate-golomb: CMD = run libavcodec/tests/golomb
|
||||
fate-golomb: REF = /dev/null
|
||||
|
||||
FATE_LIBAVCODEC-$(CONFIG_IDCTDSP) += fate-idct8x8
|
||||
fate-idct8x8: libavcodec/tests/dct$(EXESUF)
|
||||
fate-idct8x8: CMD = run libavcodec/tests/dct -i
|
||||
fate-idct8x8: CMP = null
|
||||
fate-idct8x8: REF = /dev/null
|
||||
FATE_LIBAVCODEC-$(CONFIG_IDCTDSP) += fate-idct8x8-0 fate-idct8x8-1 fate-idct8x8-2 fate-idct248
|
||||
|
||||
fate-idct8x8-0: libavcodec/tests/dct$(EXESUF)
|
||||
fate-idct8x8-0: CMD = run libavcodec/tests/dct -i 0
|
||||
fate-idct8x8-0: CMP = null
|
||||
fate-idct8x8-0: REF = /dev/null
|
||||
|
||||
fate-idct8x8-1: libavcodec/tests/dct$(EXESUF)
|
||||
fate-idct8x8-1: CMD = run libavcodec/tests/dct -i 1
|
||||
fate-idct8x8-1: CMP = null
|
||||
fate-idct8x8-1: REF = /dev/null
|
||||
|
||||
fate-idct8x8-2: libavcodec/tests/dct$(EXESUF)
|
||||
fate-idct8x8-2: CMD = run libavcodec/tests/dct -i 2
|
||||
fate-idct8x8-2: CMP = null
|
||||
fate-idct8x8-2: REF = /dev/null
|
||||
|
||||
fate-idct248: libavcodec/tests/dct$(EXESUF)
|
||||
fate-idct248: CMD = run libavcodec/tests/dct -4
|
||||
fate-idct248: CMP = null
|
||||
fate-idct248: REF = /dev/null
|
||||
|
||||
FATE_LIBAVCODEC-$(CONFIG_IDCTDSP) += fate-dct8x8
|
||||
fate-dct8x8: libavcodec/tests/dct$(EXESUF)
|
||||
fate-dct8x8: CMD = run libavcodec/tests/dct
|
||||
fate-dct8x8: CMP = null
|
||||
fate-dct8x8: REF = /dev/null
|
||||
|
||||
FATE_LIBAVCODEC-$(CONFIG_IIRFILTER) += fate-iirfilter
|
||||
fate-iirfilter: libavcodec/tests/iirfilter$(EXESUF)
|
||||
|
Loading…
Reference in New Issue
Block a user