diff options
author | Rostislav Pehlivanov <atomnuker@gmail.com> | 2015-09-12 13:17:04 +0100 |
---|---|---|
committer | Rostislav Pehlivanov <atomnuker@gmail.com> | 2015-09-12 13:17:04 +0100 |
commit | 1e75bee3d6031b39a11c69719fdd24871c109f9d (patch) | |
tree | bb2a40e8deae07053b1079f5d6eea516762fedd4 | |
parent | 3381d92671092779d40b2b7b55a595ac2fe5d474 (diff) | |
download | ffmpeg-1e75bee3d6031b39a11c69719fdd24871c109f9d.tar.gz |
fate: readjust AAC encoder TNS test
The recent commits change the value slightly. Even though it's
within the threshold it's better to risk as little as possible
especially when different systems, processors, FPUs and compilers
are involved.
Signed-off-by: Rostislav Pehlivanov <atomnuker@gmail.com>
-rw-r--r-- | tests/fate/aac.mak | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/fate/aac.mak b/tests/fate/aac.mak index 2f533e2bdc..1c815dd535 100644 --- a/tests/fate/aac.mak +++ b/tests/fate/aac.mak @@ -172,7 +172,7 @@ fate-aac-tns-encode: CMD = enc_dec_pcm adts wav s16le $(TARGET_SAMPLES)/audio-re fate-aac-tns-encode: CMP = stddev fate-aac-tns-encode: REF = $(SAMPLES)/audio-reference/luckynight_2ch_44kHz_s16.wav fate-aac-tns-encode: CMP_SHIFT = -4096 -fate-aac-tns-encode: CMP_TARGET = 648.50 +fate-aac-tns-encode: CMP_TARGET = 648.80 fate-aac-tns-encode: FUZZ = 2.8 fate-aac-tns-encode: SIZE_TOLERANCE = 3560 |