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:
@ -24,13 +24,13 @@
|
||||
*---------------------------------------------------------------*/
|
||||
|
||||
void WebRtcIlbcfix_EnhUpsample(
|
||||
WebRtc_Word32 *useq1, /* (o) upsampled output sequence */
|
||||
WebRtc_Word16 *seq1 /* (i) unupsampled sequence */
|
||||
int32_t *useq1, /* (o) upsampled output sequence */
|
||||
int16_t *seq1 /* (i) unupsampled sequence */
|
||||
){
|
||||
int j;
|
||||
WebRtc_Word32 *pu1, *pu11;
|
||||
WebRtc_Word16 *ps, *w16tmp;
|
||||
const WebRtc_Word16 *pp;
|
||||
int32_t *pu1, *pu11;
|
||||
int16_t *ps, *w16tmp;
|
||||
const int16_t *pp;
|
||||
|
||||
/* filtering: filter overhangs left side of sequence */
|
||||
pu1=useq1;
|
||||
|
||||
Reference in New Issue
Block a user