iLBC: Some const annotations
NOTRY=true BUG=chromium:617124 Review-Url: https://codereview.webrtc.org/2293843002 Cr-Commit-Position: refs/heads/master@{#13972}
This commit is contained in:
@ -28,12 +28,12 @@
|
||||
|
||||
// Returns true on success, false on failure.
|
||||
bool WebRtcIlbcfix_CbConstruct(
|
||||
int16_t* decvector, /* (o) Decoded vector */
|
||||
int16_t* index, /* (i) Codebook indices */
|
||||
int16_t* gain_index, /* (i) Gain quantization indices */
|
||||
int16_t* mem, /* (i) Buffer for codevector construction */
|
||||
size_t lMem, /* (i) Length of buffer */
|
||||
size_t veclen /* (i) Length of vector */
|
||||
int16_t* decvector, /* (o) Decoded vector */
|
||||
const int16_t* index, /* (i) Codebook indices */
|
||||
const int16_t* gain_index, /* (i) Gain quantization indices */
|
||||
int16_t* mem, /* (i) Buffer for codevector construction */
|
||||
size_t lMem, /* (i) Length of buffer */
|
||||
size_t veclen /* (i) Length of vector */
|
||||
) WARN_UNUSED_RESULT;
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user