2016-05-03 19:06 GMT+02:00 Christophe Gisquet <christophe.gisq...@gmail.com>:
[SNIP]

Incorrect padding used (0 instead of 0xFF), fixed in that patch series.

-- 
Christophe
From 22ff25711062fb1ca30da1674fd622fd6f81c8e3 Mon Sep 17 00:00:00 2001
From: Christophe Gisquet <christophe.gisq...@gmail.com>
Date: Mon, 2 May 2016 21:57:29 +0200
Subject: [PATCH 2/2] vc2: fate tests

---
 tests/fate/vcodec.mak                   | 17 ++++++++++++++++-
 tests/ref/vsynth/vsynth1-vc2-420p       |  4 ++++
 tests/ref/vsynth/vsynth1-vc2-420p10     |  4 ++++
 tests/ref/vsynth/vsynth1-vc2-420p12     |  4 ++++
 tests/ref/vsynth/vsynth1-vc2-422p       |  4 ++++
 tests/ref/vsynth/vsynth1-vc2-422p10     |  4 ++++
 tests/ref/vsynth/vsynth1-vc2-422p12     |  4 ++++
 tests/ref/vsynth/vsynth1-vc2-444p       |  4 ++++
 tests/ref/vsynth/vsynth1-vc2-444p10     |  4 ++++
 tests/ref/vsynth/vsynth1-vc2-444p12     |  4 ++++
 tests/ref/vsynth/vsynth2-vc2-420p       |  4 ++++
 tests/ref/vsynth/vsynth2-vc2-420p10     |  4 ++++
 tests/ref/vsynth/vsynth2-vc2-420p12     |  4 ++++
 tests/ref/vsynth/vsynth2-vc2-422p       |  4 ++++
 tests/ref/vsynth/vsynth2-vc2-422p10     |  4 ++++
 tests/ref/vsynth/vsynth2-vc2-422p12     |  4 ++++
 tests/ref/vsynth/vsynth2-vc2-444p       |  4 ++++
 tests/ref/vsynth/vsynth2-vc2-444p10     |  4 ++++
 tests/ref/vsynth/vsynth2-vc2-444p12     |  4 ++++
 tests/ref/vsynth/vsynth_lena-vc2-420p   |  4 ++++
 tests/ref/vsynth/vsynth_lena-vc2-420p10 |  4 ++++
 tests/ref/vsynth/vsynth_lena-vc2-420p12 |  4 ++++
 tests/ref/vsynth/vsynth_lena-vc2-422p   |  4 ++++
 tests/ref/vsynth/vsynth_lena-vc2-422p10 |  4 ++++
 tests/ref/vsynth/vsynth_lena-vc2-422p12 |  4 ++++
 tests/ref/vsynth/vsynth_lena-vc2-444p   |  4 ++++
 tests/ref/vsynth/vsynth_lena-vc2-444p10 |  4 ++++
 tests/ref/vsynth/vsynth_lena-vc2-444p12 |  4 ++++
 28 files changed, 124 insertions(+), 1 deletion(-)
 create mode 100644 tests/ref/vsynth/vsynth1-vc2-420p
 create mode 100644 tests/ref/vsynth/vsynth1-vc2-420p10
 create mode 100644 tests/ref/vsynth/vsynth1-vc2-420p12
 create mode 100644 tests/ref/vsynth/vsynth1-vc2-422p
 create mode 100644 tests/ref/vsynth/vsynth1-vc2-422p10
 create mode 100644 tests/ref/vsynth/vsynth1-vc2-422p12
 create mode 100644 tests/ref/vsynth/vsynth1-vc2-444p
 create mode 100644 tests/ref/vsynth/vsynth1-vc2-444p10
 create mode 100644 tests/ref/vsynth/vsynth1-vc2-444p12
 create mode 100644 tests/ref/vsynth/vsynth2-vc2-420p
 create mode 100644 tests/ref/vsynth/vsynth2-vc2-420p10
 create mode 100644 tests/ref/vsynth/vsynth2-vc2-420p12
 create mode 100644 tests/ref/vsynth/vsynth2-vc2-422p
 create mode 100644 tests/ref/vsynth/vsynth2-vc2-422p10
 create mode 100644 tests/ref/vsynth/vsynth2-vc2-422p12
 create mode 100644 tests/ref/vsynth/vsynth2-vc2-444p
 create mode 100644 tests/ref/vsynth/vsynth2-vc2-444p10
 create mode 100644 tests/ref/vsynth/vsynth2-vc2-444p12
 create mode 100644 tests/ref/vsynth/vsynth_lena-vc2-420p
 create mode 100644 tests/ref/vsynth/vsynth_lena-vc2-420p10
 create mode 100644 tests/ref/vsynth/vsynth_lena-vc2-420p12
 create mode 100644 tests/ref/vsynth/vsynth_lena-vc2-422p
 create mode 100644 tests/ref/vsynth/vsynth_lena-vc2-422p10
 create mode 100644 tests/ref/vsynth/vsynth_lena-vc2-422p12
 create mode 100644 tests/ref/vsynth/vsynth_lena-vc2-444p
 create mode 100644 tests/ref/vsynth/vsynth_lena-vc2-444p10
 create mode 100644 tests/ref/vsynth/vsynth_lena-vc2-444p12

diff --git a/tests/fate/vcodec.mak b/tests/fate/vcodec.mak
index ccf88ce..0e08894 100644
--- a/tests/fate/vcodec.mak
+++ b/tests/fate/vcodec.mak
@@ -29,6 +29,19 @@ FATE_VCODEC-$(call ENCDEC, DNXHD, DNXHD) += dnxhd-720p                  \
                                             dnxhd-720p-rd               \
                                             dnxhd-720p-10bit
 
+FATE_VCODEC-$(call ENCDEC, VC2 DIRAC, MOV) += vc2-420p vc2-420p10 vc2-420p12 \
+                                              vc2-422p vc2-422p10 vc2-422p12 \
+                                              vc2-444p vc2-444p10 vc2-444p12
+fate-vsynth1-vc2-%:              FMT      = mov
+fate-vsynth1-vc2-%:              ENCOPTS = -pix_fmt yuv$(@:fate-vsynth1-vc2-%=%) \
+                                           -vcodec vc2 -frames 5 -strict -1
+fate-vsynth2-vc2-%:              FMT      = mov
+fate-vsynth2-vc2-%:              ENCOPTS = -pix_fmt yuv$(@:fate-vsynth2-vc2-%=%) \
+                                           -vcodec vc2 -frames 5 -strict -1
+fate-vsynth_lena-vc2-%:          FMT      = mov
+fate-vsynth_lena-vc2-%:          ENCOPTS = -pix_fmt yuv$(@:fate-vsynth_lena-vc2-%=%) \
+                                           -vcodec vc2 -frames 5 -strict -1
+
 fate-vsynth%-dnxhd-720p:         ENCOPTS = -s hd720 -b 90M              \
                                            -pix_fmt yuv422p -frames 5 -qmax 8
 fate-vsynth%-dnxhd-720p:         FMT     = dnxhd
@@ -356,7 +369,9 @@ FATE_VSYNTH2 = $(FATE_VCODEC:%=fate-vsynth2-%)
 FATE_VSYNTH_LENA = $(FATE_VCODEC:%=fate-vsynth_lena-%)
 # Redundant tests because they just resize the input
 RESIZE_OFF   = dnxhd-720p dnxhd-720p-rd dnxhd-720p-10bit dnxhd-1080i \
-               dv dv-411 dv-50 avui snow snow-hpel snow-ll
+               dv dv-411 dv-50 avui snow snow-hpel snow-ll vc2-420p \
+               vc2-420p10 vc2-420p12 vc2-422p vc2-422p10 vc2-422p12 \
+               vc2-444p vc2-444p10 vc2-444p12
 # Incorrect parameters - usually size or color format restrictions
 INC_PAR_OFF  = cinepak h261 h261-trellis h263 h263p h263-obmc msvideo1 \
                roqvideo rv10 rv20 y41p qtrlegray
diff --git a/tests/ref/vsynth/vsynth1-vc2-420p b/tests/ref/vsynth/vsynth1-vc2-420p
new file mode 100644
index 0000000..db1f94e
--- /dev/null
+++ b/tests/ref/vsynth/vsynth1-vc2-420p
@@ -0,0 +1,4 @@
+4c7a366e6814da3ce82d66ac8b6c77d4 *tests/data/fate/vsynth1-vc2-420p.mov
+1155460 tests/data/fate/vsynth1-vc2-420p.mov
+387696707c79cf1a6c9aeff4024226b9 *tests/data/fate/vsynth1-vc2-420p.out.rawvideo
+stddev:    0.00 PSNR:999.99 MAXDIFF:    0 bytes:  7603200/   760320
diff --git a/tests/ref/vsynth/vsynth1-vc2-420p10 b/tests/ref/vsynth/vsynth1-vc2-420p10
new file mode 100644
index 0000000..b540f1e
--- /dev/null
+++ b/tests/ref/vsynth/vsynth1-vc2-420p10
@@ -0,0 +1,4 @@
+116c627b337861eae14479d807b0696d *tests/data/fate/vsynth1-vc2-420p10.mov
+1417092 tests/data/fate/vsynth1-vc2-420p10.mov
+d3deedfa461a2696f82910890412fa2d *tests/data/fate/vsynth1-vc2-420p10.out.rawvideo
+stddev:    0.60 PSNR: 52.47 MAXDIFF:    1 bytes:  7603200/   760320
diff --git a/tests/ref/vsynth/vsynth1-vc2-420p12 b/tests/ref/vsynth/vsynth1-vc2-420p12
new file mode 100644
index 0000000..c26b3e2
--- /dev/null
+++ b/tests/ref/vsynth/vsynth1-vc2-420p12
@@ -0,0 +1,4 @@
+66596c14799e8c769463ced663f0d754 *tests/data/fate/vsynth1-vc2-420p12.mov
+1746052 tests/data/fate/vsynth1-vc2-420p12.mov
+1b88965ea3b9bfef8ec7aca2887221fe *tests/data/fate/vsynth1-vc2-420p12.out.rawvideo
+stddev:   27.42 PSNR: 19.37 MAXDIFF:  230 bytes:  7603200/   760320
diff --git a/tests/ref/vsynth/vsynth1-vc2-422p b/tests/ref/vsynth/vsynth1-vc2-422p
new file mode 100644
index 0000000..cb255ca
--- /dev/null
+++ b/tests/ref/vsynth/vsynth1-vc2-422p
@@ -0,0 +1,4 @@
+3fc597169ba24f57ba23530eced588f7 *tests/data/fate/vsynth1-vc2-422p.mov
+1229828 tests/data/fate/vsynth1-vc2-422p.mov
+57a7f41235e7f9f094aa7ba5bdc82f02 *tests/data/fate/vsynth1-vc2-422p.out.rawvideo
+stddev:    1.89 PSNR: 42.58 MAXDIFF:   23 bytes:  7603200/   760320
diff --git a/tests/ref/vsynth/vsynth1-vc2-422p10 b/tests/ref/vsynth/vsynth1-vc2-422p10
new file mode 100644
index 0000000..09ef5b1
--- /dev/null
+++ b/tests/ref/vsynth/vsynth1-vc2-422p10
@@ -0,0 +1,4 @@
+c31f54e73eaea11137ec8a299b0c2926 *tests/data/fate/vsynth1-vc2-422p10.mov
+1684100 tests/data/fate/vsynth1-vc2-422p10.mov
+f35dd1c1df4726bb1d75d95e321b0698 *tests/data/fate/vsynth1-vc2-422p10.out.rawvideo
+stddev:    1.88 PSNR: 42.61 MAXDIFF:   23 bytes:  7603200/   760320
diff --git a/tests/ref/vsynth/vsynth1-vc2-422p12 b/tests/ref/vsynth/vsynth1-vc2-422p12
new file mode 100644
index 0000000..9b02dbe
--- /dev/null
+++ b/tests/ref/vsynth/vsynth1-vc2-422p12
@@ -0,0 +1,4 @@
+c595d299eb460971f373fe90f779e784 *tests/data/fate/vsynth1-vc2-422p12.mov
+2135176 tests/data/fate/vsynth1-vc2-422p12.mov
+a5c2c18477d7ead97e64ea0d5ca562be *tests/data/fate/vsynth1-vc2-422p12.out.rawvideo
+stddev:   28.19 PSNR: 19.13 MAXDIFF:  231 bytes:  7603200/   760320
diff --git a/tests/ref/vsynth/vsynth1-vc2-444p b/tests/ref/vsynth/vsynth1-vc2-444p
new file mode 100644
index 0000000..06684b2
--- /dev/null
+++ b/tests/ref/vsynth/vsynth1-vc2-444p
@@ -0,0 +1,4 @@
+3507ee04f3ca3474193f2f869d34e72b *tests/data/fate/vsynth1-vc2-444p.mov
+1593855 tests/data/fate/vsynth1-vc2-444p.mov
+791cf0f21558ad4a4cad43da05628e06 *tests/data/fate/vsynth1-vc2-444p.out.rawvideo
+stddev:    2.69 PSNR: 39.51 MAXDIFF:   37 bytes:  7603200/   760320
diff --git a/tests/ref/vsynth/vsynth1-vc2-444p10 b/tests/ref/vsynth/vsynth1-vc2-444p10
new file mode 100644
index 0000000..6e213ad
--- /dev/null
+++ b/tests/ref/vsynth/vsynth1-vc2-444p10
@@ -0,0 +1,4 @@
+89d7e8098342187fed312402e99f50ec *tests/data/fate/vsynth1-vc2-444p10.mov
+2167688 tests/data/fate/vsynth1-vc2-444p10.mov
+0e2cd6d0e1d68ffee64d269dcb57d66d *tests/data/fate/vsynth1-vc2-444p10.out.rawvideo
+stddev:    2.69 PSNR: 39.53 MAXDIFF:   37 bytes:  7603200/   760320
diff --git a/tests/ref/vsynth/vsynth1-vc2-444p12 b/tests/ref/vsynth/vsynth1-vc2-444p12
new file mode 100644
index 0000000..315e00d
--- /dev/null
+++ b/tests/ref/vsynth/vsynth1-vc2-444p12
@@ -0,0 +1,4 @@
+a13649e638a011fc562a504a0c7288dd *tests/data/fate/vsynth1-vc2-444p12.mov
+2755204 tests/data/fate/vsynth1-vc2-444p12.mov
+9a71f6910028c1fc6579fb31802a5e73 *tests/data/fate/vsynth1-vc2-444p12.out.rawvideo
+stddev:   27.89 PSNR: 19.22 MAXDIFF:  231 bytes:  7603200/   760320
diff --git a/tests/ref/vsynth/vsynth2-vc2-420p b/tests/ref/vsynth/vsynth2-vc2-420p
new file mode 100644
index 0000000..c8026a8
--- /dev/null
+++ b/tests/ref/vsynth/vsynth2-vc2-420p
@@ -0,0 +1,4 @@
+f8b0d9f2a042dc534fb02d1c98ff5355 *tests/data/fate/vsynth2-vc2-420p.mov
+860788 tests/data/fate/vsynth2-vc2-420p.mov
+01389f7ae4f2a3dc0d7b8384d435fd83 *tests/data/fate/vsynth2-vc2-420p.out.rawvideo
+stddev:    0.00 PSNR:999.99 MAXDIFF:    0 bytes:  7603200/   760320
diff --git a/tests/ref/vsynth/vsynth2-vc2-420p10 b/tests/ref/vsynth/vsynth2-vc2-420p10
new file mode 100644
index 0000000..df4d563
--- /dev/null
+++ b/tests/ref/vsynth/vsynth2-vc2-420p10
@@ -0,0 +1,4 @@
+07b46865071d431d609d15cf987085f8 *tests/data/fate/vsynth2-vc2-420p10.mov
+1181316 tests/data/fate/vsynth2-vc2-420p10.mov
+75174cb90e76c433f6d769531d573ac2 *tests/data/fate/vsynth2-vc2-420p10.out.rawvideo
+stddev:    0.63 PSNR: 52.11 MAXDIFF:    1 bytes:  7603200/   760320
diff --git a/tests/ref/vsynth/vsynth2-vc2-420p12 b/tests/ref/vsynth/vsynth2-vc2-420p12
new file mode 100644
index 0000000..00589da
--- /dev/null
+++ b/tests/ref/vsynth/vsynth2-vc2-420p12
@@ -0,0 +1,4 @@
+c41763b7e619234240c0a4ff1ffec26e *tests/data/fate/vsynth2-vc2-420p12.mov
+1525252 tests/data/fate/vsynth2-vc2-420p12.mov
+87703c05096b2645487434836bcfe5a2 *tests/data/fate/vsynth2-vc2-420p12.out.rawvideo
+stddev:   29.49 PSNR: 18.74 MAXDIFF:  250 bytes:  7603200/   760320
diff --git a/tests/ref/vsynth/vsynth2-vc2-422p b/tests/ref/vsynth/vsynth2-vc2-422p
new file mode 100644
index 0000000..2a8a7b0
--- /dev/null
+++ b/tests/ref/vsynth/vsynth2-vc2-422p
@@ -0,0 +1,4 @@
+430288707750e0794a74676cab32ec59 *tests/data/fate/vsynth2-vc2-422p.mov
+1035252 tests/data/fate/vsynth2-vc2-422p.mov
+c14eb0038a5dba9382f42f750d46ed3c *tests/data/fate/vsynth2-vc2-422p.out.rawvideo
+stddev:    0.35 PSNR: 57.21 MAXDIFF:    7 bytes:  7603200/   760320
diff --git a/tests/ref/vsynth/vsynth2-vc2-422p10 b/tests/ref/vsynth/vsynth2-vc2-422p10
new file mode 100644
index 0000000..caae073
--- /dev/null
+++ b/tests/ref/vsynth/vsynth2-vc2-422p10
@@ -0,0 +1,4 @@
+2cef538e04987d2326f5593c24dc8726 *tests/data/fate/vsynth2-vc2-422p10.mov
+1321732 tests/data/fate/vsynth2-vc2-422p10.mov
+8f629e5cea24cc804d6aeadceacf0b2a *tests/data/fate/vsynth2-vc2-422p10.out.rawvideo
+stddev:    0.37 PSNR: 56.66 MAXDIFF:    7 bytes:  7603200/   760320
diff --git a/tests/ref/vsynth/vsynth2-vc2-422p12 b/tests/ref/vsynth/vsynth2-vc2-422p12
new file mode 100644
index 0000000..72fb42a
--- /dev/null
+++ b/tests/ref/vsynth/vsynth2-vc2-422p12
@@ -0,0 +1,4 @@
+133270b3ef1f24ff8acc8213c31b8383 *tests/data/fate/vsynth2-vc2-422p12.mov
+1752708 tests/data/fate/vsynth2-vc2-422p12.mov
+31cd167ba9bff171869cbc47d31a90e3 *tests/data/fate/vsynth2-vc2-422p12.out.rawvideo
+stddev:   29.49 PSNR: 18.73 MAXDIFF:  250 bytes:  7603200/   760320
diff --git a/tests/ref/vsynth/vsynth2-vc2-444p b/tests/ref/vsynth/vsynth2-vc2-444p
new file mode 100644
index 0000000..f068404
--- /dev/null
+++ b/tests/ref/vsynth/vsynth2-vc2-444p
@@ -0,0 +1,4 @@
+6273836b5ee5fbcd1ef0801de9c4a763 *tests/data/fate/vsynth2-vc2-444p.mov
+1202431 tests/data/fate/vsynth2-vc2-444p.mov
+6b35f3ddc3b52f4424237d4191a2461f *tests/data/fate/vsynth2-vc2-444p.out.rawvideo
+stddev:    0.44 PSNR: 55.07 MAXDIFF:   10 bytes:  7603200/   760320
diff --git a/tests/ref/vsynth/vsynth2-vc2-444p10 b/tests/ref/vsynth/vsynth2-vc2-444p10
new file mode 100644
index 0000000..1061726
--- /dev/null
+++ b/tests/ref/vsynth/vsynth2-vc2-444p10
@@ -0,0 +1,4 @@
+43c5010f5e3f6f5d7f88d41a3eb83940 *tests/data/fate/vsynth2-vc2-444p10.mov
+1603972 tests/data/fate/vsynth2-vc2-444p10.mov
+d5c80ee1881a0306b0487e3c868529a3 *tests/data/fate/vsynth2-vc2-444p10.out.rawvideo
+stddev:    0.48 PSNR: 54.46 MAXDIFF:   10 bytes:  7603200/   760320
diff --git a/tests/ref/vsynth/vsynth2-vc2-444p12 b/tests/ref/vsynth/vsynth2-vc2-444p12
new file mode 100644
index 0000000..9d83b56
--- /dev/null
+++ b/tests/ref/vsynth/vsynth2-vc2-444p12
@@ -0,0 +1,4 @@
+0954c3e921325f6475cf0d03cfb46a11 *tests/data/fate/vsynth2-vc2-444p12.mov
+2145672 tests/data/fate/vsynth2-vc2-444p12.mov
+0948115f25b44b06411e2d526130e5e1 *tests/data/fate/vsynth2-vc2-444p12.out.rawvideo
+stddev:   29.50 PSNR: 18.73 MAXDIFF:  250 bytes:  7603200/   760320
diff --git a/tests/ref/vsynth/vsynth_lena-vc2-420p b/tests/ref/vsynth/vsynth_lena-vc2-420p
new file mode 100644
index 0000000..319d594
--- /dev/null
+++ b/tests/ref/vsynth/vsynth_lena-vc2-420p
@@ -0,0 +1,4 @@
+424a112003c0b05b741a783f05b24dbc *tests/data/fate/vsynth_lena-vc2-420p.mov
+849780 tests/data/fate/vsynth_lena-vc2-420p.mov
+b1c660113acab8eb4075f3d9fbb9cee9 *tests/data/fate/vsynth_lena-vc2-420p.out.rawvideo
+stddev:    0.00 PSNR:999.99 MAXDIFF:    0 bytes:  7603200/   760320
diff --git a/tests/ref/vsynth/vsynth_lena-vc2-420p10 b/tests/ref/vsynth/vsynth_lena-vc2-420p10
new file mode 100644
index 0000000..26af407
--- /dev/null
+++ b/tests/ref/vsynth/vsynth_lena-vc2-420p10
@@ -0,0 +1,4 @@
+b22bfa7f55eee6bd213a44e1f87f5f81 *tests/data/fate/vsynth_lena-vc2-420p10.mov
+1154820 tests/data/fate/vsynth_lena-vc2-420p10.mov
+32265ec286c54104b3be8f11c519da1b *tests/data/fate/vsynth_lena-vc2-420p10.out.rawvideo
+stddev:    0.61 PSNR: 52.34 MAXDIFF:    1 bytes:  7603200/   760320
diff --git a/tests/ref/vsynth/vsynth_lena-vc2-420p12 b/tests/ref/vsynth/vsynth_lena-vc2-420p12
new file mode 100644
index 0000000..fc444fc
--- /dev/null
+++ b/tests/ref/vsynth/vsynth_lena-vc2-420p12
@@ -0,0 +1,4 @@
+31b65dcfc63fe68460b639538bfb6da8 *tests/data/fate/vsynth_lena-vc2-420p12.mov
+1516804 tests/data/fate/vsynth_lena-vc2-420p12.mov
+d9df737e0ebfa87afc652bb866682da8 *tests/data/fate/vsynth_lena-vc2-420p12.out.rawvideo
+stddev:    7.85 PSNR: 30.22 MAXDIFF:  216 bytes:  7603200/   760320
diff --git a/tests/ref/vsynth/vsynth_lena-vc2-422p b/tests/ref/vsynth/vsynth_lena-vc2-422p
new file mode 100644
index 0000000..892b6a7
--- /dev/null
+++ b/tests/ref/vsynth/vsynth_lena-vc2-422p
@@ -0,0 +1,4 @@
+6fa6e9ae1c8c77a0841ccfbeb9f3517a *tests/data/fate/vsynth_lena-vc2-422p.mov
+1049348 tests/data/fate/vsynth_lena-vc2-422p.mov
+c4b2e69278c822f22655344068ea486d *tests/data/fate/vsynth_lena-vc2-422p.out.rawvideo
+stddev:    0.26 PSNR: 59.82 MAXDIFF:    5 bytes:  7603200/   760320
diff --git a/tests/ref/vsynth/vsynth_lena-vc2-422p10 b/tests/ref/vsynth/vsynth_lena-vc2-422p10
new file mode 100644
index 0000000..f5056ed
--- /dev/null
+++ b/tests/ref/vsynth/vsynth_lena-vc2-422p10
@@ -0,0 +1,4 @@
+1982da3836752d5c4d1fc103f47d856f *tests/data/fate/vsynth_lena-vc2-422p10.mov
+1294084 tests/data/fate/vsynth_lena-vc2-422p10.mov
+e5ea17416bda234ae58f27dea27e8135 *tests/data/fate/vsynth_lena-vc2-422p10.out.rawvideo
+stddev:    0.30 PSNR: 58.58 MAXDIFF:    5 bytes:  7603200/   760320
diff --git a/tests/ref/vsynth/vsynth_lena-vc2-422p12 b/tests/ref/vsynth/vsynth_lena-vc2-422p12
new file mode 100644
index 0000000..1965887
--- /dev/null
+++ b/tests/ref/vsynth/vsynth_lena-vc2-422p12
@@ -0,0 +1,4 @@
+515a83ae1d4e69245680b53b0dc3a425 *tests/data/fate/vsynth_lena-vc2-422p12.mov
+1768072 tests/data/fate/vsynth_lena-vc2-422p12.mov
+c3f1333faee15a7ae5c75aa1e366a904 *tests/data/fate/vsynth_lena-vc2-422p12.out.rawvideo
+stddev:    7.84 PSNR: 30.24 MAXDIFF:  216 bytes:  7603200/   760320
diff --git a/tests/ref/vsynth/vsynth_lena-vc2-444p b/tests/ref/vsynth/vsynth_lena-vc2-444p
new file mode 100644
index 0000000..43b3113
--- /dev/null
+++ b/tests/ref/vsynth/vsynth_lena-vc2-444p
@@ -0,0 +1,4 @@
+c56dfdff53724e81e1235930a6523955 *tests/data/fate/vsynth_lena-vc2-444p.mov
+1174783 tests/data/fate/vsynth_lena-vc2-444p.mov
+f9306b14ff827ced1a992301d1ab02ca *tests/data/fate/vsynth_lena-vc2-444p.out.rawvideo
+stddev:    0.38 PSNR: 56.43 MAXDIFF:    6 bytes:  7603200/   760320
diff --git a/tests/ref/vsynth/vsynth_lena-vc2-444p10 b/tests/ref/vsynth/vsynth_lena-vc2-444p10
new file mode 100644
index 0000000..1290dcb
--- /dev/null
+++ b/tests/ref/vsynth/vsynth_lena-vc2-444p10
@@ -0,0 +1,4 @@
+8ef44611b9bad98c6fdc8ecd8b0c7b56 *tests/data/fate/vsynth_lena-vc2-444p10.mov
+1577860 tests/data/fate/vsynth_lena-vc2-444p10.mov
+da13c67fe1c6d98dd73e92a6ba006edc *tests/data/fate/vsynth_lena-vc2-444p10.out.rawvideo
+stddev:    0.42 PSNR: 55.56 MAXDIFF:    7 bytes:  7603200/   760320
diff --git a/tests/ref/vsynth/vsynth_lena-vc2-444p12 b/tests/ref/vsynth/vsynth_lena-vc2-444p12
new file mode 100644
index 0000000..66305fb
--- /dev/null
+++ b/tests/ref/vsynth/vsynth_lena-vc2-444p12
@@ -0,0 +1,4 @@
+791099b50ccafa5db7ab5eb68cbdc50a *tests/data/fate/vsynth_lena-vc2-444p12.mov
+2134920 tests/data/fate/vsynth_lena-vc2-444p12.mov
+3acfd6493969cdc751a0767e6e2dcc23 *tests/data/fate/vsynth_lena-vc2-444p12.out.rawvideo
+stddev:    7.84 PSNR: 30.24 MAXDIFF:  216 bytes:  7603200/   760320
-- 
2.8.1

_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Reply via email to