Browse Source

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>
tags/n1.1
Michael Niedermayer 12 years ago
parent
commit
b5cedf8b66
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      tests/fate/mp3.mak

+ 4
- 0
tests/fate/mp3.mak View File

@@ -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

Loading…
Cancel
Save