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:
@ -26,10 +26,10 @@
|
||||
*---------------------------------------------------------------*/
|
||||
|
||||
void WebRtcIlbcfix_Smooth(
|
||||
WebRtc_Word16 *odata, /* (o) smoothed output */
|
||||
WebRtc_Word16 *current, /* (i) the un enhanced residual for
|
||||
int16_t *odata, /* (o) smoothed output */
|
||||
int16_t *current, /* (i) the un enhanced residual for
|
||||
this block */
|
||||
WebRtc_Word16 *surround /* (i) The approximation from the
|
||||
int16_t *surround /* (i) The approximation from the
|
||||
surrounding sequences */
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user