summaryrefslogtreecommitdiff
path: root/tests/fate
diff options
context:
space:
mode:
authorClaudio Freire <klaussfreire@gmail.com>2016-01-16 20:47:00 -0300
committerClaudio Freire <klaussfreire@gmail.com>2016-01-17 12:52:54 -0300
commitdf3fa48288d6e79ac4a193406d514c1dace22397 (patch)
tree0d3189c92993151d28089eb53c209643b0ab64f4 /tests/fate
parent60a76f8be8f4795e63fd7b43514b8588a691aa4d (diff)
AAC encoder: use signed coeffs when measuring IS energy
I/S energy, especially when it comes to phase cancellations, needs to use signed coefficients as input, yet it was using abs'd coefficients. That was a slight bug.
Diffstat (limited to 'tests/fate')
-rw-r--r--tests/fate/aac.mak2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/fate/aac.mak b/tests/fate/aac.mak
index f3ad7d9180..3b66def85c 100644
--- a/tests/fate/aac.mak
+++ b/tests/fate/aac.mak
@@ -191,7 +191,7 @@ fate-aac-is-encode: CMD = enc_dec_pcm adts wav s16le $(TARGET_SAMPLES)/audio-ref
fate-aac-is-encode: CMP = stddev
fate-aac-is-encode: REF = $(SAMPLES)/audio-reference/luckynight_2ch_44kHz_s16.wav
fate-aac-is-encode: CMP_SHIFT = -4096
-fate-aac-is-encode: CMP_TARGET = 597
+fate-aac-is-encode: CMP_TARGET = 615
fate-aac-is-encode: SIZE_TOLERANCE = 3560
fate-aac-is-encode: FUZZ = 10