WebRtc_Word32 => int32_t etc. in audio_coding/

BUG=314

Review URL: https://webrtc-codereview.appspot.com/1271006

git-svn-id: http://webrtc.googlecode.com/svn/trunk@3789 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
pbos@webrtc.org
2013-04-09 00:28:06 +00:00
parent 6faf71d27b
commit 0946a56023
382 changed files with 8469 additions and 8488 deletions

View File

@ -24,12 +24,12 @@
*---------------------------------------------------------------*/
void WebRtcIlbcfix_StateConstruct(
WebRtc_Word16 idxForMax, /* (i) 6-bit index for the quantization of
int16_t idxForMax, /* (i) 6-bit index for the quantization of
max amplitude */
WebRtc_Word16 *idxVec, /* (i) vector of quantization indexes */
WebRtc_Word16 *syntDenum, /* (i) synthesis filter denumerator */
WebRtc_Word16 *Out_fix, /* (o) the decoded state vector */
WebRtc_Word16 len /* (i) length of a state vector */
int16_t *idxVec, /* (i) vector of quantization indexes */
int16_t *syntDenum, /* (i) synthesis filter denumerator */
int16_t *Out_fix, /* (o) the decoded state vector */
int16_t len /* (i) length of a state vector */
);
#endif