webrtc/webrtc/modules/audio_coding/codecs
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
..
cng Match existing type usage better. 2015-06-11 19:56:03 +00:00
g711 Reformat existing code. There should be no functional effects. 2015-06-11 21:31:48 +00:00
g722 Reformat existing code. There should be no functional effects. 2015-06-11 21:31:48 +00:00
ilbc Reformat existing code. There should be no functional effects. 2015-06-11 21:31:48 +00:00
isac Reland "Upconvert various types to int.", isac portion. 2015-06-12 01:19:37 +00:00
mock Add support for external encoders in ACM 2015-05-18 12:52:13 +00:00
opus Reformat existing code. There should be no functional effects. 2015-06-11 21:31:48 +00:00
pcm16b Rename targets to use lower case format. 2015-06-10 20:45:12 +00:00
red New interface: AudioEncoderMutable 2015-05-07 10:35:18 +00:00
tools Use base/scoped_ptr.h; system_wrappers/interface/scoped_ptr.h is going away 2015-02-26 14:43:50 +00:00
audio_decoder.cc Prepare to convert various types to size_t. 2015-06-11 04:15:51 +00:00
audio_decoder.h Protect ACM decoder buffer in stereo. 2015-05-25 11:49:45 +00:00
audio_encoder.cc Reland 8749: AudioEncoder: return EncodedInfo from Encode() and EncodeInternal() 2015-03-19 08:51:20 +00:00
audio_encoder.h Setting OPUS_SIGNAL_VOICE when enable DTX. 2015-05-11 10:19:36 +00:00
audio_encoder_mutable_impl.h Setting OPUS_SIGNAL_VOICE when enable DTX. 2015-05-11 10:19:36 +00:00
interfaces.gypi Make an AudioEncoder subclass for RED 2014-12-16 13:41:36 +00:00
OWNERS Add audio_coding module OWNERS file. 2015-02-16 09:53:47 +00:00