[FFmpeg-devel] [PATCH 2/2] vc2: fate tests

Christophe Gisquet christophe.gisquet at gmail.com
Tue May 3 19:06:23 CEST 2016


---
 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..e2a9239
--- /dev/null
+++ b/tests/ref/vsynth/vsynth1-vc2-420p
@@ -0,0 +1,4 @@
+34d6ef05d462d085f782c6f7fff7ea97 *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..5d307fd
--- /dev/null
+++ b/tests/ref/vsynth/vsynth1-vc2-420p10
@@ -0,0 +1,4 @@
+dcc8b33771dd81182c237c2ffe70cd64 *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..1cf6a52
--- /dev/null
+++ b/tests/ref/vsynth/vsynth1-vc2-420p12
@@ -0,0 +1,4 @@
+0d1756bd99f31255a59ec16e69b8dddb *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..d4898e4
--- /dev/null
+++ b/tests/ref/vsynth/vsynth1-vc2-422p
@@ -0,0 +1,4 @@
+fec62f2a5b17dd8a02b52491a81dbdb5 *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..5e9ba89
--- /dev/null
+++ b/tests/ref/vsynth/vsynth1-vc2-422p10
@@ -0,0 +1,4 @@
+16e2e44efc321b51d3a0b25dfe8ee0fb *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..d0fde2b
--- /dev/null
+++ b/tests/ref/vsynth/vsynth1-vc2-422p12
@@ -0,0 +1,4 @@
+a900d70cb0aa9280a9e9aa625d6dcea3 *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..b4584d1
--- /dev/null
+++ b/tests/ref/vsynth/vsynth1-vc2-444p
@@ -0,0 +1,4 @@
+fd14da1d4c9f438be8ecde0a52bfb326 *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..6750416
--- /dev/null
+++ b/tests/ref/vsynth/vsynth1-vc2-444p10
@@ -0,0 +1,4 @@
+ea59d731b8995afb067c60c18f310c76 *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..30b6e25
--- /dev/null
+++ b/tests/ref/vsynth/vsynth1-vc2-444p12
@@ -0,0 +1,4 @@
+ffacb7fe93ab4ec60e0be159c04cbdf1 *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..ca5ec9b
--- /dev/null
+++ b/tests/ref/vsynth/vsynth2-vc2-420p
@@ -0,0 +1,4 @@
+4669101042f0a6735e04ae340f7f9ce8 *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..50816d0
--- /dev/null
+++ b/tests/ref/vsynth/vsynth2-vc2-420p10
@@ -0,0 +1,4 @@
+d701baba1cad65f5d1271199b38426e9 *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..4bd6111
--- /dev/null
+++ b/tests/ref/vsynth/vsynth2-vc2-420p12
@@ -0,0 +1,4 @@
+711bacb734fb550ae34fdef34525ea8c *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..242d968
--- /dev/null
+++ b/tests/ref/vsynth/vsynth2-vc2-422p
@@ -0,0 +1,4 @@
+49b96f27791fb5d38df4f79f035a014c *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..1ecaeb9
--- /dev/null
+++ b/tests/ref/vsynth/vsynth2-vc2-422p10
@@ -0,0 +1,4 @@
+efb5a96bc6ab6adadc01ac41076b1084 *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..6ab342c
--- /dev/null
+++ b/tests/ref/vsynth/vsynth2-vc2-422p12
@@ -0,0 +1,4 @@
+fd99a931bda2b521ef08a45bbc6d9978 *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..0b0e843
--- /dev/null
+++ b/tests/ref/vsynth/vsynth2-vc2-444p
@@ -0,0 +1,4 @@
+01423c40cdd0eebacf607335300246f9 *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..735994e
--- /dev/null
+++ b/tests/ref/vsynth/vsynth2-vc2-444p10
@@ -0,0 +1,4 @@
+2ad568e78428f30ddff16db7c543572e *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..78132ba
--- /dev/null
+++ b/tests/ref/vsynth/vsynth2-vc2-444p12
@@ -0,0 +1,4 @@
+f7757817c4ba1e7d6b6da8e57cf3da50 *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..8e2a35b
--- /dev/null
+++ b/tests/ref/vsynth/vsynth_lena-vc2-420p
@@ -0,0 +1,4 @@
+d957ca888457be95442998054c4e3977 *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..890bfbf
--- /dev/null
+++ b/tests/ref/vsynth/vsynth_lena-vc2-420p10
@@ -0,0 +1,4 @@
+fecc1bc0c2ff22a9d730b155e5cc9756 *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..0b89027
--- /dev/null
+++ b/tests/ref/vsynth/vsynth_lena-vc2-420p12
@@ -0,0 +1,4 @@
+fc404e0d25c25c6e9ad64a8b21521b02 *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..e7a520b
--- /dev/null
+++ b/tests/ref/vsynth/vsynth_lena-vc2-422p
@@ -0,0 +1,4 @@
+7a4efdce1df92df19cd582dbef427f46 *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..fbd5cd0
--- /dev/null
+++ b/tests/ref/vsynth/vsynth_lena-vc2-422p10
@@ -0,0 +1,4 @@
+79f5d971b8456f19aa234135c880770d *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..7961258
--- /dev/null
+++ b/tests/ref/vsynth/vsynth_lena-vc2-422p12
@@ -0,0 +1,4 @@
+0fd984c180fae5790e898f51955f1144 *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..db43db7
--- /dev/null
+++ b/tests/ref/vsynth/vsynth_lena-vc2-444p
@@ -0,0 +1,4 @@
+467acb22896ea7104ba2f54b774c7511 *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..afccce2
--- /dev/null
+++ b/tests/ref/vsynth/vsynth_lena-vc2-444p10
@@ -0,0 +1,4 @@
+3b176dc8f655d8b53ba81f51842a7e30 *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..043b623
--- /dev/null
+++ b/tests/ref/vsynth/vsynth_lena-vc2-444p12
@@ -0,0 +1,4 @@
+c41289d8e975d08a07fab264371ad906 *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



More information about the ffmpeg-devel mailing list