From f1181e466062541b6562f6c06dccc7a209ec76c5 Mon Sep 17 00:00:00 2001 From: Christophe Gisquet Date: Mon, 12 Oct 2015 19:37:43 +0200 Subject: fate: add 10bits YUV4:2:2 dnxhd test It was useful to (accidentally?) spot an overflow in the column pass of the x86 simple_idct10 implementation. Signed-off-by: Michael Niedermayer --- tests/fate/vcodec.mak | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'tests/fate') diff --git a/tests/fate/vcodec.mak b/tests/fate/vcodec.mak index e3edcae358..bbaec8ae9e 100644 --- a/tests/fate/vcodec.mak +++ b/tests/fate/vcodec.mak @@ -41,11 +41,16 @@ fate-vsynth%-dnxhd-720p-10bit: ENCOPTS = -s hd720 -b 90M \ -pix_fmt yuv422p10 -frames 5 -qmax 8 fate-vsynth%-dnxhd-720p-10bit: FMT = dnxhd -FATE_VCODEC-$(call ENCDEC, DNXHD, MOV) += dnxhd-1080i dnxhd-1080i-colr +FATE_VCODEC-$(call ENCDEC, DNXHD, MOV) += dnxhd-1080i dnxhd-1080i-10bit dnxhd-1080i-colr fate-vsynth%-dnxhd-1080i: ENCOPTS = -s hd1080 -b 120M -flags +ildct \ -pix_fmt yuv422p -frames 5 -qmax 8 fate-vsynth%-dnxhd-1080i: FMT = mov +fate-vsynth%-dnxhd-1080i-10bit: ENCOPTS = -s hd1080 -b 185M -flags +ildct \ + -pix_fmt yuv422p10 -frames 5 -qmax 8 +fate-vsynth%-dnxhd-1080i-10bit: DECOPTS = -sws_flags area+accurate_rnd+bitexact +fate-vsynth%-dnxhd-1080i-10bit: FMT = mov + fate-vsynth%-dnxhd-1080i-colr: ENCOPTS = -s hd1080 -b 120M -flags +ildct -movflags write_colr \ -pix_fmt yuv422p -frames 5 -qmax 8 fate-vsynth%-dnxhd-1080i-colr: DECOPTS = -sws_flags area+accurate_rnd+bitexact -- cgit v1.2.3