diff options
author | Rostislav Pehlivanov <atomnuker@gmail.com> | 2015-09-05 09:11:05 +0100 |
---|---|---|
committer | Rostislav Pehlivanov <atomnuker@gmail.com> | 2015-09-05 09:11:05 +0100 |
commit | 5ab3b6a8a53db1a6d76d5dc61dcde04b14333a2e (patch) | |
tree | e6e0fff0a624ed9d22d9c47b45cba4748cbce671 | |
parent | e3faad811e429002d549562db4e0fc30c08dc6a4 (diff) | |
download | ffmpeg-5ab3b6a8a53db1a6d76d5dc61dcde04b14333a2e.tar.gz |
fate: adjust AAC encoder TNS test target
The new commits improve the quality.
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 6fe30031c2..06b2497f28 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 = 660.85 +fate-aac-tns-encode: CMP_TARGET = 648.50 fate-aac-tns-encode: FUZZ = 2.8 fate-aac-tns-encode: SIZE_TOLERANCE = 3560 |