opus/tests
Mark Harris d6d70371e8
Fix compiler warnings
- celt/modes.c:430:14: warning: cast from 'const unsigned char *' to
  'opus_int16 *' increases required alignment from 1 to 2 [-Wcast-align]
- 'C[0][1]' may be used uninitialized [-Wmaybe-uninitialized]
- Unused variable/parameter
- Value stored is never read
- MSVC warnings about "possible loss of data" due to type conversions
- MSVC warning C4146: unary minus operator applied to unsigned type
- silk/NLSF_del_dec_quant.c:137:20: warning: array subscript is above
  array bounds [-Warray-bounds] (gcc -O3 false positive)
- src/mlp_train.h:39:20: warning: function declaration isn't a prototype
  [-Wstrict-prototypes]
- Remove SMALL_FOOTPRINT code from SSE 4.1 FIR implementation, matching
  the C implementation.

The clang -Wcast-align warnings with SSE intrinsics are a known
clang issue: https://llvm.org/bugs/show_bug.cgi?id=20670
2017-02-26 19:10:45 -08:00
..
opus_decode_fuzzer.c Add decoder fuzz target. 2017-02-10 15:08:53 -08:00
opus_decode_fuzzer.options Add decoder fuzz target. 2017-02-10 15:08:53 -08:00
opus_encode_regressions.c Fix compiler warnings 2017-02-26 19:10:45 -08:00
run_vectors.sh Make it possible to ignore inverted phase stereo for downmix purposes 2016-09-01 01:23:06 -04:00
test_opus_api.c Support encoding 80/100/120 ms frame lengths 2016-10-27 23:36:57 -04:00
test_opus_common.h New regression test from Mark's fuzzing test cases 2016-10-29 15:49:39 -04:00
test_opus_decode.c test_opus_decode: Fix build on GCC 3.4 to 4.5.x 2017-02-18 20:54:19 -08:00
test_opus_encode.c Fix compiler warnings 2017-02-26 19:10:45 -08:00
test_opus_padding.c Add copyright header to test_opus_padding.c. 2013-11-21 11:31:09 +13:00