webrtc/webrtc/modules/audio_coding/codecs/isac/main/source
Peter Kasting aba07ef6d9 Reland "Upconvert various types to int.", isac portion.
This reverts portions of commit cb180976dd, which
reverted commit 83ad33a8ae.  Specifically, the
files in webrtc/modules/audio_coding/codecs/isac/ are relanded.

The original commit message is below:

Upconvert various types to int.

Per comments from HL/kwiberg on https://webrtc-codereview.appspot.com/42569004 , when there is existing usage of mixed types (int16_t, int, etc.), we'd prefer to standardize on larger types like int and phase out use of int16_t.

Specifically, "Using int16 just because we're sure all reasonable values will fit in 16 bits isn't usually meaningful in C."

This converts some existing uses of int16_t (and, in a few cases, other types such as uint16_t) to int (or, in a few places, int32_t).  Other locations will be converted to size_t in a separate change.

BUG=none
TBR=kwiberg

Review URL: https://codereview.webrtc.org/1179093002

Cr-Commit-Position: refs/heads/master@{#9422}
2015-06-12 01:19:37 +00:00
..
arith_routines.c WebRtc_Word32 => int32_t etc. in audio_coding/ 2013-04-09 00:28:06 +00:00
arith_routines.h WebRtc_Word32 => int32_t etc. in audio_coding/ 2013-04-09 00:28:06 +00:00
arith_routines_hist.c WebRtc_Word32 => int32_t etc. in audio_coding/ 2013-04-09 00:28:06 +00:00
arith_routines_logist.c WebRtc_Word32 => int32_t etc. in audio_coding/ 2013-04-09 00:28:06 +00:00
audio_encoder_isac.cc New interface: AudioEncoderMutable 2015-05-07 10:35:18 +00:00
audio_encoder_isac_unittest.cc (Re-land) AudioEncoderDecoderIsac: Merge the two config structs 2015-04-23 12:06:46 +00:00
bandwidth_estimator.c Reformat existing code. There should be no functional effects. 2015-06-11 21:31:48 +00:00
bandwidth_estimator.h Reformat existing code. There should be no functional effects. 2015-06-11 21:31:48 +00:00
codec.h Rename _t struct types in audio_coding. 2014-12-17 15:23:29 +00:00
crc.c Reland "Upconvert various types to int.", isac portion. 2015-06-12 01:19:37 +00:00
crc.h Reland "Upconvert various types to int.", isac portion. 2015-06-12 01:19:37 +00:00
decode.c WebRtc_Word32 => int32_t etc. in audio_coding/ 2013-04-09 00:28:06 +00:00
decode_bwe.c WebRtc_Word32 => int32_t etc. in audio_coding/ 2013-04-09 00:28:06 +00:00
encode.c Rename _t struct types in audio_coding. 2014-12-17 15:23:29 +00:00
encode_lpc_swb.c Reland rev 7041 with BUILD.gn files. 2014-09-04 13:28:48 +00:00
encode_lpc_swb.h Reland rev 7041 with BUILD.gn files. 2014-09-04 13:28:48 +00:00
entropy_coding.c Refactor audio_coding/isac: removed usage of macro WEBRTC_SPL_LSHIFT_W32 2015-03-20 07:03:41 +00:00
entropy_coding.h Rename _t struct types in audio_coding. 2014-12-17 15:23:29 +00:00
fft.c Move src/ -> webrtc/ 2012-10-22 18:19:23 +00:00
fft.h Move src/ -> webrtc/ 2012-10-22 18:19:23 +00:00
filter_functions.c GN: Implement voice engine, common audio, audio coding and audio processing 2014-08-31 20:32:53 +00:00
filterbank_tables.c Move src/ -> webrtc/ 2012-10-22 18:19:23 +00:00
filterbank_tables.h Move src/ -> webrtc/ 2012-10-22 18:19:23 +00:00
filterbanks.c Move src/ -> webrtc/ 2012-10-22 18:19:23 +00:00
intialize.c Move src/ -> webrtc/ 2012-10-22 18:19:23 +00:00
isac.c Reland "Upconvert various types to int.", isac portion. 2015-06-12 01:19:37 +00:00
isac_unittest.cc Reland "Upconvert various types to int.", isac portion. 2015-06-12 01:19:37 +00:00
lattice.c GN: Implement voice engine, common audio, audio coding and audio processing 2014-08-31 20:32:53 +00:00
lpc_analysis.c Reformat existing code. There should be no functional effects. 2015-06-11 21:31:48 +00:00
lpc_analysis.h WebRtc_Word32 => int32_t etc. in audio_coding/ 2013-04-09 00:28:06 +00:00
lpc_gain_swb_tables.c Reland rev 7041 with BUILD.gn files. 2014-09-04 13:28:48 +00:00
lpc_gain_swb_tables.h Reland rev 7041 with BUILD.gn files. 2014-09-04 13:28:48 +00:00
lpc_shape_swb12_tables.c Reland rev 7041 with BUILD.gn files. 2014-09-04 13:28:48 +00:00
lpc_shape_swb12_tables.h Reland rev 7041 with BUILD.gn files. 2014-09-04 13:28:48 +00:00
lpc_shape_swb16_tables.c Reland rev 7041 with BUILD.gn files. 2014-09-04 13:28:48 +00:00
lpc_shape_swb16_tables.h Reland rev 7041 with BUILD.gn files. 2014-09-04 13:28:48 +00:00
lpc_tables.c WebRtc_Word32 => int32_t etc. in audio_coding/ 2013-04-09 00:28:06 +00:00
lpc_tables.h WebRtc_Word32 => int32_t etc. in audio_coding/ 2013-04-09 00:28:06 +00:00
os_specific_inline.h Reland rev 7041 with BUILD.gn files. 2014-09-04 13:28:48 +00:00
OWNERS Make everyone an OWNER for .gyp/.gypi add/delete purposes, non-talk/ edition. 2014-04-14 20:08:03 +00:00
pitch_estimator.c GN: Implement voice engine, common audio, audio coding and audio processing 2014-08-31 20:32:53 +00:00
pitch_estimator.h Move src/ -> webrtc/ 2012-10-22 18:19:23 +00:00
pitch_filter.c Move src/ -> webrtc/ 2012-10-22 18:19:23 +00:00
pitch_gain_tables.c WebRtc_Word32 => int32_t etc. in audio_coding/ 2013-04-09 00:28:06 +00:00
pitch_gain_tables.h Reland rev 7041 with BUILD.gn files. 2014-09-04 13:28:48 +00:00
pitch_lag_tables.c WebRtc_Word32 => int32_t etc. in audio_coding/ 2013-04-09 00:28:06 +00:00
pitch_lag_tables.h Reland rev 7041 with BUILD.gn files. 2014-09-04 13:28:48 +00:00
settings.h 48 kHz extension to iSAC. 2012-12-03 17:43:52 +00:00
spectrum_ar_model_tables.c Add boundary checking to supress gcc 4.8.3 warning. 2014-02-11 16:38:45 +00:00
spectrum_ar_model_tables.h Add boundary checking to supress gcc 4.8.3 warning. 2014-02-11 16:38:45 +00:00
structs.h Rename _t struct types in audio_coding. 2014-12-17 15:23:29 +00:00
transform.c WebRtc_Word32 => int32_t etc. in audio_coding/ 2013-04-09 00:28:06 +00:00