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,13 +26,13 @@
|
||||
*---------------------------------------------------------------*/
|
||||
|
||||
void WebRtcIlbcfix_SplitVq(
|
||||
WebRtc_Word16 *qX, /* (o) the quantized vector in Q13 */
|
||||
WebRtc_Word16 *index, /* (o) a vector of indexes for all vector
|
||||
int16_t *qX, /* (o) the quantized vector in Q13 */
|
||||
int16_t *index, /* (o) a vector of indexes for all vector
|
||||
codebooks in the split */
|
||||
WebRtc_Word16 *X, /* (i) the vector to quantize */
|
||||
WebRtc_Word16 *CB, /* (i) the quantizer codebook in Q13 */
|
||||
WebRtc_Word16 *dim, /* (i) the dimension of X and qX */
|
||||
WebRtc_Word16 *cbsize /* (i) the number of vectors in the codebook */
|
||||
int16_t *X, /* (i) the vector to quantize */
|
||||
int16_t *CB, /* (i) the quantizer codebook in Q13 */
|
||||
int16_t *dim, /* (i) the dimension of X and qX */
|
||||
int16_t *cbsize /* (i) the number of vectors in the codebook */
|
||||
);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user