diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2012-12-01 17:02:04 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2012-12-01 17:15:57 +0100 |
commit | b5cedf8b66c79bcc380d66dec0b850c8d7797c45 (patch) | |
tree | 51326e64fef833fd8661202a7432b64ba12fb924 /tests/fate | |
parent | 13c39e96767737b4377c26e76d91f90922e24acc (diff) | |
download | ffmpeg-streaming-b5cedf8b66c79bcc380d66dec0b850c8d7797c45.zip ffmpeg-streaming-b5cedf8b66c79bcc380d66dec0b850c8d7797c45.tar.gz |
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@gmx.at>
Diffstat (limited to 'tests/fate')
-rw-r--r-- | tests/fate/mp3.mak | 4 |
1 files changed, 4 insertions, 0 deletions
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 |