diff options
author | Rostislav Pehlivanov <atomnuker@gmail.com> | 2017-12-08 03:40:41 +0000 |
---|---|---|
committer | Rostislav Pehlivanov <atomnuker@gmail.com> | 2017-12-08 04:42:24 +0000 |
commit | 4678339e745dac8fa4288541b79f1577f19bb4c2 (patch) | |
tree | 7f2c61e921be28c21a09037050bca81f3a6ac89e /tests | |
parent | c67c7191b1c2fa0ff0a9785f52e86a5cdfc1d36f (diff) | |
download | ffmpeg-4678339e745dac8fa4288541b79f1577f19bb4c2.tar.gz |
opus: fix hybrid folding indexing during band quantization
Resulted in valgrind errors due to uninitialized memory.
Also updates fate and makes it use the tron sample result.
Signed-off-by: Rostislav Pehlivanov <atomnuker@gmail.com>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/fate/opus.mak | 25 |
1 files changed, 13 insertions, 12 deletions
diff --git a/tests/fate/opus.mak b/tests/fate/opus.mak index 9e0c9e6bba..7f289455cf 100644 --- a/tests/fate/opus.mak +++ b/tests/fate/opus.mak @@ -24,18 +24,19 @@ FATE_OPUS := $(sort $(FATE_OPUS)) $(FATE_OPUS): CMP = stddev $(FATE_OPUS): CMP_UNIT = s16 $(FATE_OPUS): FUZZ = 3 -fate-opus-testvector01: CMP_TARGET = 0 -fate-opus-testvector02: CMP_TARGET = 191 -fate-opus-testvector03: CMP_TARGET = 139 -fate-opus-testvector04: CMP_TARGET = 119 -fate-opus-testvector05: CMP_TARGET = 109 -fate-opus-testvector06: CMP_TARGET = 109 -fate-opus-testvector07: CMP_TARGET = 0 -fate-opus-testvector08: CMP_TARGET = 6 -fate-opus-testvector09: CMP_TARGET = 0 -fate-opus-testvector10: CMP_TARGET = 38 -fate-opus-testvector11: CMP_TARGET = 0 -fate-opus-testvector12: CMP_TARGET = 160 +fate-opus-testvector01: CMP_TARGET = 0 +fate-opus-testvector02: CMP_TARGET = 191 +fate-opus-testvector03: CMP_TARGET = 139 +fate-opus-testvector04: CMP_TARGET = 119 +fate-opus-testvector05: CMP_TARGET = 108 +fate-opus-testvector06: CMP_TARGET = 106 +fate-opus-testvector07: CMP_TARGET = 0 +fate-opus-testvector08: CMP_TARGET = 6 +fate-opus-testvector09: CMP_TARGET = 0 +fate-opus-testvector10: CMP_TARGET = 38 +fate-opus-testvector11: CMP_TARGET = 0 +fate-opus-testvector12: CMP_TARGET = 160 +fate-opus-tron.6ch.tinypkts: CMP_TARGET = 0 $(FATE_OPUS_CELT): CMP = oneoff $(FATE_OPUS_CELT): FUZZ = 6 |