diff options
author | Mans Rullgard <mans@mansr.com> | 2012-06-14 12:58:08 +0000 |
---|---|---|
committer | Janne Grunau <janne-libav@jannau.net> | 2012-06-15 19:10:58 +0200 |
commit | 16b8525963cb0df8e1d4aedb93916b8dadb7dcf7 (patch) | |
tree | 60773cb29a70bb07a7349014bb44fe0dd8da4fd6 /tests | |
parent | d246c18ea6dca4dbdc92aec6ae4e3e038999a709 (diff) | |
download | ffmpeg-16b8525963cb0df8e1d4aedb93916b8dadb7dcf7.tar.gz |
fate: add snow hpel tests
Signed-off-by: Janne Grunau <janne-libav@jannau.net>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/fate/vcodec.mak | 5 | ||||
-rw-r--r-- | tests/ref/fate/vsynth1-snow-hpel | 4 | ||||
-rw-r--r-- | tests/ref/fate/vsynth2-snow-hpel | 4 |
3 files changed, 13 insertions, 0 deletions
diff --git a/tests/fate/vcodec.mak b/tests/fate/vcodec.mak index 324320e6b8..e9a9ad622e 100644 --- a/tests/fate/vcodec.mak +++ b/tests/fate/vcodec.mak @@ -211,6 +211,11 @@ fate-vsynth%-snow: ENCOPTS = -strict -2 -qscale 2 -flags +qpel \ -me_method iter -dia_size 2 \ -cmp 12 -subcmp 12 -s 128x64 +FATE_VCODEC += snow-hpel +fate-vsynth%-snow-hpel: ENCOPTS = -strict -2 -qscale 2 \ + -me_method iter -dia_size 2 \ + -cmp 12 -subcmp 12 -s 128x64 + FATE_VCODEC += snow-ll fate-vsynth%-snow-ll: ENCOPTS = -strict -2 -qscale .001 -pred 1 \ -flags +mv4+qpel diff --git a/tests/ref/fate/vsynth1-snow-hpel b/tests/ref/fate/vsynth1-snow-hpel new file mode 100644 index 0000000000..e2968b1d91 --- /dev/null +++ b/tests/ref/fate/vsynth1-snow-hpel @@ -0,0 +1,4 @@ +301755ff5dcd31c2aefc8f103cfc2917 *tests/data/fate/vsynth1-snow-hpel.avi +138712 tests/data/fate/vsynth1-snow-hpel.avi +d6845c8f1310e041afdcebc6bbfc449b *tests/data/fate/vsynth1-snow-hpel.out.rawvideo +stddev: 22.74 PSNR: 20.99 MAXDIFF: 171 bytes: 7603200/ 7603200 diff --git a/tests/ref/fate/vsynth2-snow-hpel b/tests/ref/fate/vsynth2-snow-hpel new file mode 100644 index 0000000000..2194a137e3 --- /dev/null +++ b/tests/ref/fate/vsynth2-snow-hpel @@ -0,0 +1,4 @@ +ac1400b66514aa280300bba6477b4e97 *tests/data/fate/vsynth2-snow-hpel.avi +61772 tests/data/fate/vsynth2-snow-hpel.avi +8680d40905f423999d65b996c4dcb984 *tests/data/fate/vsynth2-snow-hpel.out.rawvideo +stddev: 10.45 PSNR: 27.74 MAXDIFF: 123 bytes: 7603200/ 7603200 |