diff options
author | Rostislav Pehlivanov | 2015-10-17 22:50:55 +0100 |
---|---|---|
committer | Rostislav Pehlivanov | 2015-10-17 22:53:11 +0100 |
commit | 7303962f1467e302906561be53ca4d51abbe5522 (patch) | |
tree | 0709793fce437a464a2fee9828b850e486ad0e46 /tests | |
parent | 4ffdba2418abe25562f7c17a7b62e2588d7a3a5f (diff) |
aacenc_ltp: adjust and speed up autocorrelation calculations
There were some errors in the calculation as well as an entire
unnecessary loop to find the gain coefficient. Merge the
two loops.
Thanks to @ubitux for the suggestions and testing.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/fate/aac.mak | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/fate/aac.mak b/tests/fate/aac.mak index 331e66f019..d578b4ba4e 100644 --- a/tests/fate/aac.mak +++ b/tests/fate/aac.mak @@ -205,11 +205,11 @@ fate-aac-ms-encode: SIZE_TOLERANCE = 3560 fate-aac-ms-encode: FUZZ = 10 FATE_AAC_ENCODE += fate-aac-ltp-encode -fate-aac-ltp-encode: CMD = enc_dec_pcm adts wav s16le $(TARGET_SAMPLES)/audio-reference/luckynight_2ch_44kHz_s16.wav -strict -2 -c:a aac -profile:a aac_ltp -aac_pns 0 -aac_is 0 -aac_ms 0 -aac_tns 0 -b:a 82k -cutoff 22050 +fate-aac-ltp-encode: CMD = enc_dec_pcm adts wav s16le $(TARGET_SAMPLES)/audio-reference/luckynight_2ch_44kHz_s16.wav -strict -2 -c:a aac -profile:a aac_ltp -aac_pns 0 -aac_is 0 -aac_ms 0 -aac_tns 0 -b:a 36k 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 = 2370 +fate-aac-ltp-encode: CMP_TARGET = 1535 fate-aac-ltp-encode: SIZE_TOLERANCE = 3560 fate-aac-ltp-encode: FUZZ = 10 |