[FFmpeg-cvslog] fate/mp3: increase fuzz for NEON, due to different rounding from lrintf()
Michael Niedermayer
git at videolan.org
Sat Dec 1 17:16:37 CET 2012
ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Sat Dec 1 17:02:04 2012 +0100| [b5cedf8b66c79bcc380d66dec0b850c8d7797c45] | committer: Michael Niedermayer
fate/mp3: increase fuzz for NEON, due to different rounding from lrintf()
This should fix fate failures of the hecommon test
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b5cedf8b66c79bcc380d66dec0b850c8d7797c45
---
tests/fate/mp3.mak | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/tests/fate/mp3.mak b/tests/fate/mp3.mak
index bd0657d..2181fa6 100644
--- a/tests/fate/mp3.mak
+++ b/tests/fate/mp3.mak
@@ -34,3 +34,7 @@ FATE_SAMPLES_AVCONV += $(FATE_MP3)
fate-mp3: $(FATE_MP3)
$(FATE_MP3): CMP = stddev
$(FATE_MP3): FUZZ = 0.07
+
+ifdef HAVE_NEON
+fate-mp3-float-conf-hecommon: FUZZ = 0.70
+endif
More information about the ffmpeg-cvslog
mailing list