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:
@ -30,14 +30,14 @@
|
||||
*---------------------------------------------------------------*/
|
||||
|
||||
void WebRtcIlbcfix_Refiner(
|
||||
WebRtc_Word16 *updStartPos, /* (o) updated start point (Q-2) */
|
||||
WebRtc_Word16 *idata, /* (i) original data buffer */
|
||||
WebRtc_Word16 idatal, /* (i) dimension of idata */
|
||||
WebRtc_Word16 centerStartPos, /* (i) beginning center segment */
|
||||
WebRtc_Word16 estSegPos, /* (i) estimated beginning other segment (Q-2) */
|
||||
WebRtc_Word16 *surround, /* (i/o) The contribution from this sequence
|
||||
int16_t *updStartPos, /* (o) updated start point (Q-2) */
|
||||
int16_t *idata, /* (i) original data buffer */
|
||||
int16_t idatal, /* (i) dimension of idata */
|
||||
int16_t centerStartPos, /* (i) beginning center segment */
|
||||
int16_t estSegPos, /* (i) estimated beginning other segment (Q-2) */
|
||||
int16_t *surround, /* (i/o) The contribution from this sequence
|
||||
summed with earlier contributions */
|
||||
WebRtc_Word16 gain /* (i) Gain to use for this sequence */
|
||||
int16_t gain /* (i) Gain to use for this sequence */
|
||||
);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user