webrtc/modules/audio_coding/codecs/isac/main/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.h Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
arith_routines_hist.c
arith_routines_logist.c
audio_decoder_isac.cc
audio_encoder_isac.cc
audio_encoder_isac_unittest.cc Format almost everything. 2019-07-08 13:45:15 +00:00
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 Untangle fft third party lib from dependon WebRTC 2018-07-26 13:44:30 +00:00
crc.c
crc.h Delete root header file typedef.h. 2018-07-25 14:59:26 +00:00
decode.c
decode_bwe.c
encode.c
encode_lpc_swb.c Delete root header file typedef.h. 2018-07-25 14:59:26 +00:00
encode_lpc_swb.h Delete root header file typedef.h. 2018-07-25 14:59:26 +00:00
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 Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
filter_functions.c
filter_functions.h
filterbanks.c
intialize.c
isac.c iSAC unit test: test encode/decode via API wrapper 2020-02-13 11:29:01 +00:00
isac_float_type.h Delete AudioDecoder method IncomingPacket 2019-09-24 08:30:24 +00:00
isac_unittest.cc Format almost everything. 2019-07-08 13:45:15 +00:00
isac_vad.c
isac_vad.h
lattice.c
lpc_analysis.c
lpc_analysis.h Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
lpc_gain_swb_tables.c Delete root header file typedef.h. 2018-07-25 14:59:26 +00:00
lpc_gain_swb_tables.h Delete root header file typedef.h. 2018-07-25 14:59:26 +00:00
lpc_shape_swb12_tables.c Delete root header file typedef.h. 2018-07-25 14:59:26 +00:00
lpc_shape_swb12_tables.h Delete root header file typedef.h. 2018-07-25 14:59:26 +00:00
lpc_shape_swb16_tables.c Delete root header file typedef.h. 2018-07-25 14:59:26 +00:00
lpc_shape_swb16_tables.h Delete root header file typedef.h. 2018-07-25 14:59:26 +00:00
lpc_tables.c
lpc_tables.h Format almost everything. 2019-07-08 13:45:15 +00:00
os_specific_inline.h Delete root header file typedef.h. 2018-07-25 14:59:26 +00:00
pitch_estimator.c
pitch_estimator.h Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
pitch_filter.c Use backticks not vertical bars to denote variables in comments 2021-08-10 10:40:03 +00:00
pitch_filter.h
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 Untangle fft third party lib from dependon WebRTC 2018-07-26 13:44:30 +00:00
spectrum_ar_model_tables.c
spectrum_ar_model_tables.h Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
structs.h iSAC API wrapper unit test fix 2020-02-27 14:27:23 +00:00
transform.c Move fft to proper third_party directory 2018-07-25 08:39:28 +00:00