webrtc/modules/audio_coding/codecs/isac/fix/source
Ali Tofigh 62238097c9 Remove top-level const from parameters in function declarations.
This is a safe cleanup change since top-level const applied to
parameters in function declarations (that are not also
definitions) are ignored by the compiler. Hence, such changes do
not change the type of the declared functions and are simply
no-ops.

Bug: webrtc:13610
Change-Id: Ibafb92c45119a6d8bdb6f9109aa8dad6385163a9
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/249086
Reviewed-by: Niels Moller <nisse@webrtc.org>
Reviewed-by: Harald Alvestrand <hta@webrtc.org>
Commit-Queue: Ali Tofigh <alito@webrtc.org>
Cr-Commit-Position: refs/heads/main@{#35802}
2022-01-26 11:05:25 +00:00
..
arith_routines.c
arith_routines_hist.c
arith_routines_logist.c
arith_routins.h Remove top-level const from parameters in function declarations. 2022-01-26 11:05:25 +00:00
audio_decoder_isacfix.cc
audio_encoder_isacfix.cc
bandwidth_estimator.c Delete isac GetBandwidthInfo/SetBandwidthInfo 2019-09-20 13:53:52 +00:00
bandwidth_estimator.h Remove top-level const from parameters in function declarations. 2022-01-26 11:05:25 +00:00
codec.h Delete dead code inside #ifdef WEBRTC_ISAC_FIX_NB_CALLS_ENABLED 2019-09-20 07:40:10 +00:00
decode.c
decode_bwe.c
decode_plc.c
encode.c
entropy_coding.c Use backticks not vertical bars to denote variables in comments for /modules/audio_coding 2021-08-02 10:45:40 +00:00
entropy_coding.h Remove top-level const from parameters in function declarations. 2022-01-26 11:05:25 +00:00
entropy_coding_mips.c
entropy_coding_neon.c
fft.c
fft.h Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
filterbank_internal.h Remove top-level const from parameters in function declarations. 2022-01-26 11:05:25 +00:00
filterbank_tables.c
filterbank_tables.h Delete root header file typedef.h. 2018-07-25 14:59:26 +00:00
filterbanks.c Delete dead code inside #ifdef WEBRTC_ISAC_FIX_NB_CALLS_ENABLED 2019-09-20 07:40:10 +00:00
filterbanks_mips.c
filterbanks_neon.c Add missing header include for filterbanks_neon.c 2018-04-21 18:21:44 +00:00
filterbanks_unittest.cc Fully qualify googletest symbols. 2019-04-09 17:18:20 +00:00
filters.c Use backticks not vertical bars to denote variables in comments for /modules/audio_coding 2021-08-02 10:45:40 +00:00
filters_mips.c
filters_neon.c
filters_unittest.cc Fully qualify googletest symbols. 2019-04-09 17:18:20 +00:00
initialize.c
isac_fix_type.h Delete AudioDecoder method IncomingPacket 2019-09-24 08:30:24 +00:00
isacfix.c Use backticks not vertical bars to denote variables in comments for /modules/audio_coding 2021-08-02 10:45:40 +00:00
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 Delete root header file typedef.h. 2018-07-25 14:59:26 +00:00
lattice_mips.c Add missing include of stdint.h in MIPS code. 2018-07-26 11:30:19 +00:00
lattice_neon.c
lpc_masking_model.c Use backticks not vertical bars to denote variables in comments for /modules/audio_coding 2021-08-02 10:45:40 +00:00
lpc_masking_model.h Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
lpc_masking_model_mips.c
lpc_masking_model_unittest.cc Format almost everything. 2019-07-08 13:45:15 +00:00
lpc_tables.c Fix ASAN bug in iSAC codec 2019-12-11 15:59:14 +00:00
lpc_tables.h Fix ASAN bug in iSAC codec 2019-12-11 15:59:14 +00:00
pitch_estimator.c
pitch_estimator.h Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
pitch_estimator_c.c iSAC fixed point: fix int overflows 2020-02-13 11:14:41 +00:00
pitch_estimator_mips.c
pitch_filter.c Change the type of indW32 back to int32_t 2018-12-11 13:10:12 +00:00
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
pitch_gain_tables.h Delete root header file typedef.h. 2018-07-25 14:59:26 +00:00
pitch_lag_tables.c
pitch_lag_tables.h Delete root header file typedef.h. 2018-07-25 14:59:26 +00:00
settings.h Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
spectrum_ar_model_tables.c
spectrum_ar_model_tables.h Delete root header file typedef.h. 2018-07-25 14:59:26 +00:00
structs.h Delete dead code inside #ifdef WEBRTC_ISAC_FIX_NB_CALLS_ENABLED 2019-09-20 07:40:10 +00:00
transform.c Untangle fft third party lib from dependon WebRTC 2018-07-26 13:44:30 +00:00
transform_mips.c
transform_neon.c
transform_tables.c Delete root header file typedef.h. 2018-07-25 14:59:26 +00:00
transform_unittest.cc Initialize signal processing function pointers statically 2019-06-28 14:20:03 +00:00