On 5 May 2016 at 10:06, Christophe Gisquet <christophe.gisq...@gmail.com> wrote:
> --- > 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..e925c53 > --- /dev/null > +++ b/tests/ref/vsynth/vsynth1-vc2-420p > @@ -0,0 +1,4 @@ > +fb8fffcfc17558c87dd11a67ccb0f615 *tests/data/fate/vsynth1-vc2-420p.mov > +1155415 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..037c77c > --- /dev/null > +++ b/tests/ref/vsynth/vsynth1-vc2-420p10 > @@ -0,0 +1,4 @@ > +1365742985b6315f6796c765aa17f39e *tests/data/fate/vsynth1-vc2-420p10.mov > +1417047 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..e828cb8 > --- /dev/null > +++ b/tests/ref/vsynth/vsynth1-vc2-420p12 > @@ -0,0 +1,4 @@ > +6b997a198e5058b30316446587d1fdc9 *tests/data/fate/vsynth1-vc2-420p12.mov > +1746007 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..8fc6188 > --- /dev/null > +++ b/tests/ref/vsynth/vsynth1-vc2-422p > @@ -0,0 +1,4 @@ > +19f01a985e87e14664e0e5d14c02d046 *tests/data/fate/vsynth1-vc2-422p.mov > +1229783 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..ac1072f > --- /dev/null > +++ b/tests/ref/vsynth/vsynth1-vc2-422p10 > @@ -0,0 +1,4 @@ > +88e3488e4689cf06e75959c71e2f9d96 *tests/data/fate/vsynth1-vc2-422p10.mov > +1684055 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..83cd540 > --- /dev/null > +++ b/tests/ref/vsynth/vsynth1-vc2-422p12 > @@ -0,0 +1,4 @@ > +93013610d1d7a9e662e69eae488dd7d4 *tests/data/fate/vsynth1-vc2-422p12.mov > +2135131 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..d01e938 > --- /dev/null > +++ b/tests/ref/vsynth/vsynth1-vc2-444p > @@ -0,0 +1,4 @@ > +b3f0d987dcb0b5d1eb0b87f356ad21c4 *tests/data/fate/vsynth1-vc2-444p.mov > +1593810 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..af00746 > --- /dev/null > +++ b/tests/ref/vsynth/vsynth1-vc2-444p10 > @@ -0,0 +1,4 @@ > +ef286696c5d37277b4064c4f87f6e564 *tests/data/fate/vsynth1-vc2-444p10.mov > +2167643 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..f2ccb5e > --- /dev/null > +++ b/tests/ref/vsynth/vsynth1-vc2-444p12 > @@ -0,0 +1,4 @@ > +ab0718e87f61ae46924ca0c429cdfa98 *tests/data/fate/vsynth1-vc2-444p12.mov > +2755159 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..f355e8d > --- /dev/null > +++ b/tests/ref/vsynth/vsynth2-vc2-420p > @@ -0,0 +1,4 @@ > +ac4df937fed73532bd8713b0e07870c9 *tests/data/fate/vsynth2-vc2-420p.mov > +860743 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..9de40d2 > --- /dev/null > +++ b/tests/ref/vsynth/vsynth2-vc2-420p10 > @@ -0,0 +1,4 @@ > +1197f8108683b9eb6b0777adb2db1aa8 *tests/data/fate/vsynth2-vc2-420p10.mov > +1181271 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..3303048 > --- /dev/null > +++ b/tests/ref/vsynth/vsynth2-vc2-420p12 > @@ -0,0 +1,4 @@ > +f45ba630a24c9e5316e32dc5114f43ae *tests/data/fate/vsynth2-vc2-420p12.mov > +1525207 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..83689a7 > --- /dev/null > +++ b/tests/ref/vsynth/vsynth2-vc2-422p > @@ -0,0 +1,4 @@ > +b2573399e0ed62ede66b1708de86412a *tests/data/fate/vsynth2-vc2-422p.mov > +1035207 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..af9a0b1 > --- /dev/null > +++ b/tests/ref/vsynth/vsynth2-vc2-422p10 > @@ -0,0 +1,4 @@ > +ca65de033b17c67be94356e0b6e0b128 *tests/data/fate/vsynth2-vc2-422p10.mov > +1321687 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..afc9171 > --- /dev/null > +++ b/tests/ref/vsynth/vsynth2-vc2-422p12 > @@ -0,0 +1,4 @@ > +5be62ed4ffba8b30529b7e0acbb52b13 *tests/data/fate/vsynth2-vc2-422p12.mov > +1752663 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..8397996 > --- /dev/null > +++ b/tests/ref/vsynth/vsynth2-vc2-444p > @@ -0,0 +1,4 @@ > +644a39d1b853f44722a4332d5a13797e *tests/data/fate/vsynth2-vc2-444p.mov > +1202386 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..7d9367a > --- /dev/null > +++ b/tests/ref/vsynth/vsynth2-vc2-444p10 > @@ -0,0 +1,4 @@ > +36cfc3da2ab6ff6d48f17ab43e77774d *tests/data/fate/vsynth2-vc2-444p10.mov > +1603927 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..8834fe0 > --- /dev/null > +++ b/tests/ref/vsynth/vsynth2-vc2-444p12 > @@ -0,0 +1,4 @@ > +f49aa8cf972aa047cecc5760ae8e4529 *tests/data/fate/vsynth2-vc2-444p12.mov > +2145627 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..89966c2 > --- /dev/null > +++ b/tests/ref/vsynth/vsynth_lena-vc2-420p > @@ -0,0 +1,4 @@ > +b920eaf484af9ed3fbff4a85d043b544 *tests/data/fate/vsynth_lena-vc2-420p.mov > +849735 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..6428dd1 > --- /dev/null > +++ b/tests/ref/vsynth/vsynth_lena-vc2-420p10 > @@ -0,0 +1,4 @@ > +5bccec653c330f03b90065a84fad9b4b > *tests/data/fate/vsynth_lena-vc2-420p10.mov > +1154775 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..7f5834a > --- /dev/null > +++ b/tests/ref/vsynth/vsynth_lena-vc2-420p12 > @@ -0,0 +1,4 @@ > +294f3004a8fc6c5bf8dbecc02b52c6b7 > *tests/data/fate/vsynth_lena-vc2-420p12.mov > +1516759 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..6f95838 > --- /dev/null > +++ b/tests/ref/vsynth/vsynth_lena-vc2-422p > @@ -0,0 +1,4 @@ > +94d3a24e9eec6cb88c84780796adbec5 *tests/data/fate/vsynth_lena-vc2-422p.mov > +1049287 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..11904c2 > --- /dev/null > +++ b/tests/ref/vsynth/vsynth_lena-vc2-422p10 > @@ -0,0 +1,4 @@ > +fc955b863eb3f22694d37e8a70085a6c > *tests/data/fate/vsynth_lena-vc2-422p10.mov > +1294039 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..7c13d2c > --- /dev/null > +++ b/tests/ref/vsynth/vsynth_lena-vc2-422p12 > @@ -0,0 +1,4 @@ > +f52138783ebc903204d6720a7eaad57c > *tests/data/fate/vsynth_lena-vc2-422p12.mov > +1768027 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..bf77918 > --- /dev/null > +++ b/tests/ref/vsynth/vsynth_lena-vc2-444p > @@ -0,0 +1,4 @@ > +cbdf2421fdd6cf0789c1f308009666f6 *tests/data/fate/vsynth_lena-vc2-444p.mov > +1174738 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..10a33e2 > --- /dev/null > +++ b/tests/ref/vsynth/vsynth_lena-vc2-444p10 > @@ -0,0 +1,4 @@ > +acda7042ecc5b917824d9cf62ee3b46c > *tests/data/fate/vsynth_lena-vc2-444p10.mov > +1577815 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..3884670 > --- /dev/null > +++ b/tests/ref/vsynth/vsynth_lena-vc2-444p12 > @@ -0,0 +1,4 @@ > +33f8098bb5f3a62525150f2da0340bb6 > *tests/data/fate/vsynth_lena-vc2-444p12.mov > +2134875 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 > Pushed after updating the references Thanks _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel