[FFmpeg-cvslog] fate: add h263 obmc vsynth tests
Janne Grunau
git at videolan.org
Thu Oct 11 15:50:57 CEST 2012
ffmpeg | branch: master | Janne Grunau <janne-libav at jannau.net> | Wed Oct 10 14:22:57 2012 +0200| [b404c6605627dbbc07d680803e1a3f70cb4704a0] | committer: Janne Grunau
fate: add h263 obmc vsynth tests
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b404c6605627dbbc07d680803e1a3f70cb4704a0
---
tests/fate/vcodec.mak | 3 +++
tests/ref/fate/vsynth1-h263-obmc | 4 ++++
tests/ref/fate/vsynth2-h263-obmc | 4 ++++
3 files changed, 11 insertions(+)
diff --git a/tests/fate/vcodec.mak b/tests/fate/vcodec.mak
index e9a9ad6..23dbc98 100644
--- a/tests/fate/vcodec.mak
+++ b/tests/fate/vcodec.mak
@@ -72,6 +72,9 @@ fate-vsynth%-h261: ENCOPTS = -qscale 11
FATE_VCODEC += h263
fate-vsynth%-h263: ENCOPTS = -qscale 10
+FATE_VCODEC += h263-obmc
+fate-vsynth%-h263-obmc: ENCOPTS = -qscale 10 -obmc 1
+
FATE_VCODEC += h263p
fate-vsynth%-h263p: ENCOPTS = -qscale 2 -flags +aic -umv 1 -aiv 1 -ps 300
diff --git a/tests/ref/fate/vsynth1-h263-obmc b/tests/ref/fate/vsynth1-h263-obmc
new file mode 100644
index 0000000..b7e8f49
--- /dev/null
+++ b/tests/ref/fate/vsynth1-h263-obmc
@@ -0,0 +1,4 @@
+8a7be9f9f97673bf8b926b6dcf8a710d *tests/data/fate/vsynth1-h263-obmc.avi
+657366 tests/data/fate/vsynth1-h263-obmc.avi
+eba1d733a0c4b71322a78f718f312599 *tests/data/fate/vsynth1-h263-obmc.out.rawvideo
+stddev: 8.16 PSNR: 29.89 MAXDIFF: 113 bytes: 7603200/ 7603200
diff --git a/tests/ref/fate/vsynth2-h263-obmc b/tests/ref/fate/vsynth2-h263-obmc
new file mode 100644
index 0000000..32c2341
--- /dev/null
+++ b/tests/ref/fate/vsynth2-h263-obmc
@@ -0,0 +1,4 @@
+0c84ee18c2261070ffc91b5d606094ae *tests/data/fate/vsynth2-h263-obmc.avi
+154728 tests/data/fate/vsynth2-h263-obmc.avi
+6f326547cf1cbd95a8c0a5ddce9eb71a *tests/data/fate/vsynth2-h263-obmc.out.rawvideo
+stddev: 5.39 PSNR: 33.49 MAXDIFF: 82 bytes: 7603200/ 7603200
More information about the ffmpeg-cvslog
mailing list