diff options
author | Janne Grunau <janne-libav@jannau.net> | 2012-10-10 14:22:57 +0200 |
---|---|---|
committer | Janne Grunau <janne-libav@jannau.net> | 2012-10-10 21:24:32 +0200 |
commit | b404c6605627dbbc07d680803e1a3f70cb4704a0 (patch) | |
tree | 4561d5f0816c90e49afb0291edc93f18e3229180 | |
parent | 8d09d39a4b87280ca728d65c4e1cd03d7360cc2b (diff) | |
download | ffmpeg-b404c6605627dbbc07d680803e1a3f70cb4704a0.tar.gz |
fate: add h263 obmc vsynth tests
-rw-r--r-- | tests/fate/vcodec.mak | 3 | ||||
-rw-r--r-- | tests/ref/fate/vsynth1-h263-obmc | 4 | ||||
-rw-r--r-- | tests/ref/fate/vsynth2-h263-obmc | 4 |
3 files changed, 11 insertions, 0 deletions
diff --git a/tests/fate/vcodec.mak b/tests/fate/vcodec.mak index e9a9ad622e..23dbc988bd 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 0000000000..b7e8f493c5 --- /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 0000000000..32c234149e --- /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 |