webrtc/modules/audio_coding/codecs/isac/fix/source
Karl Wiberg 36b096c38e Ignore overflowing left shift
It's audio data, not an index or anything like that, so the most an
overflow can do is make it sound worse.

Bug: chromium:834531
Change-Id: Icb39c1bb011219c1a6fe67bc582390daa2693379
Reviewed-on: https://webrtc-review.googlesource.com/71160
Reviewed-by: Henrik Lundin <henrik.lundin@webrtc.org>
Commit-Queue: Karl Wiberg <kwiberg@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#22947}
2018-04-19 21:22:49 +00:00
..
arith_routines.c Using fully qualified #include paths in isac code. 2018-02-01 14:57:44 +00:00
arith_routines_hist.c Using fully qualified #include paths in isac code. 2018-02-01 14:57:44 +00:00
arith_routines_logist.c Using fully qualified #include paths in isac code. 2018-02-01 14:57:44 +00:00
arith_routins.h Using fully qualified #include paths in isac code. 2018-02-01 14:57:44 +00:00
audio_decoder_isacfix.cc
audio_encoder_isacfix.cc
bandwidth_estimator.c Using fully qualified #include paths in isac code. 2018-02-01 14:57:44 +00:00
bandwidth_estimator.h Using fully qualified #include paths in isac code. 2018-02-01 14:57:44 +00:00
codec.h Fixing -Wstrict-prototypes warnings. 2018-03-19 16:57:21 +00:00
decode.c Using fully qualified #include paths in isac code. 2018-02-01 14:57:44 +00:00
decode_bwe.c Using fully qualified #include paths in isac code. 2018-02-01 14:57:44 +00:00
decode_plc.c Using fully qualified #include paths in isac code. 2018-02-01 14:57:44 +00:00
encode.c
entropy_coding.c Using fully qualified #include paths in isac code. 2018-02-01 14:57:44 +00:00
entropy_coding.h Using fully qualified #include paths in isac code. 2018-02-01 14:57:44 +00:00
entropy_coding_mips.c
entropy_coding_neon.c Using fully qualified #include paths in isac code. 2018-02-01 14:57:44 +00:00
fft.c Using fully qualified #include paths in isac code. 2018-02-01 14:57:44 +00:00
fft.h Using fully qualified #include paths in isac code. 2018-02-01 14:57:44 +00:00
filterbank_internal.h Adding NOLINT for typedefs.h and common_types.h 2017-09-15 13:03:51 +00:00
filterbank_tables.c Using fully qualified #include paths in isac code. 2018-02-01 14:57:44 +00:00
filterbank_tables.h Adding NOLINT for typedefs.h and common_types.h 2017-09-15 13:03:51 +00:00
filterbanks.c Using fully qualified #include paths in isac code. 2018-02-01 14:57:44 +00:00
filterbanks_mips.c
filterbanks_neon.c
filterbanks_unittest.cc Adding NOLINT for typedefs.h and common_types.h 2017-09-15 13:03:51 +00:00
filters.c
filters_mips.c
filters_neon.c
filters_unittest.cc Adding NOLINT for typedefs.h and common_types.h 2017-09-15 13:03:51 +00:00
initialize.c Using fully qualified #include paths in isac code. 2018-02-01 14:57:44 +00:00
isac_fix_type.h
isacfix.c
lattice.c Ignore overflowing left shift 2018-04-19 21:22:49 +00:00
lattice_armv7.S Move asm_defines.h to rtc_base/system/ 2018-03-22 03:12:13 +00:00
lattice_c.c Using fully qualified #include paths in isac code. 2018-02-01 14:57:44 +00:00
lattice_mips.c Adding NOLINT for typedefs.h and common_types.h 2017-09-15 13:03:51 +00:00
lattice_neon.c
lpc_masking_model.c Using fully qualified #include paths in isac code. 2018-02-01 14:57:44 +00:00
lpc_masking_model.h Using fully qualified #include paths in isac code. 2018-02-01 14:57:44 +00:00
lpc_masking_model_mips.c
lpc_masking_model_unittest.cc Adding NOLINT for typedefs.h and common_types.h 2017-09-15 13:03:51 +00:00
lpc_tables.c Using fully qualified #include paths in isac code. 2018-02-01 14:57:44 +00:00
lpc_tables.h Adding NOLINT for typedefs.h and common_types.h 2017-09-15 13:03:51 +00:00
pitch_estimator.c
pitch_estimator.h Using fully qualified #include paths in isac code. 2018-02-01 14:57:44 +00:00
pitch_estimator_c.c
pitch_estimator_mips.c
pitch_filter.c
pitch_filter_armv6.S Move asm_defines.h to rtc_base/system/ 2018-03-22 03:12:13 +00:00
pitch_filter_c.c
pitch_filter_mips.c
pitch_gain_tables.c Using fully qualified #include paths in isac code. 2018-02-01 14:57:44 +00:00
pitch_gain_tables.h Adding NOLINT for typedefs.h and common_types.h 2017-09-15 13:03:51 +00:00
pitch_lag_tables.c Using fully qualified #include paths in isac code. 2018-02-01 14:57:44 +00:00
pitch_lag_tables.h Adding NOLINT for typedefs.h and common_types.h 2017-09-15 13:03:51 +00:00
settings.h
spectrum_ar_model_tables.c Using fully qualified #include paths in isac code. 2018-02-01 14:57:44 +00:00
spectrum_ar_model_tables.h Using fully qualified #include paths in isac code. 2018-02-01 14:57:44 +00:00
structs.h Adding NOLINT for typedefs.h and common_types.h 2017-09-15 13:03:51 +00:00
transform.c
transform_mips.c
transform_neon.c
transform_tables.c Adding NOLINT for typedefs.h and common_types.h 2017-09-15 13:03:51 +00:00
transform_unittest.cc