| Index: webrtc/modules/audio_coding/codecs/ilbc/cb_search_core.h
|
| diff --git a/webrtc/modules/audio_coding/codecs/ilbc/cb_search_core.h b/webrtc/modules/audio_coding/codecs/ilbc/cb_search_core.h
|
| index e4f2e920286a2f8007a8bf088119982f3eb3f488..9648cf29d3f253e6886a977561a44149a88a1a2f 100644
|
| --- a/webrtc/modules/audio_coding/codecs/ilbc/cb_search_core.h
|
| +++ b/webrtc/modules/audio_coding/codecs/ilbc/cb_search_core.h
|
| @@ -23,13 +23,13 @@
|
|
|
| void WebRtcIlbcfix_CbSearchCore(
|
| int32_t *cDot, /* (i) Cross Correlation */
|
| - int16_t range, /* (i) Search range */
|
| + size_t range, /* (i) Search range */
|
| int16_t stage, /* (i) Stage of this search */
|
| int16_t *inverseEnergy, /* (i) Inversed energy */
|
| int16_t *inverseEnergyShift, /* (i) Shifts of inversed energy
|
| with the offset 2*16-29 */
|
| int32_t *Crit, /* (o) The criteria */
|
| - int16_t *bestIndex, /* (o) Index that corresponds to
|
| + size_t *bestIndex, /* (o) Index that corresponds to
|
| maximum criteria (in this
|
| vector) */
|
| int32_t *bestCrit, /* (o) Value of critera for the
|
|
|