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/fate/vcodec.mak | |
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/fate/vcodec.mak')
-rw-r--r-- | tests/fate/vcodec.mak | 5 |
1 files changed, 5 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 |