diff options
author | Rostislav Pehlivanov <atomnuker@gmail.com> | 2015-12-08 13:21:41 +0000 |
---|---|---|
committer | Rostislav Pehlivanov <atomnuker@gmail.com> | 2015-12-08 13:31:50 +0000 |
commit | 6e5dbe7267fc5790ff48225623be2ed9abd575c9 (patch) | |
tree | df0c31c41176dbc24b363958c3369f6860fcf21b /tests/fate | |
parent | 8142daca44d8825001eb7ee935e2f0a7933e09b2 (diff) | |
download | ffmpeg-streaming-6e5dbe7267fc5790ff48225623be2ed9abd575c9.zip ffmpeg-streaming-6e5dbe7267fc5790ff48225623be2ed9abd575c9.tar.gz |
aacenc_tns: use 4 bits for short windows
With only 7 coefficients per short window at most the extra precision
makes a difference and seems to reduce crackling and stddev even
further.
Signed-off-by: Rostislav Pehlivanov <atomnuker@gmail.com>
Diffstat (limited to 'tests/fate')
-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 d658751..816fbf0 100644 --- a/tests/fate/aac.mak +++ b/tests/fate/aac.mak @@ -182,7 +182,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 = 818 +fate-aac-tns-encode: CMP_TARGET = 817 fate-aac-tns-encode: FUZZ = 6 fate-aac-tns-encode: SIZE_TOLERANCE = 3560 |