[FFmpeg-devel] [PATCH 1/4] fate: add 10-bit v210 encoder tests
James Darnley
james.darnley at gmail.com
Fri Jan 15 20:07:13 CET 2016
---
Is the name I chose for the 10-bit tests (v210-10) okay?
---
tests/fate/vcodec.mak | 3 ++-
tests/ref/vsynth/vsynth1-v210-10 | 4 ++++
tests/ref/vsynth/vsynth2-v210-10 | 4 ++++
tests/ref/vsynth/vsynth3-v210-10 | 4 ++++
tests/ref/vsynth/vsynth_lena-v210-10 | 4 ++++
5 files changed, 18 insertions(+), 1 deletion(-)
create mode 100644 tests/ref/vsynth/vsynth1-v210-10
create mode 100644 tests/ref/vsynth/vsynth2-v210-10
create mode 100644 tests/ref/vsynth/vsynth3-v210-10
create mode 100644 tests/ref/vsynth/vsynth_lena-v210-10
diff --git a/tests/fate/vcodec.mak b/tests/fate/vcodec.mak
index bbaec8a..9ee3043 100644
--- a/tests/fate/vcodec.mak
+++ b/tests/fate/vcodec.mak
@@ -300,7 +300,8 @@ fate-vsynth%-svq1: FMT = mov
FATE_VCODEC-$(call ENCDEC, R210, AVI) += r210
-FATE_VCODEC-$(call ENCDEC, V210, AVI) += v210
+FATE_VCODEC-$(call ENCDEC, V210, AVI) += v210 v210-10
+fate-vsynth%-v210-10: ENCOPTS = -pix_fmt yuv422p10
FATE_VCODEC-$(call ENCDEC, V308, AVI) += v308
diff --git a/tests/ref/vsynth/vsynth1-v210-10 b/tests/ref/vsynth/vsynth1-v210-10
new file mode 100644
index 0000000..4621b9d
--- /dev/null
+++ b/tests/ref/vsynth/vsynth1-v210-10
@@ -0,0 +1,4 @@
+230bbd31c82d4fbb92d5ea2ac591ded5 *tests/data/fate/vsynth1-v210-10.avi
+14752452 tests/data/fate/vsynth1-v210-10.avi
+50973792d3f1abe04a51ee0121f077f2 *tests/data/fate/vsynth1-v210-10.out.rawvideo
+stddev: 1.85 PSNR: 42.78 MAXDIFF: 29 bytes: 7603200/ 7603200
diff --git a/tests/ref/vsynth/vsynth2-v210-10 b/tests/ref/vsynth/vsynth2-v210-10
new file mode 100644
index 0000000..db38b2f
--- /dev/null
+++ b/tests/ref/vsynth/vsynth2-v210-10
@@ -0,0 +1,4 @@
+02a5d983deb4bc91bb273c2b26c3100f *tests/data/fate/vsynth2-v210-10.avi
+14752452 tests/data/fate/vsynth2-v210-10.avi
+8bb1c449e1a2a94fd0d98841c04246bb *tests/data/fate/vsynth2-v210-10.out.rawvideo
+stddev: 0.39 PSNR: 56.17 MAXDIFF: 9 bytes: 7603200/ 7603200
diff --git a/tests/ref/vsynth/vsynth3-v210-10 b/tests/ref/vsynth/vsynth3-v210-10
new file mode 100644
index 0000000..1a664af
--- /dev/null
+++ b/tests/ref/vsynth/vsynth3-v210-10
@@ -0,0 +1,4 @@
+b68ad16e3bfd78556b816ec1a676445c *tests/data/fate/vsynth3-v210-10.avi
+224452 tests/data/fate/vsynth3-v210-10.avi
+0cf7cf68724fa5146b1667e4fa08b0e1 *tests/data/fate/vsynth3-v210-10.out.rawvideo
+stddev: 2.12 PSNR: 41.58 MAXDIFF: 26 bytes: 86700/ 86700
diff --git a/tests/ref/vsynth/vsynth_lena-v210-10 b/tests/ref/vsynth/vsynth_lena-v210-10
new file mode 100644
index 0000000..1e5732b
--- /dev/null
+++ b/tests/ref/vsynth/vsynth_lena-v210-10
@@ -0,0 +1,4 @@
+a3913b719397fae870c1d9bc35053259 *tests/data/fate/vsynth_lena-v210-10.avi
+14752452 tests/data/fate/vsynth_lena-v210-10.avi
+a627fb50c8276200fd71383977d87ca3 *tests/data/fate/vsynth_lena-v210-10.out.rawvideo
+stddev: 0.34 PSNR: 57.43 MAXDIFF: 6 bytes: 7603200/ 7603200
--
2.6.2
More information about the ffmpeg-devel
mailing list