diff options
author | Timothy Gu <timothygu99@gmail.com> | 2014-05-29 20:56:02 -0700 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-05-30 15:43:04 +0200 |
commit | bfb488234525e17a84e84d6a0b6c00771caab7c2 (patch) | |
tree | 55de36260c9942bebf3d6095db52383034cedac6 /tests/fate/vcodec.mak | |
parent | f743fa9c7f872a23672e634c39d61c7b0cd45fcf (diff) | |
download | ffmpeg-bfb488234525e17a84e84d6a0b6c00771caab7c2.tar.gz |
tests: Add MPEG4 nsse test
Signed-off-by: Timothy Gu <timothygu99@gmail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'tests/fate/vcodec.mak')
-rw-r--r-- | tests/fate/vcodec.mak | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/tests/fate/vcodec.mak b/tests/fate/vcodec.mak index af809371b4..541cba1bf2 100644 --- a/tests/fate/vcodec.mak +++ b/tests/fate/vcodec.mak @@ -163,7 +163,8 @@ FATE_MPEG4_AVI = mpeg4-rc \ mpeg4-qpel \ mpeg4-thread \ mpeg4-error \ - mpeg4-nr + mpeg4-nr \ + mpeg4-nsse FATE_VCODEC-$(call ENCDEC, MPEG4, MP4 MOV) += $(FATE_MPEG4_MP4) FATE_VCODEC-$(call ENCDEC, MPEG4, AVI) += $(FATE_MPEG4_AVI) @@ -185,6 +186,10 @@ fate-vsynth%-mpeg4-error: ENCOPTS = -qscale 7 -flags +mv4+aic \ fate-vsynth%-mpeg4-nr: ENCOPTS = -qscale 8 -flags +mv4 -mbd rd -nr 200 +fate-vsynth%-mpeg4-nsse: ENCOPTS = -qscale 7 -cmp nsse -subcmp nsse \ + -mbcmp nsse -precmp nsse \ + -skipcmp nsse + fate-vsynth%-mpeg4-qpel: ENCOPTS = -qscale 7 -flags +mv4+qpel -mbd 2 \ -bf 2 -cmp 1 -subcmp 2 |