diff options
author | Rostislav Pehlivanov <atomnuker@gmail.com> | 2015-11-26 17:40:04 +0000 |
---|---|---|
committer | Rostislav Pehlivanov <atomnuker@gmail.com> | 2015-11-26 17:40:04 +0000 |
commit | 1e5dbb3409ccb47500c56b9746610bb75445a81b (patch) | |
tree | 43f45bddf9e454467b39c05900a000f6bdfb7333 /tests | |
parent | a239ce707433b159fc7e7906a6845e992438d017 (diff) | |
download | ffmpeg-streaming-1e5dbb3409ccb47500c56b9746610bb75445a81b.zip ffmpeg-streaming-1e5dbb3409ccb47500c56b9746610bb75445a81b.tar.gz |
aac_ltp: split, reorder and improve prediction algorithm
This commit attempts to mirror what the decoder does more closely
in addition to fixing some shortcomings.
Diffstat (limited to 'tests')
-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 43189c4..bc9541e 100644 --- a/tests/fate/aac.mak +++ b/tests/fate/aac.mak @@ -209,7 +209,7 @@ fate-aac-ltp-encode: CMD = enc_dec_pcm adts wav s16le $(TARGET_SAMPLES)/audio-re fate-aac-ltp-encode: CMP = stddev fate-aac-ltp-encode: REF = $(SAMPLES)/audio-reference/luckynight_2ch_44kHz_s16.wav fate-aac-ltp-encode: CMP_SHIFT = -4096 -fate-aac-ltp-encode: CMP_TARGET = 1535 +fate-aac-ltp-encode: CMP_TARGET = 1120 fate-aac-ltp-encode: SIZE_TOLERANCE = 3560 fate-aac-ltp-encode: FUZZ = 17 |