diff options
author | Diego Biurrun <diego@biurrun.de> | 2013-04-26 16:48:39 +0200 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2013-04-26 21:06:52 +0200 |
commit | 7c00e9d8aed8511c44281d7b05562578a3fcd4c8 (patch) | |
tree | 13e5870e9c654801cb5b932154e72e71f2419ca4 /tests | |
parent | 74685f6783e77f2545d48bd2124945ad5be39982 (diff) | |
download | ffmpeg-7c00e9d8aed8511c44281d7b05562578a3fcd4c8.tar.gz |
x86: ac3dsp: Remove 3dnow version of ff_ac3_extract_exponents
The function requires increasing the fuzz factor for the ac3/eac3 encode
tests and even so makes fate fail. It only provides a slight encoding
speedup for legacy CPUs that do not support SS2. Thus its benefit is not
worth the trouble it creates and fixing it would be a waste of time.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/fate/ac3.mak | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/fate/ac3.mak b/tests/fate/ac3.mak index 246dd7ce46..23974bab20 100644 --- a/tests/fate/ac3.mak +++ b/tests/fate/ac3.mak @@ -52,14 +52,12 @@ fate-ac3-encode: CMD = enc_dec_pcm ac3 wav s16le $(REF) -c:a ac3 -b:a 128k fate-ac3-encode: CMP_SHIFT = -1024 fate-ac3-encode: CMP_TARGET = 404.53 fate-ac3-encode: SIZE_TOLERANCE = 488 -fate-ac3-encode: FUZZ = 3 FATE_EAC3-$(call ENCDEC, EAC3, EAC3) += fate-eac3-encode fate-eac3-encode: CMD = enc_dec_pcm eac3 wav s16le $(REF) -c:a eac3 -b:a 128k fate-eac3-encode: CMP_SHIFT = -1024 fate-eac3-encode: CMP_TARGET = 516.94 fate-eac3-encode: SIZE_TOLERANCE = 488 -fate-eac3-encode: FUZZ = 3 fate-ac3-encode fate-eac3-encode: CMP = stddev fate-ac3-encode fate-eac3-encode: REF = $(SAMPLES)/audio-reference/luckynight_2ch_44kHz_s16.wav |