From 5e5cde27452d6725427feb3ae86c89e986506c8e Mon Sep 17 00:00:00 2001 From: Janne Grunau Date: Tue, 3 Jan 2012 13:56:42 +0100 Subject: vp3: add fate test for non-zero last coefficient --- tests/fate/vpx.mak | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tests') diff --git a/tests/fate/vpx.mak b/tests/fate/vpx.mak index 85749f0c80..2d1c8fd619 100644 --- a/tests/fate/vpx.mak +++ b/tests/fate/vpx.mak @@ -7,6 +7,9 @@ fate-ea-vp61: CMD = framecrc -i $(SAMPLES)/ea-vp6/MovieSkirmishGondor.vp6 -t 4 FATE_TESTS += fate-vp3 fate-vp3: CMD = framecrc -i $(SAMPLES)/vp3/vp31.avi +FATE_TESTS += fate-vp3-coeff-level64 +fate-vp3-coeff-level64: CMD = framecrc -i $(SAMPLES)/vp3/coeff_level64.mkv + FATE_TESTS += fate-vp5 fate-vp5: CMD = framecrc -i $(SAMPLES)/vp5/potter512-400-partial.avi -an -- cgit v1.2.3 From ce23b2af18485499303ac1ac3aa9226ed69b240f Mon Sep 17 00:00:00 2001 From: Alex Converse Date: Thu, 5 Jan 2012 11:14:23 -0800 Subject: fate: Add missing reference file from 9b4767e4. --- tests/ref/fate/vp3-coeff-level64 | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 tests/ref/fate/vp3-coeff-level64 (limited to 'tests') diff --git a/tests/ref/fate/vp3-coeff-level64 b/tests/ref/fate/vp3-coeff-level64 new file mode 100644 index 0000000000..31a49aa1a9 --- /dev/null +++ b/tests/ref/fate/vp3-coeff-level64 @@ -0,0 +1,8 @@ +0, 0, 4617600, 0x4ba6df50 +0, 6000, 4617600, 0x419fdeaf +0, 12000, 4617600, 0xeb2edced +0, 18000, 4617600, 0xa2bb3a1a +0, 24000, 4617600, 0x411cfb36 +0, 30000, 4617600, 0xb2dc22ed +0, 36000, 4617600, 0x236d23b5 +0, 42000, 4617600, 0x7fef275e -- cgit v1.2.3